I have been working a bit on Google Maps visualisations for my milonga.be tango site, to show an overview of all Belgian tango sites. I did it the following way:
- I use Google Maps‘ “My Maps” to create a collection of pointers on a map. I called this map “milonga.be tango venues”. It’s not complete yet, but I have about 25 locations in it for the moment. I can easily link to this page so anyone can see it: Belgian tango venues.
- But let’s say I want to embed it into a page. I could do it in-line (which would add a lot of JavaScript to the HTML) or use an inline frame (
IFRAME). I decided to use the frame approach and build a generic KML visualizor.
So how can you use it to show any KML/GeoRSS feed on your website?
- Go to the forret.com Google Maps visualizor tool
- Copy/paste the KML feed URL. Example 1: the KML link from Google Maps:

Example 2: Flickr feeds also have a Flickr GeoRSS format which is compatible (now also KML). - Choose the appropriate center point. Currently you have to copy/paste it from Google Maps or another application, I still have to add some interface magic to do it in the page.
- Press “Show!” and copy/paste the resulting
IFRAMEHTML code. Voila!
An example: Peter’s KML feed of tango locations in Brussels.
So I am using Google’s “My maps” feature as my online map editor and KML generator, and the regular Google Maps as the visualisation tool. I’m a happy man!
Related posts:
- New Google hack: Pixagogo Maps Pixagogo has just released a feature to show images...
- Brussels Tango on Google Calendar I’ve started a public Google calendar for tango events (milonga’s,...
- MIVB en Google Transit Wouldn’t this be a great idea: the Brussels public transport...
- Creating a tango calendar Resurrection of milonga.be When I started dancing argentine tango, there...
- Google and social software: wiki’s Moving my tango site I am currently considering converting...





great stuff!
…its just that the centering within your tool doesn’t work here. I can enter the location just fine and the embedded version on my site works as intended, but not on your tool site?! odd.
really handy!
a similar tool is on http://www.dr2ooo.com/tools/maps/
Great ! Thanks for that very useful tool.
It works fine but I can’t center my map well. here is the KML feed
maps.google.fr
and the lat/long: 52.22 & 4.89
The result is always centered on Brussels …
hi Peter
Seems that your tool is out of work today ..;
@ Damien & Daniel: there was a bug in my tool (faulty URLencoding) that created problems for inserting the coordinates. It’s fixed now!