4.422
Bearbeitungen
HeikoK (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „{ "type": "FeatureCollection", "features": [] }“) |
HeikoK (Diskussion | Beiträge) (Visual map edit) |
||
| Zeile 1: | Zeile 1: | ||
{ | { | ||
"type": "FeatureCollection", | "type": "FeatureCollection", | ||
"features": [] | "features": [ | ||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "Test3", | |||
"description": "Test3" | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
10.984397, | |||
49.486943 | |||
] | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "Test2", | |||
"description": "Test2" | |||
}, | |||
"geometry": { | |||
"type": "Polygon", | |||
"coordinates": [ | |||
[ | |||
[ | |||
10.98577, | |||
49.485689 | |||
], | |||
[ | |||
10.991778, | |||
49.488616 | |||
], | |||
[ | |||
10.992208, | |||
49.483319 | |||
], | |||
[ | |||
10.98577, | |||
49.485689 | |||
] | |||
] | |||
] | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "Test", | |||
"description": "Test" | |||
}, | |||
"geometry": { | |||
"type": "Polygon", | |||
"coordinates": [ | |||
[ | |||
[ | |||
10.985212, | |||
49.488533 | |||
], | |||
[ | |||
10.985212, | |||
49.490791 | |||
], | |||
[ | |||
10.989547, | |||
49.490791 | |||
], | |||
[ | |||
10.989547, | |||
49.488533 | |||
], | |||
[ | |||
10.985212, | |||
49.488533 | |||
] | |||
] | |||
] | |||
} | |||
} | |||
] | |||
} | } | ||