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