|
|
Line 1: |
Line 1: |
| <mapframe width=400 height=300 zoom=15 latitude=40.7829 longitude=-73.9654> | | <mapframe width=400 height=300 zoom=13 latitude=48.8584 longitude=2.2945 /> |
| {
| |
| "type": "FeatureCollection",
| |
| "features": [
| |
| {
| |
| "type": "Feature",
| |
| "geometry": {
| |
| "type": "Polygon",
| |
| "coordinates": [[
| |
| [-73.9712, 40.7644],
| |
| [-73.9712, 40.7684],
| |
| [-73.9654, 40.7684],
| |
| [-73.9654, 40.7644],
| |
| [-73.9712, 40.7644]
| |
| ]]
| |
| },
| |
| "properties": {
| |
| "title": "Sample Area",
| |
| "description": "This is a sample polygon near Central Park.",
| |
| "stroke": "#ff0000",
| |
| "stroke-width": 2,
| |
| "fill": "#ffa500",
| |
| "fill-opacity": 0.4
| |
| }
| |
| }
| |
| ]
| |
| }
| |
| </mapframe>
| |