This is probably a simple question, but does anyone know where to find the URLs for all of the Mapswitcher basemaps? All I can find is the sample for 3 of them here:
http://resources.arcgis.com/en/help/...0000003w000000
I wanted to add a few (Openstreetmap, Oceans) to my TOC instead of having them up top, and not seeing them in any XML config files.
Thanks.
http://resources.arcgis.com/en/help/...0000003w000000
Code:
<basemaps>
<layer label="Streets" type="tiled" visible="true" alpha="1"
url="http://server.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer"/>
<layer label="Aerial" type="tiled" visible="false" alpha="1"
url="http://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer"/>
<layer label="Topo" type="tiled" visible="false" alpha="1"
url="http://server.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer"/>
</basemaps>
Thanks.