{ "type": "FeatureCollection", "features": [ { "type": "Feature", "properties": { "title": "Eagle sighting", "icon": "yellow-dot.png" }, "geometry": { "type": "Point", "coordinates": [ -121.84257388114929, 45.68924399864299 ] } }, { "type": "Feature", "properties": { "title": "Otter sighting", "icon": "yellow-dot.png" }, "geometry": { "type": "Point", "coordinates": [ -121.84423685073851, 45.688494531177625 ] } }, { "type": "Feature", "properties": { "title": "Treasure chest", "icon": "yellow-dot.png" }, "geometry": { "type": "Point", "coordinates": [ -121.84667229652405, 45.68947633151819 ] } }, { "type": "Feature", "properties": { "title": "Salmon sighting", "icon": "yellow-dot.png" }, "geometry": { "type": "Point", "coordinates": [ -121.84827089309691, 45.690353192062354 ] } }, { "type": "Feature", "properties": { "title": "lunch", "icon": "yellow-dot.png" }, "geometry": { "type": "Point", "coordinates": [ -121.84469819068909, 45.68964870689875 ] } } ] }