GeoMaker API (of sorts)
-----------------------
If you hate interfaces, this is the place for you!
Simply send parameters and GeoMaker does stuff for you.
url (required) - the URL to load and analyze
output (required) - what to give back to you
output=map - returns the map include code to put into any
HTML document
output=json - returns a JSON object of matched locations as
a JSON array of objects. Each object has a lat,
lon and title property.
output=json&callback=foo - does the same but wraps it in foo()
output=microformats - returns the microformats HTML
output=kml - returns the data as KML
output=csv - returns the data as CSV
Debugging:
If you set raw=true you can see the content retrieved from the URL
and the XML returned by Placemaker.
Try, try again, Mr. Wint:
* http://icant.co.uk/geomaker/api.php?url=http://news.yahoo.com&output=json
* http://icant.co.uk/geomaker/api.php?url=http://news.yahoo.com&output=json&callback=foo
* http://icant.co.uk/geomaker/api.php?url=http://news.yahoo.com&output=microformats