Manipulating the Map

Step 1: Open your webpage in your text editor. Find the line that reads: "http://server.arcgisonline.com/ArcGIS/rest/services/ESRI_StreetMap_World_2D/MapServer." Focus on ESRI_StreetMap_World_2D. This part of the statement dictates what map or image the API displays.
Step 2: Open the following link: ESRI resource center
Step 3: Follow the link to "ArcGIS Server." From there, follow the link "Online content." Use this page to find a new layer for your web page.
Step 4: Once you found a layer of interest, find the Map Service Name
Step 5: Highlight and copy the Map Service Name
Step 6: Replace the text "ESRI_StreetMap_World_2D" with the Map Service Name.
Step 7: Save your webpage, and open it in your web browser. The new layer will be in your webpage.

Next
Previous