Google Maps WMS ServerPLEASE NOTE: Google have changed the method in which this works, and my original code does not appear to work as it did initially. I am no longer supporting this software. See the bottom of this document for other implementations and source code. OverviewAs I was looking for a new exciting side-project I came across OpenStreetMap.org, a community based vector mapping project. JOSM is the main GUI for generating content. I noticed that there were several plugins, one called WMSPlugin looked interesting. It could download data from external WMS image servers, usually satellite imagery. I had been playing with Google Mapping API, and thought that it would be cool if I could get the Google Maps to popup under the OSM vector data. Solution: Google Maps WMS Server
This is a WMS service that will return image data from Google Maps. The service translates a bounding box request and requests, scales and returns a Google Map image. Please note: This can only retrieve the mapping data, not the satellite images. I get about 10 emails a week asking whether this is possible. Only the mapping data is available from the API that is used in Google WMS. Even though this service could be run on a public server, it would use a heap of bandwidth. Unfortunately I don't have the resources to do this. I suggest starting the server locally when required. (You'll need at least Java 1.5 to run this, as it uses Non-Blocking IO network connections).
Source CodeI have created a sourceforge project for this at: http://sourceforge.net/projects/googlewms/ Created: October 17, 2007 Last updated: April 14, 2011 Back to peterdamen.com
|
|