Select to view content in your preferred language

How to share a ArcGIS Server map service like Google or Bing Maps?

761
2
01-08-2013 07:59 PM
XintaoLiu
Deactivated User
We can share Google maps in this way: just add the following code in your HTML web page, then you view Google maps, zoom in/out,and so on and so forth.

<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.com/?ie=UTF8&ll=43.656877,-79.32085&spn=0.841535,2.113495&t=m&z=10&output=embed"></iframe>

How can we share a ArcGIS map service in the similar way?

Many thanks in advance!
Tags (2)
0 Kudos
2 Replies
nicogis
MVP Alum
0 Kudos
AlexeyTereshenkov
Deactivated User
Hi Xintao,

You can do this and much more in various ways. Please read up here on creating web pages with ArcGIS Server map services.

If you are looking for a quick way to get started creating web applications with services coming from ArcGIS Server - check ArcGIS API for Javascript sample over here.

In general, you can consume ArcGIS Server services from any client that can "speak" REST, including multiple open-source platforms.
0 Kudos