Do a search for “Lasqueti Island” on Google Maps (maps.google.ca), and you will see that Google says that this island, between Vancouver Island and Texada Island, doesn’t exist. Only when you turn on satellite or hybrid views will Lasqueti Island actually be shown.
I wonder what the 350 residents of this approximately 8 km wide and 22 km long island have to say about this!
I have found an interesting OpenSource based system that should allow you to import GPS track/route/waypoint information from your GPS into the OpenSource spatial database PostGIS. Here are the steps and tools:
Convert your GPS data to the GPX format using GPSBabel
Use the GPX2SHP program to create a SHP (ESRI Shape File)
If anyone wants to purchase me a “Geek Tool”, you could buy me one of these cool a 3D mice.
This mouse is integrated with Google Earth, and allows you to seamlessly pan and zoom around the world. Check out this video demonstration of the output:
To add your own WMS (Web Mapping Server) to Google Maps, check out the javascript here: http://docs.codehaus.org/display/GEOSDOC/Google+Maps. They talk about GeoServer (a Java Map engine), but the javascript doesn’t rely on any WMS server in-particular.
If you are using a standards compliant WMS, check out this SLD (Style Layer Discriptor) to style your maps like Google does (or very close).
Creating maps that integrate data from all-over the place would be super-spiffy. You have corporate GIS data; you have beatiful Microsoft Virtual Earth imagery; you have functional google maps imagery.
OpenLayers is a Javascript API that is trying to bring all this stuff together. Unfortunately it has some pretty major usability issues to deal with.
My short-term goal is simply to figure out how to join our corporate GIS data visually together with any WMS server. It may mean hacking, but hopefully not.
Local.Live.Com now has a “3D” version. It requires Internet Explorer, .Net 2.0 and other purely Microsoft tools. You’ll have to trust an ActiveX control to get this view also.
Too bad it’s only for Windows/IE; doing 3D in a webbrowser has so much potential.
It looks like someone has been able to overlay their own tiles onto Google Maps – so that you can use Google’s interface to show your own graphics. This same technique is used for a subway map of NYC. Too cool.