Select to view content in your preferred language

Silverlight control and Google maps

2420
4
08-16-2010 12:29 PM
MartenLiebster
Deactivated User
Our division has invested a lot of time into using the ESRI control with the assumption that we'd be able to use it with our internal server.  Unfortunately that won't work out.

It turns out that another division has started to use Google Maps and purchased hosted mapping through them.

Is it possible to use Google as a TiledLayer service?

Thanks
0 Kudos
4 Replies
dotMorten_esri
Esri Notable Contributor
While its completely possible (a few tweaks to OpenStreetMapLayer would do it), Google's licensing restricts you from doing so.

I'm curious why it "won't work out" using your internal server?
0 Kudos
MartenLiebster
Deactivated User
While its completely possible (a few tweaks to OpenStreetMapLayer would do it), Google's licensing restricts you from doing so.

I'm curious why it "won't work out" using your internal server?


Thanks for the response.

I thought our other team was using ArcGIS, and posted a thread about how to enable tiles. And got a few responses. I brought the information to them, since they said they couldn't do that.

Turns out they have ArcIMS. I posted that, asking how I'd get it working together and got no responses, so I figured it wasn't going to happen.

There are other issues - like they only have the US and we need the world map & and the map they have doesn't fit the aesthetics we desire.

Is it possible for us to use ArcIMS?  How difficult would it be to use the ArcGIS Online maps (like the ones listed here: http://www.esri.com/software/arcgis/arcgisonline/subscription-based.html)?
0 Kudos
dotMorten_esri
Esri Notable Contributor
To use ArcIMS you will need to write a bit of custom code, but I know of people who have done it, and it is very much possible (basically you inherit from DynamicMapserviceLayer and implement the GetUrl() method).

ArcGIS Online subscription layers are fully supported. You can also use Bing Maps's tiles if you desire by using the Bing assembly and signing up for a Bing subscription.
0 Kudos
dotMorten_esri
Esri Notable Contributor
If you want to add Google Maps you might want to read this blogpost first:
http://rexdotnet.blogspot.com/2010/09/use-google-maps-with-arcgis-silverlight.html
0 Kudos