Is This Content Helpful?
How can we make this better? Please provide as much detail as possible.
Contact our Support Team
I set up labels to be rotated using ArcIMS Author. When I view the map as a Feature MapService, the labels rotate as expected. Why do the labels fail to rotate when using Image MapServices?
In ArcIMS Author, the attribute labelpriorities is always added when using
SIMPLELABELRENDERER. The rotatation values are saved using the rotationalanagles attribute. Labelpriorities always take precedence over rotationalangles.
Code:
<SIMPLELABELRENDERER field="NAME" rotationalangles="45,30" >
Code:
<SIMPLELABELRENDERER field="NAME" labelpriorities="0,0,0,0,0,0,0,0"
rotationalangles="45,30" >