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!
If you're new here, you may want to subscribe to my RSS feed or receive updates via email. Thanks for visiting!
Related posts:
- New Google hack: Pixagogo Maps Pixagogo has just released a feature to show images...
- MIVB en Google Transit Wouldn’t this be a great idea: the Brussels public transport...
- Easy web page mockup tool I’ve just finished a tool to make web page mockups....
- Brussels Tango on Google Calendar I’ve started a public Google calendar for tango events (milonga’s,...
- What Google Agenda currently misses I am using Google Agenda as the central repository for...
Related posts brought to you by Yet Another Related Posts Plugin.







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!