Select to view content in your preferred language

Custom Aerial

529
1
08-25-2011 05:11 AM
TaylorBarden
New Contributor
I would like to change the aerial under the basemaps. Currently it is
             <layer label="Aerial"  type="tiled" visible="false" alpha="1"
                   url="http://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer"/>
How would I go about adding my own aerial to the basemap? I know I have to change the URL location to the location of the basemap, but how do I go about publishing this?

Thanks
Tags (2)
0 Kudos
1 Reply
JoshWhite
Regular Contributor III
You just need to publish a map service with your imagery in it.

Your config file would need something similar to that below:

<layer label="Aerial"  type="dynamic" visible="true"
                   url="http://gis-server/ArcGIS/rest/services/Aerial/MapServer"/>
Josh White, AICP
Principal Planner

City of Arkansas City
0 Kudos