Last active
April 22, 2017 05:52
-
-
Save briangershon/d99cdd9ecb89e36f5574854b93c07ac3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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