Skip to content

Instantly share code, notes, and snippets.

@ecgreb
Created November 5, 2014 02:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ecgreb/ec810cf36f63069fe43c to your computer and use it in GitHub Desktop.
Save ecgreb/ec810cf36f63069fe43c to your computer and use it in GitHub Desktop.
{ "type": "FeatureCollection",
"features": [{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.98597, 40.74871 ]},
"properties": {
"text": "Empire State Building, New York County, New York",
"score": 1,
"type": "geoname",
"id": "5116597"
}
}, …
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment