188 lines
8.0 KiB
HTML
188 lines
8.0 KiB
HTML
<!DOCTYPE html>
|
|
<head>
|
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
|
|
|
<script>
|
|
L_NO_TOUCH = false;
|
|
L_DISABLE_3D = false;
|
|
</script>
|
|
|
|
<style>html, body {width: 100%;height: 100%;margin: 0;padding: 0;}</style>
|
|
<style>#map {position:absolute;top:0;bottom:0;right:0;left:0;}</style>
|
|
<script src="https://cdn.jsdelivr.net/npm/leaflet@1.6.0/dist/leaflet.js"></script>
|
|
<script src="https://code.jquery.com/jquery-1.12.4.min.js"></script>
|
|
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.js"></script>
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/leaflet@1.6.0/dist/leaflet.css"/>
|
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css"/>
|
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css"/>
|
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css"/>
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.css"/>
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/python-visualization/folium/folium/templates/leaflet.awesome.rotate.min.css"/>
|
|
|
|
<meta name="viewport" content="width=device-width,
|
|
initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
|
<style>
|
|
#map_4ad202413cfd4f70960e2606f3270a7e {
|
|
position: relative;
|
|
width: 100.0%;
|
|
height: 100.0%;
|
|
left: 0.0%;
|
|
top: 0.0%;
|
|
}
|
|
</style>
|
|
|
|
</head>
|
|
<body>
|
|
|
|
<div class="folium-map" id="map_4ad202413cfd4f70960e2606f3270a7e" ></div>
|
|
|
|
</body>
|
|
<script>
|
|
|
|
var map_4ad202413cfd4f70960e2606f3270a7e = L.map(
|
|
"map_4ad202413cfd4f70960e2606f3270a7e",
|
|
{
|
|
center: [46.8132, 8.2242],
|
|
crs: L.CRS.EPSG3857,
|
|
zoom: 6.5,
|
|
zoomControl: true,
|
|
preferCanvas: false,
|
|
}
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
var tile_layer_7efc83faa3f945fb8c94ffe546d0440c = L.tileLayer(
|
|
"https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png",
|
|
{"attribution": "Data by \u0026copy; \u003ca href=\"http://openstreetmap.org\"\u003eOpenStreetMap\u003c/a\u003e, under \u003ca href=\"http://www.openstreetmap.org/copyright\"\u003eODbL\u003c/a\u003e.", "detectRetina": false, "maxNativeZoom": 12, "maxZoom": 12, "minZoom": 6, "noWrap": false, "opacity": 1, "subdomains": "abc", "tms": false}
|
|
).addTo(map_4ad202413cfd4f70960e2606f3270a7e);
|
|
|
|
|
|
var marker_63e4582038a24be8b17719a9cab672aa = L.marker(
|
|
[46.3667, 7.445683],
|
|
{}
|
|
).addTo(map_4ad202413cfd4f70960e2606f3270a7e);
|
|
|
|
|
|
var icon_b38470a9a4e54d6a9f1f15a2db9082ef = L.AwesomeMarkers.icon(
|
|
{"extraClasses": "fa-rotate-0", "icon": "info-sign", "iconColor": "white", "markerColor": "red", "prefix": "glyphicon"}
|
|
);
|
|
marker_63e4582038a24be8b17719a9cab672aa.setIcon(icon_b38470a9a4e54d6a9f1f15a2db9082ef);
|
|
|
|
|
|
var popup_0f5b923101a449df89cdf1e4374d7d15 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_f16aa93204d44d6092f92fd18b124dc9 = $(`<div id="html_f16aa93204d44d6092f92fd18b124dc9" style="width: 100.0%; height: 100.0%;">SPH Zentrum, Zürich</div>`)[0];
|
|
popup_0f5b923101a449df89cdf1e4374d7d15.setContent(html_f16aa93204d44d6092f92fd18b124dc9);
|
|
|
|
|
|
marker_63e4582038a24be8b17719a9cab672aa.bindPopup(popup_0f5b923101a449df89cdf1e4374d7d15)
|
|
;
|
|
|
|
|
|
|
|
|
|
var marker_7a328509eca046f4a3211d2553562efb = L.marker(
|
|
[46.368, 7.445683],
|
|
{}
|
|
).addTo(map_4ad202413cfd4f70960e2606f3270a7e);
|
|
|
|
|
|
var icon_94d3967ec1bc4d258ccf29af96a1d5ed = L.AwesomeMarkers.icon(
|
|
{"extraClasses": "fa-rotate-0", "icon": "info-sign", "iconColor": "white", "markerColor": "red", "prefix": "glyphicon"}
|
|
);
|
|
marker_7a328509eca046f4a3211d2553562efb.setIcon(icon_94d3967ec1bc4d258ccf29af96a1d5ed);
|
|
|
|
|
|
var popup_42aa3e55e1344c6f8967b861b8781521 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_d7fee66ebbbd46cfa0ad04c1c6cf7774 = $(`<div id="html_d7fee66ebbbd46cfa0ad04c1c6cf7774" style="width: 100.0%; height: 100.0%;">Zürich</div>`)[0];
|
|
popup_42aa3e55e1344c6f8967b861b8781521.setContent(html_d7fee66ebbbd46cfa0ad04c1c6cf7774);
|
|
|
|
|
|
marker_7a328509eca046f4a3211d2553562efb.bindPopup(popup_42aa3e55e1344c6f8967b861b8781521)
|
|
;
|
|
|
|
|
|
|
|
|
|
var marker_1b722a3f09884394b034e59184a7d949 = L.marker(
|
|
[46.68387, 7.86638],
|
|
{}
|
|
).addTo(map_4ad202413cfd4f70960e2606f3270a7e);
|
|
|
|
|
|
var icon_0f9a2f6efeeb427f9c2190c9e55f259f = L.AwesomeMarkers.icon(
|
|
{"extraClasses": "fa-rotate-0", "icon": "info-sign", "iconColor": "white", "markerColor": "red", "prefix": "glyphicon"}
|
|
);
|
|
marker_1b722a3f09884394b034e59184a7d949.setIcon(icon_0f9a2f6efeeb427f9c2190c9e55f259f);
|
|
|
|
|
|
var popup_e81454914e8f4c0bada892120b76a18d = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_2793c015795542bc882a52502e0fb6f9 = $(`<div id="html_2793c015795542bc882a52502e0fb6f9" style="width: 100.0%; height: 100.0%;">Interlaken</div>`)[0];
|
|
popup_e81454914e8f4c0bada892120b76a18d.setContent(html_2793c015795542bc882a52502e0fb6f9);
|
|
|
|
|
|
marker_1b722a3f09884394b034e59184a7d949.bindPopup(popup_e81454914e8f4c0bada892120b76a18d)
|
|
;
|
|
|
|
|
|
|
|
|
|
var marker_5974b9f08b22457ebb879235d3e2eb4e = L.marker(
|
|
[46.01008, 8.96004],
|
|
{}
|
|
).addTo(map_4ad202413cfd4f70960e2606f3270a7e);
|
|
|
|
|
|
var icon_aa735f681c0043cbbadec5f646a531ba = L.AwesomeMarkers.icon(
|
|
{"extraClasses": "fa-rotate-0", "icon": "info-sign", "iconColor": "white", "markerColor": "red", "prefix": "glyphicon"}
|
|
);
|
|
marker_5974b9f08b22457ebb879235d3e2eb4e.setIcon(icon_aa735f681c0043cbbadec5f646a531ba);
|
|
|
|
|
|
var popup_897ba8fded454fb2af9864ea13666024 = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_fe81e56fd6924ff0a956378d708c7440 = $(`<div id="html_fe81e56fd6924ff0a956378d708c7440" style="width: 100.0%; height: 100.0%;">Lugano</div>`)[0];
|
|
popup_897ba8fded454fb2af9864ea13666024.setContent(html_fe81e56fd6924ff0a956378d708c7440);
|
|
|
|
|
|
marker_5974b9f08b22457ebb879235d3e2eb4e.bindPopup(popup_897ba8fded454fb2af9864ea13666024)
|
|
;
|
|
|
|
|
|
|
|
|
|
var marker_01baaf082c3840d3827fb8f5c0f78e0c = L.marker(
|
|
[47.05048, 8.30635],
|
|
{}
|
|
).addTo(map_4ad202413cfd4f70960e2606f3270a7e);
|
|
|
|
|
|
var icon_15183ddbd90f42bda9a5a70630038b9e = L.AwesomeMarkers.icon(
|
|
{"extraClasses": "fa-rotate-0", "icon": "info-sign", "iconColor": "white", "markerColor": "red", "prefix": "glyphicon"}
|
|
);
|
|
marker_01baaf082c3840d3827fb8f5c0f78e0c.setIcon(icon_15183ddbd90f42bda9a5a70630038b9e);
|
|
|
|
|
|
var popup_a09fa7e090d14e21bfa1c1c0def90c9b = L.popup({"maxWidth": "100%"});
|
|
|
|
|
|
var html_bfc6eb61dc4b406a913fd2b16ce4b65b = $(`<div id="html_bfc6eb61dc4b406a913fd2b16ce4b65b" style="width: 100.0%; height: 100.0%;">Lucerne</div>`)[0];
|
|
popup_a09fa7e090d14e21bfa1c1c0def90c9b.setContent(html_bfc6eb61dc4b406a913fd2b16ce4b65b);
|
|
|
|
|
|
marker_01baaf082c3840d3827fb8f5c0f78e0c.bindPopup(popup_a09fa7e090d14e21bfa1c1c0def90c9b)
|
|
;
|
|
|
|
|
|
|
|
</script> |