2,019
edits
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<mapframe width=400 height=300 zoom= | == Polygon Test == | ||
<mapframe width=400 height=300 zoom=15 latitude=40.7664 longitude=-73.9680> | |||
{ | |||
"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": "Central Park Sample", | |||
"description": "A small polygon near Central Park.", | |||
"stroke": "#ff0000", | |||
"stroke-width": 2, | |||
"fill": "#ffa500", | |||
"fill-opacity": 0.4 | |||
} | |||
} | |||
] | |||
} | |||
</mapframe> |