{ "type": "FeatureCollection", "features": [ { "type": "Feature", "properties": { "marker-color": "#7e7e7e", "fill": "#7e7e7e", "stroke": "#555555", "marker-size": "medium", "marker-symbol": "", "popup-text": "What is this?" }, "geometry": { "type": "Point", "coordinates": [ -63.624229431152344, 44.64325407516125 ] } }, { "type": "Feature", "properties": { "stroke": "#555555", "stroke-width": 2, "stroke-opacity": 1, "fill": "#555555", "fill-opacity": 0.5, "popup-text": "Hello there!" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -63.66027832031249, 44.718197320392626 ], [ -63.58268737792968, 44.67085032208647 ], [ -63.540802001953125, 44.74331942733374 ], [ -63.66027832031249, 44.718197320392626 ] ] ] } }, { "type": "Feature", "properties": { "marker-color": "#7e7e7e", "fill": "#7e7e7e", "stroke": "#555555", "marker-size": "medium", "marker-symbol": "", "popup-text": "lake major?" }, "geometry": { "type": "Point", "coordinates": [ -63.48861694335937, 44.73454012555642 ] } }, { "type": "Feature", "properties": { "stroke": "#555555", "stroke-width": 2, "stroke-opacity": 1, "fill": "#555555", "fill-opacity": 0.5, "popup-text": "I'm a square!" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -63.542861938476555, 44.654977979262924 ], [ -63.542861938476555, 44.68452147118967 ], [ -63.483123779296875, 44.68452147118967 ], [ -63.483123779296875, 44.654977979262924 ], [ -63.542861938476555, 44.654977979262924 ] ] ] } } ] }