13 posts tagged “map”
Learn about the Web Services standards REST and JSON by using Google Panoramio and just your web browser !
Using the Google Panoramio API you can display the photos from Panoramio on your
own web site. Geolocated photos from Panoramio are great to enrich your
maps or illustrate information where location is a important factor
(real estate sites, hotels and vacation sites, routes & trails...).
Here's how you'd get some photos of London (X=~0,Y=~51)
http://www.panoramio.com/photo/8075745
http://www.panoramio.com/map/get_panoramas.php ? from=1 & to=16 & minx=-1 & miny=50 & maxx=1 & maxy=52 & size=small (just remove the spaces on either side of each "?" and "&" )
This REST call returns a JSON result set that you can view in your browser and cut and paste photo URLs from :
{"count": 42259,
"photos":
[
{ "photo_id": 4337937, "photo_title": "Sir Tatton Sykes Monument", "photo_url": "http://www.panoramio.com/photo/4337937", "photo_file_url": "http://mw2.google.com/mw- panoramio/photos/medium/4337937.jpg", "longitude": -0.537515, "latitude": 54.042054, "width": 270, "height": 500, "upload_date": "31 August 2007", "owner_id": 278681, "owner_name": "G3ZZP", "owner_url": "http://www.panoramio.com/user/278681" }
,
{ "photo_id": 51502, "photo_title": "eclipse", "photo_url": "http://www.panoramio.com/photo/51502", "photo_file_url": "http://mw2.google.com/mw-panoramio/photos/medium/51502.jpg", "longitude": -0.121665, "latitude": 51.500969, "width": 500, "height": 375, "upload_date": "24 September 2006", "owner_id": 6645, "owner_name": "JesusVillalba", "owner_url": "http://www.panoramio.com/user/6645" }
]
}
For more help see http://www.panoramio.com/help/
KML is a file format used to display geographic data in an Earth browser, such as Google Earth, Google Maps, and Google Maps for mobile. KML uses a tag-based structure with nested elements and attributes and is based on the XML standard.
- http://code.google.com/apis/kml/documentation/
- http://code.google.com/apis/kml/documentation/kml_tut.html
- http://code.google.com/apis/kml/documentation/kml_21tutorial.html
London Bloggers Map
frappr
http://www.dopplr.com/main/about is so new you can't even register for it yet !
Dopplr is an online service for frequent travellers. It was created
by an international team of world travellers as a tool for our own use. If you travel more than five times a year and have friends who do as well, then Dopplr is for you.
Linux World Web 2.0 apps that you can actually use
http://www.linuxworld.com/news/2006/121806-web-20-apis.html?page=1
My favorite is probably GeoNames
http://www.geonames.org/about.html
http://www.geonames.org/export/
http://www.geonames.org/export/codes.html
You should be able to locate your nearest FON hotspot on the WiGLE wi-fi map
The Gnome WorldWide http://live.gnome.org/GnomeWorldWide page has a great list of mapping links !

