Upgrade to Pro — share decks privately, control downloads, hide ads and more …

GeoJSON: A simple geodata format for the web

GeoJSON: A simple geodata format for the web

John Firebaugh

July 01, 2013
Tweet

More Decks by John Firebaugh

Other Decks in Technology

Transcript

  1. GeoJSON features { "type": "Feature", "properties": { "name": "Stetson's Famous

    Bar & Grill", "telephone": "(202) 667-6295", "website": "http://stetsons-dc.com/" }, "geometry": { "type": "Point", "coordinates": [-77.037315, 38.916787] } }