Select to view content in your preferred language

BUG in the SimpleFillSymbol.STYLE_

568
1
03-08-2011 01:23 AM
LemvigKommune
Deactivated User
Hi.

I'm using the print SOE made by Tom, but when i draw a polygon with a BackWardDiagonal or ForwardDiagonal fill - it won't show up on the printOut.

I've traced the url of the printout, and it seems that the style is missing a uppercase letter, cause when i manually change the case of this letter it works like a charm.

this is the style and the type I get when i trace the object of the graphics.
    style = "esriSFSBackwarddiagonal"
    type = "esriSFS"


Is there a workaround of this ???

Mads Gren
Lemvig
Denmark
Tags (2)
0 Kudos
1 Reply
TomSchuller
Frequent Contributor
Mads,
I changed my print code to be case-INsensitive.
I took this info page as reference:
http://services.arcgisonline.com/ArcGIS/SDK/REST/symbol.html#sfs


You can download the new case-INsensitive code here:
http://www.arcgis.com/home/item.html?id=6809086326ea4c76bf026a32bb9dd698
0 Kudos