Google Maps

By giovanni_lpgiovanni_lp

Description

This is an explanation on how to embed a google map in wikidot.

Code

  • go to maps.google.com
  • create a map
  • click on "link to this page"
  • copy the code under "Paste HTML to embed in website" or customize the appearance of embedded map
  • edit your wiki by pasting the code between:
[[embed]] and [[/embed]]

to get this:
[[embed]]
<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.pl/?ie=UTF8&amp;ll=53.020902,18.636546&amp;spn=0.018561,0.05579&amp;t=h&amp;z=15&amp;output=embed&amp;s=AARTsJqzARj-Z8VnW5pkPMLMmZbqrJcYpw"></iframe><br /><small><a href="http://maps.google.pl/?ie=UTF8&amp;ll=53.020902,18.636546&amp;spn=0.018561,0.05579&amp;t=h&amp;z=15&amp;source=embed" style="color:#0000FF;text-align:left">Wyświetl większą mapę</a></small>
[[/embed]]
  • you can modify width, height, frameborder, scrolling,etc as your wish (I modified width from 300px to 100% in this example)
  • you can also change how the map is displayed in the page by wrapping the embed tag in a div, e.g. to display the map on the right-hand side of the page, like this:
[[div style="float:right"]]
[[embed]]
<iframe width="300" height="300" frameborder="0" scrolling="no" marginheight="0" marginwidth="0"
src="http://maps.google.com/maps/ms?ie=UTF8&amp;hl=en&amp;t=p&amp;om=1&amp;s=AARTsJrhoVfmTsOO8HkyJpKUUcfcb9at9Q&amp;
msa=0&amp;msid=112114991701558823878.00044037cef24ff719d87&amp;ll=42.228517,-9.140625&amp;spn=19.50624,26.367188&amp;
z=4&amp;output=embed"></iframe>
[[/embed]]
[[/div]]

In action


Wyświetl większą mapę

Another map in action:

[[embed]]
<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com.au/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=65+woodhouse+drive+ambarvale&amp;sll=-34.063931,150.758655&amp;sspn=0.008141,0.019312&amp;ie=UTF8&amp;t=h&amp;ll=-34.077616,150.804176&amp;spn=0.054386,0.063515&amp;z=14&amp;iwloc=addr&amp;output=embed&amp;s=AARTsJp47q89hdxV7KqqkkMC2YIIJxgqJQ"></iframe>
[[/embed]]

gives:

More Action ro demonstrate:

[[embed]]
<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.co.uk/maps/ms?hl=en&amp;ie=UTF8&amp;msa=0&amp;msid=100685272538302717572.00046f39b9745fec203a9&amp;ll=50.212064,-5.092163&amp;spn=1.462399,3.499146&amp;output=embed"></iframe>
[[/embed]]

Gives:

Most important

an advanced use of this solution permit to show on a map a kml url or a rss, geocoded, url:

  • copy the kml or geocoded rss url
  • go to google maps
  • past the url into the google maps search box
  • then get the code as explained before

You can see an easy example here

Rate this solution

If you think this solution is useful — rate it up! Or dump it otherwise.

rating: +24+x
Helmuti_pdorfHelmuti_pdorf 1196599499|%e %b %Y, %H:%M %Z|agohover

Because of you wpnder:
is it not the same as in http://snippets.wikidot.com/code:quikmaps-maps ?

But always better to have it spread over more pages…


Service is my success. My webtips:www.blender.org, www.zusi.de (Demo-Video)

Wollen Sie Wikidot helfen im deutschen » Handbuch ?

last edited on 1196599532|%e %b %Y, %H:%M %Z|agohover by Helmuti_pdorf + show more
unfold by Helmuti_pdorfHelmuti_pdorf, 1196599499|%e %b %Y, %H:%M %Z|agohover
Re:
giovanni_lpgiovanni_lp 1196719466|%e %b %Y, %H:%M %Z|agohover

It's not the same. Quickmaps has only a few of the futures offered by google map. On quickmap you can't upload kml files, connect to geocoded rss and so on, but you can only drow on a map and place icons.
At least this is what I've seen after a fast browse in quickmaps website
To place all the marks you can see here can take you a full day in quickmaps, in google maps is simple as copy and past an url in the search bar


wikYacht the yachting world wiki

last edited on 1196858520|%e %b %Y, %H:%M %Z|agohover by giovanni_lp + show more
unfold Re: by giovanni_lpgiovanni_lp, 1196719466|%e %b %Y, %H:%M %Z|agohover
Re:
Helmuti_pdorfHelmuti_pdorf 1196757209|%e %b %Y, %H:%M %Z|agohover

Thanks for the info, it makes something clear !


Service is my success. My webtips:www.blender.org, www.zusi.de (Demo-Video)

Wollen Sie Wikidot helfen im deutschen » Handbuch ?

unfold Re: by Helmuti_pdorfHelmuti_pdorf, 1196757209|%e %b %Y, %H:%M %Z|agohover
Re:
giovanni_lpgiovanni_lp 1196858717|%e %b %Y, %H:%M %Z|agohover

… But you are right, I'll modify the page to explain this a bit better. In a first time I fought this was note necessary as wasn't concerning codeing in wikidot, but something in google maps.


wikYacht the yachting world wiki

unfold Re: by giovanni_lpgiovanni_lp, 1196858717|%e %b %Y, %H:%M %Z|agohover
Include kml
StruveStruve 1196936675|%e %b %Y, %H:%M %Z|agohover

Do you know anything about changing the appearance of the placemarks when including a kml?
In Google Earth I have saved them as red small dots. After transferring through Google Maps to my page, they resulted as dots (at least) but in default-white.

unfold Include kml by StruveStruve, 1196936675|%e %b %Y, %H:%M %Z|agohover
Re: Include kml
giovanni_lpgiovanni_lp 1196940769|%e %b %Y, %H:%M %Z|agohover

I posted the same question on google maps group just a few days ago but never received any kind of answer.
The only work around I found is to save the generated map in "my maps" and then editing one by one the placemarks appearance. Obviosly this is not an esay job on map like mine and the one I've seen on your wiki, with hundred of placemarks.
I never generated a map with a kml from google earth (I only tried with kml files from a gps), but what you can try to do is to import the placemark icon in google map before importing the kml, possible with the same file name it has in google earth. No idea if this works, it's only a suggest.


wikYacht the yachting world wiki

unfold Re: Include kml by giovanni_lpgiovanni_lp, 1196940769|%e %b %Y, %H:%M %Z|agohover
Re: Include kml
StruveStruve 1196954856|%e %b %Y, %H:%M %Z|agohover

How can you edit the placemarks in mymaps? I cannot change anything. I found a post in the "how to" section about a "edit button", but I don't have anything like that..
And how do you import placemark icons? It only accepts kml-url's..

unfold Re: Include kml by StruveStruve, 1196954856|%e %b %Y, %H:%M %Z|agohover
Re: Include kml
giovanni_lpgiovanni_lp 1196979700|%e %b %Y, %H:%M %Z|agohover
  • you need a google account (any account created with google service it's fine: gmail, picasa, google docs, etc)
  • login in google
  • go to maps.google.com
  • click on "my maps" on the left just below the google map logo
  • past the kml link in the searchbox
  • when your kml file is displayed on the map, click on "save in my map" (at the top of the left sidebar, just belove the previous mentioned "my maps" link)
  • now you should have the new map listed on the left side bar
  • if the map is not selected, select it.
  • now you should see an "edit" option just below the list of your maps (I suppose you will have only the new one just created) and just before the list of all the placemarks of the map
  • after clicking on "edit", every time you select a placemarks (from the list or from the map) you will see a windows where you can modify text end appearance of each placemark.

At this point should be quite easy to find where to change the icons and where to upload new one.
As I wrote in the previous post, you can't edit placemarks in bulk, but you have to editing one by one.
Hope everything was clear. All the words I put between "" are translate by me looking at my italian version, so maybe instead of "edit" you should find "modify" and so on.
Let me know if you find problems

PS: I forgot to mention that I'm not sure you need a google account or you can do the same even without login, but if you want to save the map for future editing, an account is much better.


wikYacht the yachting world wiki

last edited on 1196981571|%e %b %Y, %H:%M %Z|agohover by giovanni_lp + show more
unfold Re: Include kml by giovanni_lpgiovanni_lp, 1196979700|%e %b %Y, %H:%M %Z|agohover
Re: Include kml
StruveStruve 1197017329|%e %b %Y, %H:%M %Z|agohover

thank you for this detailed description.
it works all fine unto the edit-button. i don't have it.
what seems to be the problem ist that over my mymap-list, the title says "created by others" and therefore I am not allowed to edit. because I tried to create a new map and with this one the edit-button appeared.
well, I'll search on in the google map group. I'll tell you when I find some answers..
thanks for your help!

last edited on 1197017804|%e %b %Y, %H:%M %Z|agohover by Struve + show more
unfold Re: Include kml by StruveStruve, 1197017329|%e %b %Y, %H:%M %Z|agohover
Re: Include kml
giovanni_lpgiovanni_lp 1197035114|%e %b %Y, %H:%M %Z|agohover

ok, then try with this:

  • save the kml file on your pc
  • go to my map
  • click on "create new map" (top left corner of the leftsidebar)
  • click on "import" (should appear just below the list of your maps)
  • choose your kml file in the new window

At this point google should definitely recognized the map as created by you


wikYacht the yachting world wiki

last edited on 1197035189|%e %b %Y, %H:%M %Z|agohover by giovanni_lp + show more
unfold Re: Include kml by giovanni_lpgiovanni_lp, 1197035114|%e %b %Y, %H:%M %Z|agohover
Re: Include kml
StruveStruve 1197275070|%e %b %Y, %H:%M %Z|agohover

right, thanks! I didn't see this option.
unfortunately it doesn't work as it says "We could not finish uploading your file.". I don't think it's the size of the file as I also tried it with only one point. but is it possible that my firewall blocks it from uploading??

Edit: just seen on a german forum that the first line (upload from computer) doesn't seem to work at the moment, only the second line wit the url. worked fine.

thank you for your great help anyway!

last edited on 1197281784|%e %b %Y, %H:%M %Z|agohover by Struve + show more
unfold Re: Include kml by StruveStruve, 1197275070|%e %b %Y, %H:%M %Z|agohover
Using Googlemaps API key
preserveguidepreserveguide 1201531312|%e %b %Y, %H:%M %Z|agohover

Does anyone use the googlemaps api key so that the embed is the html? Does wikidot support this?
thanks!

unfold Using Googlemaps API key by preserveguidepreserveguide, 1201531312|%e %b %Y, %H:%M %Z|agohover
glitchpopglitchpop 1210656651|%e %b %Y, %H:%M %Z|agohover

thank you! your solution actually works!

unfold by glitchpopglitchpop, 1210656651|%e %b %Y, %H:%M %Z|agohover
How to embed maps from Google China?
Wenfang WuWenfang Wu 1233119253|%e %b %Y, %H:%M %Z|agohover

Hi, everyone,

I tried to make a bilingual website that would contain both an English and a Chinese version of some Google maps. However, while the English version shows well in wikidot, the Chinese version (from http://ditu.google.com/maps) cannot be embedded in wikidot's webpages. After copying and pasting the link of the map from Google China to wikidot, it says "Sorry, no match for the embedded content". Are there any solutions to this problem or are the two just incompatible (BTW I tried pasting the same codes to blogger.com and it works!)?

Many thanks for your advice!

WF

last edited on 1233119552|%e %b %Y, %H:%M %Z|agohover by Wenfang Wu + show more
unfold How to embed maps from Google China? by Wenfang WuWenfang Wu, 1233119253|%e %b %Y, %H:%M %Z|agohover
Too slow
FunChiefFunChief 1233890596|%e %b %Y, %H:%M %Z|agohover

i embedded a map in may page but it's awfully slow on certain connections. I have profiled with firefox and it's a humongous number of litle pics in layers that it is grabbing.

i figure the solution is to embed a small static JPG of the map and when you click on it, just then actually load and replace with a map - but i couldn't get wikidot to embed such an iframe - i tried with a local attached html file which contains the <img> but it doesn't work

http://wiki.funontrails.com/ganaraska2

really what i'm looking for is like an "alt" attribute for the [[embed or <iframe tags…

any ideas?

unfold Too slow by FunChiefFunChief, 1233890596|%e %b %Y, %H:%M %Z|agohover
Re: Too slow
FunChiefFunChief 1233890773|%e %b %Y, %H:%M %Z|agohover

sorry - maybe it's not obvious, here's what the original page should look http://wiki.funontrails.com/ganaraska

unfold Re: Too slow by FunChiefFunChief, 1233890773|%e %b %Y, %H:%M %Z|agohover
Re: Too slow
FunChiefFunChief 1233942819|%e %b %Y, %H:%M %Z|agohover

i've got it - with some help from this thread: http://community.wikidot.com/forum/t-96421/super-sexy-interactive-google-map

you can check the same page to see how…until i delete it that is…basically the html with the <a href="maps.google….."><img…/></a> is as code in a separate topic (i figure it could be the same) and it is included as an iframe in the original topic.

in essesnce, it displays the img and when you click on it, it gets replaced by the actual map…it is NOTICEABLY faster to load…

unfold Re: Too slow by FunChiefFunChief, 1233942819|%e %b %Y, %H:%M %Z|agohover
My map doesn't embed
Lobo_GrisLobo_Gris 1247506622|%e %b %Y, %H:%M %Z|agohover

I'm trying to embed a map, but it isn't working. I get a "Sorry, no match for the embedded content." notice.

My map is set on "private". Does it have something to do with it?

unfold My map doesn't embed by Lobo_GrisLobo_Gris, 1247506622|%e %b %Y, %H:%M %Z|agohover
FunChiefFunChief 1247514572|%e %b %Y, %H:%M %Z|agohover

no - i don't think it should…but if it's private, it would only be seen if you shared it with someone that was logged into google via a cookie or something, no? Check your code very carefuly against the examples above. It can produce that error message if you even change one character in a comment!

unfold by FunChiefFunChief, 1247514572|%e %b %Y, %H:%M %Z|agohover
Re:
Lobo_GrisLobo_Gris 1247587741|%e %b %Y, %H:%M %Z|agohover

I did not change a single character. I was very careful with that, and I tried many many times.

The thing is I am unable to see the map myself, even while logged in at google.

unfold Re: by Lobo_GrisLobo_Gris, 1247587741|%e %b %Y, %H:%M %Z|agohover
Re:
Helmuti_pdorfHelmuti_pdorf 1247589232|%e %b %Y, %H:%M %Z|agohover

Can you insert here under "code" block the requested code of google ?

could be you need a private / secret password to embed this?


Service is my success. My webtips:www.blender.org, www.zusi.de (Demo-Video)

Wollen Sie Wikidot helfen im deutschen » Handbuch ?

unfold Re: by Helmuti_pdorfHelmuti_pdorf, 1247589232|%e %b %Y, %H:%M %Z|agohover
Re:
Lobo_GrisLobo_Gris 1248048813|%e %b %Y, %H:%M %Z|agohover

My code is this one:

[[embed]]
<iframe width="600" height="500" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps/ms?ie=UTF8&amp;hl=en&amp;msa=0&amp;msid=106834310040442095266.0004658f85e258cb011b4&amp;ll=19.569495,-99.118996&amp;spn=0.161745,0.205994&amp;z=12&amp;output=embed"></iframe><br /><small>View <a href="http://maps.google.com/maps/ms?ie=UTF8&amp;hl=en&amp;msa=0&amp;msid=106834310040442095266.0004658f85e258cb011b4&amp;ll=19.569495,-99.118996&amp;spn=0.161745,0.205994&amp;z=12&amp;source=embed" style="color:#0000FF;text-align:left">Nuevo Depa</a> in a larger map</small>
[[/embed]]

It is a private map, but as far as I know you do not need a password to be able to watch the map.

unfold Re: by Lobo_GrisLobo_Gris, 1248048813|%e %b %Y, %H:%M %Z|agohover
Re: too much ciode after the iframe - end
Helmuti_pdorfHelmuti_pdorf 1248268990|%e %b %Y, %H:%M %Z|agohover

You have too much code after the end of the iframe block!
( </iframe>)

Have a look at this page under "More Action to demonstrate"
(it is not your code)


Service is my success. My webtips:www.blender.org, www.zusi.de (Demo-Video)

Wollen Sie Wikidot helfen im deutschen » Handbuch ?

unfold Re: too much ciode after the iframe - end by Helmuti_pdorfHelmuti_pdorf, 1248268990|%e %b %Y, %H:%M %Z|agohover
Re: too much ciode after the iframe - end
FunChiefFunChief 1248384979|%e %b %Y, %H:%M %Z|agohover

When i try your map (the src attribute of the iframe) I get some sort of an error: {errorText:"Unable to contact server."}. just paste your URL into the browser, for instance: http://maps.google.com/maps/ms?ie=UTF8&amp;hl=en&amp;msa=0&amp;msid=106834310040442095266.0004658f85e258cb011b4&amp;ll=19.569495,-99.118996&amp;spn=0.161745,0.205994&amp;z=12&amp;output=embed

Why exactly this hapens i don't know.

unfold Re: too much ciode after the iframe - end by FunChiefFunChief, 1248384979|%e %b %Y, %H:%M %Z|agohover
Re: too much ciode after the iframe - end
FunChiefFunChief 1248386080|%e %b %Y, %H:%M %Z|agohover

sorry - my mistake, see resolution in a thread below

unfold Re: too much ciode after the iframe - end by FunChiefFunChief, 1248386080|%e %b %Y, %H:%M %Z|agohover
FunChiefFunChief 1247671306|%e %b %Y, %H:%M %Z|agohover

here's a sample on my wiki: http://funontrails.wikidot.com/ - you can find lots. the source is:

[[embed]]
<iframe width="640" height="480" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.ca/maps/ms?ie=UTF8&amp;hl=en&amp;t=h&amp;s=AARTsJodj5ONUfeZrNWbomtKeE-2HEIIQg&amp;msa=0&amp;msid=111829477481089314024.0004607b9ead6c6241116&amp;ll=44.016521,-79.491577&amp;spn=1.896163,3.515625&amp;z=7&amp;output=embed"></iframe><br /><small><a href="http://maps.google.ca/maps/ms?ie=UTF8&amp;hl=en&amp;t=h&amp;msa=0&amp;msid=111829477481089314024.0004607b9ead6c6241116&amp;ll=44.016521,-79.491577&amp;spn=1.896163,3.515625&amp;z=7&amp;source=embed" style="color:#0000FF;text-align:left">.</a></small>
[[/embed]]

please compare this with what you get from google. make sure you click on the "Customize and preview embedded map" to get a nice map.

as for the other issue, seeing the map in google maps: make sure you login with the same user all the time and you check any "stay logged in" boxes. i suggest you try this with a public map first and when it works start playing with the private maps.

hope this helps.

unfold by FunChiefFunChief, 1247671306|%e %b %Y, %H:%M %Z|agohover
Chris BondChris Bond 1248203361|%e %b %Y, %H:%M %Z|agohover

I can't get my map to embed either asnd get the same message as Lobo_Gris.

Coding given by GoogleMaps is:

<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.co.uk/maps/ms?hl=en&amp;ie=UTF8&amp;msa=0&amp;msid=100685272538302717572.00046f39b9745fec203a9&amp;ll=50.212064,-5.092163&amp;spn=1.462399,3.499146&amp;output=embed"></iframe><br /><small>View <a href="http://maps.google.co.uk/maps/ms?hl=en&amp;ie=UTF8&amp;msa=0&amp;msid=100685272538302717572.00046f39b9745fec203a9&amp;ll=50.212064,-5.092163&amp;spn=1.462399,3.499146&amp;source=embed" style="color:#0000FF;text-align:left">Morgawr Sightings</a> in a larger map</small>
unfold by Chris BondChris Bond, 1248203361|%e %b %Y, %H:%M %Z|agohover
Re: too much code after </iframe>
Helmuti_pdorfHelmuti_pdorf 1248268890|%e %b %Y, %H:%M %Z|agohover

You have too much code after the end of the iframe block!
( </iframe>)

Have a look at this page under "More Action to demonstrate"


Service is my success. My webtips:www.blender.org, www.zusi.de (Demo-Video)

Wollen Sie Wikidot helfen im deutschen » Handbuch ?

unfold Re: too much code after </iframe> by Helmuti_pdorfHelmuti_pdorf, 1248268890|%e %b %Y, %H:%M %Z|agohover
Re:
FunChiefFunChief 1248385084|%e %b %Y, %H:%M %Z|agohover

same thing with your URL Chris, I get the same error
{errorText:"Unable to contact server."}

for this url (your src attribute)
http://maps.google.co.uk/maps/ms?hl=en&amp;ie=UTF8&amp;msa=0&amp;msid=100685272538302717572.00046f39b9745fec203a9&amp;ll=50.212064,-5.092163&amp;spn=1.462399,3.499146&amp;output=embed

unfold Re: by FunChiefFunChief, 1248385084|%e %b %Y, %H:%M %Z|agohover
Re:
FunChiefFunChief 1248385915|%e %b %Y, %H:%M %Z|agohover

SORRY - that's not it…i get the same for my URL, which works though.

Here's the actual problem. Both of you tried to edit the description of the map, where the link is. Chris inserted "Morgawr…" and Lobo_Gris inserterd some other name. The way you inserted that broke the original link in half.

this in turn broke the regular expressions that the wikidot validates these links (I'm assuming they use that).

anyways, if you fix that link , you should be fine. for instance this works fine (it's one of the two above) - note the a href tag which now looks different.

[[embed]]
<iframe width="600" height="500" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps/ms?ie=UTF8&amp;hl=en&amp;msa=0&amp;msid=106834310040442095266.0004658f85e258cb011b4&amp;ll=19.569495,-99.118996&amp;spn=0.161745,0.205994&amp;z=12&amp;output=embed"></iframe><br /><small><a href="http://maps.google.com/maps/ms?ie=UTF8&amp;hl=en&amp;msa=0&amp;msid=106834310040442095266.0004658f85e258cb011b4&amp;ll=19.569495,-99.118996&amp;spn=0.161745,0.205994&amp;z=12&amp;source=embed" style="color:#0000FF;text-align:left">View Nuevo Depa in a larger map</a></small>
[[/embed]]
last edited on 1248386009|%e %b %Y, %H:%M %Z|agohover by FunChief + show more
unfold Re: by FunChiefFunChief, 1248385915|%e %b %Y, %H:%M %Z|agohover
Re:
Chris BondChris Bond 1248806866|%e %b %Y, %H:%M %Z|agohover

Have changed the code to

<iframe width="600" height="400" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.co.uk/maps/ms?hl=en&amp;ie=UTF8&amp;msa=0&amp;msid=100685272538302717572.00046f39b9745fec203a9&amp;ll=50.212064,-5.092163&amp;spn=1.462399,3.499146&amp;output=embed"></iframe><br /><small><a href="http://maps.google.co.uk/maps/ms?hl=en&amp;ie=UTF8&amp;msa=0&amp;msid=100685272538302717572.00046f39b9745fec203a9&amp;ll=50.212064,-5.092163&amp;spn=1.462399,3.499146&amp;source=embed" style="color:#0000FF;text-align:left">View the Morgawr Sightings in a larger map</a></small>

but still says 'no match for embedded code'. As far as I can tell GoogleMaps must have generated the break in the first place.

The coding is on the page at http://fortean.wikidot.com/morgawr#toc1 if anybody wants to help trying to fix it. The page is open edit.

unfold Re: by Chris BondChris Bond, 1248806866|%e %b %Y, %H:%M %Z|agohover
Re:
FunChiefFunChief 1248813767|%e %b %Y, %H:%M %Z|agohover

fixed it. your problem was using maps.google.co.uk instead of maps.google.com - it works now.

unfold Re: by FunChiefFunChief, 1248813767|%e %b %Y, %H:%M %Z|agohover
Re:
Chris BondChris Bond 1248815619|%e %b %Y, %H:%M %Z|agohover

Excellent. Many thanks FunChief. Very much appreciated. Looks great now.

unfold Re: by Chris BondChris Bond, 1248815619|%e %b %Y, %H:%M %Z|agohover
Add a new comment
Page tags: geocode google kml maps
page_revision: 12, last_edited: 1248269097|%e %b %Y, %H:%M %Z (%O ago)
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License