GeoJson: TestData: Unterschied zwischen den Versionen
Aus Herrenhäuser
Admin (Diskussion | Beiträge) (GeoJSON Seite wurde erstellt) |
Admin (Diskussion | Beiträge) (Visual map edit) |
||
(3 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
{ | { | ||
"type": "FeatureCollection", | "type": "FeatureCollection", | ||
"features": [] | "features": [ | ||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "[[test1]]", | |||
"description": "[[test2]]" | |||
}, | |||
"geometry": { | |||
"type": "Polygon", | |||
"coordinates": [ | |||
[ | |||
[ | |||
8.125, | |||
59.941406 | |||
], | |||
[ | |||
8.125, | |||
78.191406 | |||
], | |||
[ | |||
34.875, | |||
78.191406 | |||
], | |||
[ | |||
34.875, | |||
59.941406 | |||
], | |||
[ | |||
8.125, | |||
59.941406 | |||
] | |||
] | |||
] | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": {}, | |||
"geometry": { | |||
"type": "Polygon", | |||
"coordinates": [ | |||
[ | |||
[ | |||
36.75, | |||
33.441406 | |||
], | |||
[ | |||
36.6875, | |||
44.75 | |||
], | |||
[ | |||
52.4375, | |||
44.9375 | |||
], | |||
[ | |||
66.5, | |||
45.125 | |||
], | |||
[ | |||
66.5, | |||
33.441406 | |||
], | |||
[ | |||
36.75, | |||
33.441406 | |||
] | |||
] | |||
] | |||
} | |||
} | |||
] | |||
} | } |