Select to view content in your preferred language

adding graphic on polygon label points

635
2
09-20-2011 11:10 AM
SangamLama
Emerging Contributor
I'm trying add graphics (small dots) on some polygons. I use LabelPoints function (of GeometryService) to find out the point where I should add these graphics. When the map view is on its full extent, it seems as if the points weren't added inside the polygon. The respective graphics show up within (and close to the center of) the polygon only when I zoom in to the polygons.

Is this normal? Or should I play with the SetZIndex function? or is it some other adjustment I need to make?
0 Kudos
2 Replies
DominiqueBroux
Esri Frequent Contributor
I am not sure to understand but if your symbol doesn't look at the same location when you zoom out, it's perhaps an issue with the symbol that could be drawn with an offset.
Which symbol are you using?
0 Kudos
SangamLama
Emerging Contributor
good catch! I had the offset values set for the picturemarkersymbol I was using for labels..

thanks

I am not sure to understand but if your symbol doesn't look at the same location when you zoom out, it's perhaps an issue with the symbol that could be drawn with an offset.
Which symbol are you using?
0 Kudos