When we have an intersecting polygon, the label does not display. I am attaching a bitmap of the bad and good polygons. In addition, we also set the DefaultTextStyle properties as follows:
TextLineSegmentRatio = 1000
DuplicateRule = Unlimited
OverlappingRule = AllowOverlapping
SuppressPartialLabels = False
PointPlacement = LowerRight.
This time without the XML tags that your site is blocking :-)
For example, a polygon with the following vertices will not display its legend:
SinglePointShape X="-96.564682448814963" Y="32.942703723280594"
SinglePointShape X="-96.564681108263386" Y="32.942703723280594"
SinglePointShape X="-96.564791033491943" Y="32.942770750858983"
SinglePointShape X="-96.564933131958128" Y="32.942698361074321"
SinglePointShape X="-96.564919726442454" Y="32.942768069755843"
SinglePointShape X="-96.564682448814963" Y="32.942703723280594"
while a polygon with the following vertics will display its legend:
SinglePointShape X="-80.059330656414033" Y="26.849625013561248"
SinglePointShape X="-80.059408440475465" Y="26.849340699405669"
SinglePointShape X="-80.059110715274812" Y="26.849311195106505"
SinglePointShape X="-80.058952464942934" Y="26.849611602516173"
SinglePointShape X="-80.059483542327882" Y="26.84944530555725"
SinglePointShape X="-80.059330656414033" Y="26.849625013561248"
Your input is greatly appreciated.