{ "type": "FeatureCollection", "features": [ { "type": "Feature", "properties": { "name": "Oregon Department of Agriculture", "marker-color": "#00ff00" }, "geometry": { "type": "Point", "coordinates": [ -123.02664, 44.94365 ] } }, { "type": "Feature", "properties": { "name": "Waldo Park", "marker-color": "#ff0000" }, "geometry": { "type": "Point", "coordinates": [ -123.02611, 44.94515 ] } } ] }