The road to Trackmap Editing

Eric Hodel | Sun, 11 Dec 2005 07:35:00 GMT

Posted in

Wow, the Google Maps API is severely undocumented, but you can do evil, evil things with it.

I’m ripping coordinates out from the points property of a GPolyline then forcing a redraw to do live deletion (along with a bit of XMLHttpRequest). Next up is moving points about the map and then inserting new points.

But, all this javascript is tiring.

Comments are disabled