Tag Archives: map

Tropical Weather Maps

Map the World !

Thanks to openstreetmap, CloudMade and ITO (and GPS !) the people of the world can now map the world !

ito osm a year of edits

Read and post comments | Send to a friend

GeoShapes

The latest flickr / googlemaps / yahoomaps geomap geotag mapping craze seems to be GeoShapes and GeoShaping. Which is basically giving a shape to a locality !

See Flickr

See Google

SeeYahoo

Read and post comments | Send to a friend

GPS goes Nuts

GPS goes Nuts

HappyCamel (feed it a GPS track and alist of digital photos and it figures out where these images were taken)

HappyCamel Google Map Examples

Read and post comments | Send to a friend

OpenCycleMap for Cyclists (from the creators of OpenStreetMap)

Did you know there is a OpenCycleMap of the world for Cyclists (from the creators of OpenStreetMap) which contains contour information thanks to open source NASA contour data !

Read and post comments | Send to a friend

dopplr, flickr, geotagging & openstreetmap

What's the connection between dopplr, flickr, geotagging & openstreetmap ?

Watch the video:

Listen to the podcast:

Read these media articles:

See how yahoo flickr seamlessly merges its maps with OpenStreetMap maps :

Finally why not join the Change !

Read and post comments | Send to a friend

One Planet Sutton & Open Street Map

One Planet Living in Sutton is an ever-evolving programme of projects that will cover all of the One Planet Living principles and deliver the Sustainability Action Plan. We work with many partners and share knowledge to ensure that together we come up with the right solutions for a sustainable Sutton.

One Planet Living in Sutton is a hugely ambitious programme of work – getting the whole borough from a 3 planet level to a 1 planet level will take imagination, hard work and innovation from every resident, business and organisation in Sutton as well as input from organisations with expertise in each of the principles.

But its not all hard work – we hope that it will be fun, inspirational and great for building community spirit.

One Planet Living in Sutton are using OpenStreetMap and a number of Web 2.0 sites to spread their message !

Read and post comments | Send to a friend

geoFlock flock browser add-on

geoFlock gives you a suite of in-built maps and mapping tools for your web browser (now based on Minimap Firefox version, but retaining geotag dialogs).

Create and save a sidebar map using the addresses or address links you find on web pages, or by manually adding locations. View traffic Info, drag and drop kml files, Geotag Flickr photos within the Flock photo uploader, geotag blog posts within the blog editor (including microformat geo class values, view in google maps/google earth links and insertion of quikmaps.com maps).

http://flock.spatialviews.com/geoflock_features.html

http://flock.spatialviews.com/

Read and post comments | Send to a friend

Panoramio Geo Tagged Photo API

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/

Read and post comments | Send to a friend

KML markup language

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.

Read and post comments | Send to a friend