Rotate Map in ArcGIS Server APIs

339
2
02-04-2011 10:46 AM
Status: Open
AdamSobek
New Contributor II
I would like the ability to rotate the map based on the geometry being displayed. I have CAD floor plans that lay on top of building foot prints. At this scale, I would like to 'best fit' the building to the displayed area. A function like map.rotate(deg) would allow users to manipulate the map in such a way as to best utilize precious map space.
2 Comments
dotMorten_esri
With the Silverlight API you can do: myMap.Rotation = 45; //Rotates the map 45 degrees