How can I set my spatial reference to the base map in arcgis api. I want to change the default spatial reference.
-
how can i design a map of an country called aruba in the world map .please help me outuser– user2017年12月12日 13:18:54 +00:00Commented Dec 12, 2017 at 13:18
-
If you have a new question, please ask it by clicking the Ask Question button. Include a link to this question if it helps provide context. - From Reviewaldo_tapia– aldo_tapia2017年12月12日 13:42:18 +00:00Commented Dec 12, 2017 at 13:42
1 Answer 1
The spatial reference for a map is defined either by the extent passed to the map constructor or by the first layer added to the map. Checkout the any projection sample to see how to specify different spatial references for a map.
If you're using the basemap or center and zoom options with the map constructor, the map's spatial reference will be web mercator.
Explore related questions
See similar questions with these tags.