Select to view content in your preferred language

Bing Maps with USGS Topographic Layer

2081
1
08-03-2010 04:36 AM
JimJackson
New Contributor
I've tried to get this to work a couple of times with no luck. When the Bing maps appear the USGS layer does not. I'm pretty new to this. Is it possible to make this work? Any examples of the markup to do it?
0 Kudos
1 Reply
RexHansen
Esri Contributor
In general, the first layer in the map's layers collection will set the map's spatial reference.  If the spatial reference of a tiled map service layer does not match the spatial reference of the map, it will not display.   Bing Maps tiled map services host map data in the Web Mercator projection which is represented as a spatial reference with a well-known ID (WKID) of 102113.   If the Bing Maps layer is first, the USGS Topographic layer (if a tiled map service) must have a spatial reference that matches a WKID for Web Mercator (102113,102100,3857).   If it does not, it will not display.   The reverse also applies (USGS layer first, Bing second).
0 Kudos