GeoJson:sandbox: Difference between revisions
Andre Castro (talk | contribs) (Created GeoJSON page) |
Andre Castro (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
{ | { | ||
"type": "FeatureCollection", | "type": "FeatureCollection", | ||
"features": [] | "features": [ | ||
{ | |||
"type": "Feature", | |||
"properties": {}, | |||
"geometry": { | |||
"type": "Polygon", | |||
"coordinates": [ | |||
[ | |||
[ | |||
13.383129, | |||
52.530565 | |||
], | |||
[ | |||
13.386219, | |||
52.531479 | |||
], | |||
[ | |||
13.389673, | |||
52.531753 | |||
], | |||
[ | |||
13.393793, | |||
52.528581 | |||
], | |||
[ | |||
13.387163, | |||
52.527171 | |||
], | |||
[ | |||
13.383129, | |||
52.530565 | |||
] | |||
] | |||
] | |||
} | |||
} | |||
] | |||
} | } |