{ "type": "FeatureCollection", "features": [ { "type": "Feature", "geometry": { "type": "Point", "coordinates": [-122.4194, 37.7749] }, "properties": { "id": "point-1", "name": "Observation Tower", "type": "observation_point", "fill": "#FF5733", "stroke": "#C70039" } }, { "type": "Feature", "geometry": { "type": "LineString", "coordinates": [ [-122.4194, 37.7749], [-122.4184, 37.7739], [-122.4174, 37.7729] ] }, "properties": { "id": "line-1", "name": "Patrol Route A", "type": "patrol_route", "stroke": "#3498DB", "stroke-width": 3, "stroke-opacity": 0.8 } }, { "type": "Feature", "geometry": { "type": "Polygon", "coordinates": [[ [-122.4200, 37.7750], [-122.4190, 37.7750], [-122.4190, 37.7740], [-122.4200, 37.7740], [-122.4200, 37.7750] ]] }, "properties": { "id": "polygon-1", "name": "Protected Area", "type": "conservation_zone", "fill": "#27AE60", "fill-opacity": 0.3, "stroke": "#1E8449", "stroke-width": 2 } }, { "type": "Feature", "geometry": { "type": "MultiPolygon", "coordinates": [ [[ [-122.4180, 37.7735], [-122.4170, 37.7735], [-122.4170, 37.7725], [-122.4180, 37.7725], [-122.4180, 37.7735] ]], [[ [-122.4165, 37.7730], [-122.4155, 37.7730], [-122.4155, 37.7720], [-122.4165, 37.7720], [-122.4165, 37.7730] ]] ] }, "properties": { "id": "multipolygon-1", "name": "Restricted Zones", "type": "no_entry_zone", "fill": "#E74C3C", "fill-opacity": 0.4, "stroke": "#C0392B", "stroke-width": 2 } } ] }