{ "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] } } ] }