Skip to content

Instantly share code, notes, and snippets.

@briangershon
Last active April 22, 2017 05:52
Show Gist options
  • Save briangershon/d99cdd9ecb89e36f5574854b93c07ac3 to your computer and use it in GitHub Desktop.
Save briangershon/d99cdd9ecb89e36f5574854b93c07ac3 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"id": "black-river-riparian-forest",
"properties": {
"title": "Black River Riparian Forest and Wetland",
"description": "This is a test description.",
"url": "https://www.google.com/",
"tags": ["park", "wetland"]
},
"geometry": {
"type": "Point",
"coordinates": [-122.239380, 47.477014]
}
},
{
"type": "Feature",
"properties": {
"title": "Petrovitsky Park"
},
"geometry": {
"type": "Point",
"coordinates": [-122.118756, 47.441148]
}
},
{
"type": "Feature",
"properties": {
"title": "North Highland Park",
"tags": ["park"]
},
"geometry": {
"type": "Point",
"coordinates": [-122.182343, 47.494822]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment