GeoJson:Southern Netherlands: Difference between revisions
From Seven Sages of Rome
(Created GeoJSON page) |
(Visual map edit) |
||
Line 1: | Line 1: | ||
{ | { | ||
"type": "FeatureCollection", | "type": "FeatureCollection", | ||
"features": [] | "features": [ | ||
{ | |||
"type": "Feature", | |||
"properties": {}, | |||
"geometry": { | |||
"type": "Polygon", | |||
"coordinates": [ | |||
[ | |||
[ | |||
4.378052, | |||
51.436247 | |||
], | |||
[ | |||
4.559326, | |||
51.501263 | |||
], | |||
[ | |||
5.905151, | |||
51.15114 | |||
], | |||
[ | |||
6.240234, | |||
51.391708 | |||
], | |||
[ | |||
5.993042, | |||
51.757003 | |||
], | |||
[ | |||
5.95459, | |||
51.831747 | |||
], | |||
[ | |||
4.608765, | |||
51.821562 | |||
], | |||
[ | |||
4.378052, | |||
51.436247 | |||
] | |||
] | |||
] | |||
} | |||
} | |||
] | |||
} | } |