GeoJson:Miavegr: Difference between revisions
From Wikibundi
(Created page with "{ "type": "FeatureCollection", "features": [] }") |
(Visual map edit) Tag: Reverted |
||
Line 1: | Line 1: | ||
{ | { | ||
"type": "FeatureCollection", | "type": "FeatureCollection", | ||
"features": [] | "features": [ | ||
{ | |||
"type": "Feature", | |||
"properties": {}, | |||
"geometry": { | |||
"type": "Polygon", | |||
"coordinates": [ | |||
[ | |||
[ | |||
4.079773, | |||
50.086402 | |||
], | |||
[ | |||
4.217102, | |||
50.149802 | |||
], | |||
[ | |||
4.749939, | |||
50.346512 | |||
], | |||
[ | |||
5.189392, | |||
49.817784 | |||
], | |||
[ | |||
4.931213, | |||
49.458485 | |||
], | |||
[ | |||
3.832581, | |||
49.757493 | |||
], | |||
[ | |||
4.079773, | |||
50.086402 | |||
] | |||
] | |||
] | |||
} | |||
} | |||
] | |||
} | } |