By: Just van den Broecke.
The Google Maps JavaScript API is surprisingly simple and allows a lot of hacking as well. Please check out www.geoskating.com for examples of route playback and overlaying custom or WMS-tiles (the skate routes). All base development, among others, "Google Map Extensions", is now found on www.geotracing.com.
Note (11.feb.2007) the original examples were based on Gmap v1. I am now reworking the examples to work with v2, using the documented API.
| First basic example showing a Map in just a few lines. | [gmap.html] |
| Play back GPX tracks using any HTML overlay with TLabel. | |
|
Integrate layers on map from any WMS server and
do transparent overlays. For this I developed a simple JavaScript library. |
$Id: index.html,v 1.11 2007-02-11 11:08:38 just Exp $