GeoJson:TestSnippet: Unterschied zwischen den Versionen
Aus rhoenmap.de - Wiki
(GeoJSON Seite wurde erstellt) |
Keine Bearbeitungszusammenfassung |
||
(10 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
{ | { | ||
"type": "FeatureCollection", | "type": "FeatureCollection", | ||
"features": [] | "features": [ | ||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"shape": "Marker", | |||
"title": "Alter Berg", | |||
"category": "default", | |||
"popupContent": "\u003Cb\u003EAlter Berg\u003C/b\u003E" | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
9.880465, | |||
50.634315 | |||
] | |||
}, | |||
"id": "a9c1a01e-cc34-4446-a980-618db1832403" | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"shape": "Marker", | |||
"title": "Kühle Kuppe", | |||
"description": "\u003Cb\u003EBeschreibung für die Kühle Kuppe\u003C/b\u003E" | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
9.891012, | |||
50.638114 | |||
] | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"shape": "Line", | |||
"name": "Rund um den Alten Berg", | |||
"category": "default" | |||
}, | |||
"geometry": { | |||
"type": "LineString", | |||
"coordinates": [ | |||
[ | |||
9.877632, | |||
50.637554 | |||
], | |||
[ | |||
9.877825, | |||
50.636928 | |||
], | |||
[ | |||
9.877203, | |||
50.635731 | |||
], | |||
[ | |||
9.876946, | |||
50.634968 | |||
], | |||
[ | |||
9.876688, | |||
50.634342 | |||
], | |||
[ | |||
9.876431, | |||
50.633975 | |||
], | |||
[ | |||
9.875293, | |||
50.633376 | |||
], | |||
[ | |||
9.875057, | |||
50.6329 | |||
], | |||
[ | |||
9.875315, | |||
50.632396 | |||
], | |||
[ | |||
9.875701, | |||
50.632097 | |||
], | |||
[ | |||
9.877461, | |||
50.632314 | |||
], | |||
[ | |||
9.878255, | |||
50.63275 | |||
], | |||
[ | |||
9.87877, | |||
50.632777 | |||
], | |||
[ | |||
9.879714, | |||
50.632451 | |||
], | |||
[ | |||
9.880379, | |||
50.63211 | |||
], | |||
[ | |||
9.881795, | |||
50.631716 | |||
], | |||
[ | |||
9.882675, | |||
50.631416 | |||
], | |||
[ | |||
9.883147, | |||
50.631144 | |||
], | |||
[ | |||
9.884885, | |||
50.631157 | |||
], | |||
[ | |||
9.885658, | |||
50.631756 | |||
], | |||
[ | |||
9.886581, | |||
50.632641 | |||
], | |||
[ | |||
9.886967, | |||
50.63324 | |||
], | |||
[ | |||
9.887954, | |||
50.63373 | |||
], | |||
[ | |||
9.887761, | |||
50.634016 | |||
], | |||
[ | |||
9.887546, | |||
50.634233 | |||
], | |||
[ | |||
9.886902, | |||
50.634424 | |||
], | |||
[ | |||
9.886645, | |||
50.634601 | |||
], | |||
[ | |||
9.884005, | |||
50.634301 | |||
], | |||
[ | |||
9.882825, | |||
50.63441 | |||
], | |||
[ | |||
9.880379, | |||
50.634996 | |||
], | |||
[ | |||
9.879992, | |||
50.635118 | |||
], | |||
[ | |||
9.879885, | |||
50.636343 | |||
], | |||
[ | |||
9.879756, | |||
50.638602 | |||
] | |||
] | |||
}, | |||
"id": "747cd743-93f5-4eae-97e4-f5071230533c" | |||
} | |||
] | |||
} | } |