GeoJson:Projekte: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(Die Seite wurde neu angelegt: „{ "type": "FeatureCollection", "features": [] }“) |
(Visual map edit) |
||
(2 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
{ | { | ||
"type": "FeatureCollection", | "type": "FeatureCollection", | ||
"features": [] | "features": [ | ||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "[[test]]", | |||
"description": "joijp" | |||
}, | |||
"geometry": { | |||
"type": "Polygon", | |||
"coordinates": [ | |||
[ | |||
[ | |||
6.81839, | |||
51.459034 | |||
], | |||
[ | |||
6.811523, | |||
51.46759 | |||
], | |||
[ | |||
6.832123, | |||
51.46759 | |||
], | |||
[ | |||
6.843109, | |||
51.454756 | |||
], | |||
[ | |||
6.83075, | |||
51.450477 | |||
], | |||
[ | |||
6.81839, | |||
51.459034 | |||
] | |||
] | |||
] | |||
} | |||
} | |||
] | |||
} | } |