Skip to content

Instantly share code, notes, and snippets.

@thejeshgn
Created June 28, 2013 13:47
Show Gist options
  • Save thejeshgn/5884793 to your computer and use it in GitHub Desktop.
Save thejeshgn/5884793 to your computer and use it in GitHub Desktop.
example geojson at #ttccamp13
Display the source blob
Display the rendered blob
Raw
{"features":[{"id":"thej","properties":{"person":"thej","sl no":1,"geo_accuracy":"city","geo_longitude":77.5903608,"geo_latitude":12.9793998,"City":"bangalore"},"type":"Feature","geometry":{"type":"Point","coordinates":[77.5903608,12.9793998]}},{"id":"ram","properties":{"person":"ram","sl no":2,"geo_accuracy":"city","geo_longitude":-73.9865812,"geo_latitude":40.7305991,"City":"new york, usa"},"type":"Feature","geometry":{"type":"Point","coordinates":[-73.9865812,40.7305991]}}],"type":"FeatureCollection"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment