Select to view content in your preferred language

GeoRSS and web mercator

625
1
06-17-2010 06:09 AM
DougCollins
Regular Contributor
I have a GeoRSS feed (Earthquakes from USGS), but my base imagery is in the web mercator auxilliary sphere (WKID 102100) projection.  The GeoRSS feed comes in as Geographic lat/lon.  Is there a way to convert the coordinates of this feed so that it will project on the web mercator imagery?

Thanks,
Charlie
0 Kudos
1 Reply
dotMorten_esri
Esri Notable Contributor
You can use the ESRI.ArcGIS.Client.Bing.Transform class in the bing assembly to do the transform. In our next public release there will also be webmercator projection classes in the core api as well, so you don't need to add this assembly to your build.
0 Kudos