Maps
Welcome. This page will grab all the addresses from a web page and plot them on a google map. You must supply a value to the url parameter, for example:
http://jeffpalm.com/maps/?url=<url>
where <url> is the url you wish to search.
To use, you can drag this link to your toolbar:
mapit
and then click this bookmark when you're on a page containing addresses. You'll then see a google map containing all these addresses. This link is:
javascript:void(location.href='http://jeffpalm.com/maps/?url='+escape(location.href))
This is the same way elfurl (or their clone tinyurl) publishes their bookmarks...here are a couple examples:
- http://www.jeffpalm.com/cv/JeffreyPalm-cv.txt
- http://www.ccs.neu.edu/home/jpalm/
- http://mit.edu
- http://www.neu.edu
Some of the source:
parse_addresses.pl Finds addresses on a give url. It's live here. address.pl Uses geocoder.us to find lat and long points of addresses. It's live here. main.js Some javascript to wrap up the google map. index.php The main script.
