Select to view content in your preferred language

Bing map services

805
2
01-26-2012 05:41 AM
ManishAdawadkar
Occasional Contributor
Hello,

I am trying to add bing map capability into my REST services. For example when you go to myserver/arcgis/rest/services, you can see the option at the top that ???view in arcmap or arcgis javascript or google earth???. What I want is I can also have option to view in ???bing map???. Can anybody guide me on where to begin? I am using ArcGIS server 9.3.1

Thanks in advance.
Manish
0 Kudos
2 Replies
RaviNarayanan
Esri Contributor
Please see this REST API reference topic for output format (f=ve).
http://help.arcgis.com/en/arcgisserver/10.0/apis/rest/formattypes.html


f=ve: The response is a Web page for viewing a map service in a Web browser using Bing Maps. Note that this format is supported only when the service is cached and in the Web mercator projection (102113, 102100 or 3857):
http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Portland/ESRI_LandBase_WebMercator/MapSer...


View in Virtual Earth (pre ArcGIS Server 10.0 version) link will be shown in the Services Directory when the MapService is cached in one of the supported projections.
0 Kudos
ManishAdawadkar
Occasional Contributor
Thanks for the help.
0 Kudos