Skip to content

Instantly share code, notes, and snippets.

@dfrho
Last active October 20, 2017 19:14
Show Gist options
  • Save dfrho/d6321a035aad781d9fab043bf6e309cf to your computer and use it in GitHub Desktop.
Save dfrho/d6321a035aad781d9fab043bf6e309cf to your computer and use it in GitHub Desktop.
geoJSON feature example
{
"type": "Feature",
"properties": {
"name": "Brooklyn Bridge Dog Run",
"address": "385 Plymouth St",
"boro": "Brooklyn",
"state": "NY",
"DogRuns_Type": "Off-Leash",
"Notes": "Located under the Manhattan Bridge. Go Figure.",
"Prop_ID": "BB999",
"postalCode": 11201
},
"geometry": {
"coordinates": [
-73.98941,
40.704035
],
"type": "Point"
},
"id": "c2fa21470cb8e4d2bef0c4ca60a4c0de"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment