Wassersportzentrum Tiefenbrunnen: Unterschied zwischen den Versionen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 81: | Zeile 81: | ||
'''Experimentell''' | '''Experimentell''' | ||
<mapframe latitude="47.345855" longitude="8.563229" zoom="18" width="full" height="500">{ | |||
<mapframe latitude="47. | |||
"type": "FeatureCollection", | "type": "FeatureCollection", | ||
"features": [ | "features": [ | ||
| Zeile 89: | Zeile 88: | ||
"type": "Feature", | "type": "Feature", | ||
"properties": { | "properties": { | ||
"title": "Einstieg", | |||
"marker-symbol": "entry-and-exit", | |||
"marker-color": "#0077be", | |||
"description": "Guter Einstieg via Metalltreppe", | |||
"kategorie": "einstieg" | |||
}, | |||
"geometry": { | "geometry": { | ||
"type": " | "type": "Point", | ||
"coordinates": [ | |||
8.563511, | |||
47.346006 | |||
] | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
8.563229, | |||
47.345855 | |||
] | |||
}, | |||
"properties": { | |||
"title": "Tauchglocke", | |||
"marker-symbol": "airfield", | |||
"marker-color": "#ff77be" | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "Boot 20m", | |||
"marker-symbol": "ferry", | |||
"marker-color": "#55BB55", | |||
"description": "auf 20m" | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
8.562534, | |||
47.345543 | |||
] | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "Boot 21m", | |||
"marker-symbol": "fitness-centre", | |||
"marker-color": "#FF5555", | |||
"description": "" | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | "coordinates": [ | ||
8.56276, | |||
47.34535 | |||
] | ] | ||
} | } | ||
| Zeile 102: | Zeile 152: | ||
"type": "Feature", | "type": "Feature", | ||
"properties": { | "properties": { | ||
"title": "Boot 15m", | |||
"description": "" | |||
}, | |||
"geometry": { | "geometry": { | ||
"type": "Point", | "type": "Point", | ||
"coordinates": [ 8. | "coordinates": [ | ||
8.562964, | |||
47.345616 | |||
] | |||
} | } | ||
}, | }, | ||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "Süsswasserröhre 9m", | |||
"description": "Auf 9m" | |||
}, | |||
"geometry": { | |||
"type": "LineString", | |||
"coordinates": [ | |||
[ | |||
8.563825, | |||
47.345936 | |||
], | |||
[ | |||
8.561852, | |||
47.344969 | |||
] | |||
] | |||
} | |||
} | |||
] | ] | ||
}</mapframe> | }</mapframe> | ||