213 lines
		
	
	
		
			9.1 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			213 lines
		
	
	
		
			9.1 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_2b19214dbaf846488f2433d621b9a708 {
 | |
|                     position: relative;
 | |
|                     width: 100.0%;
 | |
|                     height: 100.0%;
 | |
|                     left: 0.0%;
 | |
|                     top: 0.0%;
 | |
|                 }
 | |
|             </style>
 | |
|         
 | |
| </head>
 | |
| <body>    
 | |
|     
 | |
|             <div class="folium-map" id="map_2b19214dbaf846488f2433d621b9a708" ></div>
 | |
|         
 | |
| </body>
 | |
| <script>    
 | |
|     
 | |
|             var map_2b19214dbaf846488f2433d621b9a708 = L.map(
 | |
|                 "map_2b19214dbaf846488f2433d621b9a708",
 | |
|                 {
 | |
|                     center: [46.8132, 8.2242],
 | |
|                     crs: L.CRS.EPSG3857,
 | |
|                     zoom: 6.5,
 | |
|                     zoomControl: true,
 | |
|                     preferCanvas: false,
 | |
|                 }
 | |
|             );
 | |
| 
 | |
|             
 | |
| 
 | |
|         
 | |
|     
 | |
|             var tile_layer_5d96e6c02c1c4683b41982c3300a820b = 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_2b19214dbaf846488f2433d621b9a708);
 | |
|         
 | |
|     
 | |
|             var marker_ca63f695315f4bb6b671d25118151e99 = L.marker(
 | |
|                 [46.8132, 8.2242],
 | |
|                 {}
 | |
|             ).addTo(map_2b19214dbaf846488f2433d621b9a708);
 | |
|         
 | |
|     
 | |
|             var icon_2ad62ef64ac64cf88189dc11eed7cdf5 = L.AwesomeMarkers.icon(
 | |
|                 {"extraClasses": "fa-rotate-0", "icon": "info-sign", "iconColor": "white", "markerColor": "red", "prefix": "glyphicon"}
 | |
|             );
 | |
|             marker_ca63f695315f4bb6b671d25118151e99.setIcon(icon_2ad62ef64ac64cf88189dc11eed7cdf5);
 | |
|         
 | |
|     
 | |
|         var popup_65fa70c1d5c044b0846c404db6263d30 = L.popup({"maxWidth": "100%"});
 | |
| 
 | |
|         
 | |
|             var html_5ec8c647dc83447b832427368990bda9 = $(`<div id="html_5ec8c647dc83447b832427368990bda9" style="width: 100.0%; height: 100.0%;">Center of Switzerland</div>`)[0];
 | |
|             popup_65fa70c1d5c044b0846c404db6263d30.setContent(html_5ec8c647dc83447b832427368990bda9);
 | |
|         
 | |
| 
 | |
|         marker_ca63f695315f4bb6b671d25118151e99.bindPopup(popup_65fa70c1d5c044b0846c404db6263d30)
 | |
|         ;
 | |
| 
 | |
|         
 | |
|     
 | |
|     
 | |
|             var marker_72f25b8a481b4aecb66a56c1cce6db63 = L.marker(
 | |
|                 [46.0, 8.0],
 | |
|                 {}
 | |
|             ).addTo(map_2b19214dbaf846488f2433d621b9a708);
 | |
|         
 | |
|     
 | |
|             var icon_d04bab6dbd2a4f93bcd2229321fecd08 = L.AwesomeMarkers.icon(
 | |
|                 {"extraClasses": "fa-rotate-0", "icon": "info-sign", "iconColor": "white", "markerColor": "red", "prefix": "glyphicon"}
 | |
|             );
 | |
|             marker_72f25b8a481b4aecb66a56c1cce6db63.setIcon(icon_d04bab6dbd2a4f93bcd2229321fecd08);
 | |
|         
 | |
|     
 | |
|         var popup_2476bd5ce0394663bd5a68557e6da3f2 = L.popup({"maxWidth": "100%"});
 | |
| 
 | |
|         
 | |
|             var html_459d0ba54a8a4667bb3f2782a2976e3c = $(`<div id="html_459d0ba54a8a4667bb3f2782a2976e3c" style="width: 100.0%; height: 100.0%;">Center of Switzerland</div>`)[0];
 | |
|             popup_2476bd5ce0394663bd5a68557e6da3f2.setContent(html_459d0ba54a8a4667bb3f2782a2976e3c);
 | |
|         
 | |
| 
 | |
|         marker_72f25b8a481b4aecb66a56c1cce6db63.bindPopup(popup_2476bd5ce0394663bd5a68557e6da3f2)
 | |
|         ;
 | |
| 
 | |
|         
 | |
|     
 | |
|     
 | |
|             var marker_1e5d760167f845eb8dbc5b1968eddb13 = L.marker(
 | |
|                 [46.8132, 9.0],
 | |
|                 {}
 | |
|             ).addTo(map_2b19214dbaf846488f2433d621b9a708);
 | |
|         
 | |
|     
 | |
|             var icon_ebad70bed4ff4660a48f2727d711b3fa = L.AwesomeMarkers.icon(
 | |
|                 {"extraClasses": "fa-rotate-0", "icon": "info-sign", "iconColor": "white", "markerColor": "red", "prefix": "glyphicon"}
 | |
|             );
 | |
|             marker_1e5d760167f845eb8dbc5b1968eddb13.setIcon(icon_ebad70bed4ff4660a48f2727d711b3fa);
 | |
|         
 | |
|     
 | |
|         var popup_63700943084f4c08a9dd512565c9a140 = L.popup({"maxWidth": "100%"});
 | |
| 
 | |
|         
 | |
|             var html_a3c39fae2c8b46a2b75d947f4c613c9a = $(`<div id="html_a3c39fae2c8b46a2b75d947f4c613c9a" style="width: 100.0%; height: 100.0%;">Center of Switzerland</div>`)[0];
 | |
|             popup_63700943084f4c08a9dd512565c9a140.setContent(html_a3c39fae2c8b46a2b75d947f4c613c9a);
 | |
|         
 | |
| 
 | |
|         marker_1e5d760167f845eb8dbc5b1968eddb13.bindPopup(popup_63700943084f4c08a9dd512565c9a140)
 | |
|         ;
 | |
| 
 | |
|         
 | |
|     
 | |
|     
 | |
|             var marker_ff2f599e863c46f2bc6bd924a13464e9 = L.marker(
 | |
|                 [47.0, 8.2242],
 | |
|                 {}
 | |
|             ).addTo(map_2b19214dbaf846488f2433d621b9a708);
 | |
|         
 | |
|     
 | |
|             var icon_766cef5e5b954f739795dc7a0e2a47e0 = L.AwesomeMarkers.icon(
 | |
|                 {"extraClasses": "fa-rotate-0", "icon": "info-sign", "iconColor": "white", "markerColor": "red", "prefix": "glyphicon"}
 | |
|             );
 | |
|             marker_ff2f599e863c46f2bc6bd924a13464e9.setIcon(icon_766cef5e5b954f739795dc7a0e2a47e0);
 | |
|         
 | |
|     
 | |
|         var popup_402264ea1bab4f3fb5fab2f065e8e2df = L.popup({"maxWidth": "100%"});
 | |
| 
 | |
|         
 | |
|             var html_9131a36e8c3c49e0bfd59ef28d9be5cb = $(`<div id="html_9131a36e8c3c49e0bfd59ef28d9be5cb" style="width: 100.0%; height: 100.0%;">Center of Switzerland</div>`)[0];
 | |
|             popup_402264ea1bab4f3fb5fab2f065e8e2df.setContent(html_9131a36e8c3c49e0bfd59ef28d9be5cb);
 | |
|         
 | |
| 
 | |
|         marker_ff2f599e863c46f2bc6bd924a13464e9.bindPopup(popup_402264ea1bab4f3fb5fab2f065e8e2df)
 | |
|         ;
 | |
| 
 | |
|         
 | |
|     
 | |
|     
 | |
|             var marker_3f88a80516a94c3583fc411b99719178 = L.marker(
 | |
|                 [40.8132, 8.2242],
 | |
|                 {}
 | |
|             ).addTo(map_2b19214dbaf846488f2433d621b9a708);
 | |
|         
 | |
|     
 | |
|             var icon_2c84ed4b8f154af4bd365d584ec2a082 = L.AwesomeMarkers.icon(
 | |
|                 {"extraClasses": "fa-rotate-0", "icon": "info-sign", "iconColor": "white", "markerColor": "red", "prefix": "glyphicon"}
 | |
|             );
 | |
|             marker_3f88a80516a94c3583fc411b99719178.setIcon(icon_2c84ed4b8f154af4bd365d584ec2a082);
 | |
|         
 | |
|     
 | |
|         var popup_846c9cd927fd4d80a9ce464dad2ab2c3 = L.popup({"maxWidth": "100%"});
 | |
| 
 | |
|         
 | |
|             var html_578e7e7d0d91472d970b4a1cdc32f30e = $(`<div id="html_578e7e7d0d91472d970b4a1cdc32f30e" style="width: 100.0%; height: 100.0%;">Center of Switzerland</div>`)[0];
 | |
|             popup_846c9cd927fd4d80a9ce464dad2ab2c3.setContent(html_578e7e7d0d91472d970b4a1cdc32f30e);
 | |
|         
 | |
| 
 | |
|         marker_3f88a80516a94c3583fc411b99719178.bindPopup(popup_846c9cd927fd4d80a9ce464dad2ab2c3)
 | |
|         ;
 | |
| 
 | |
|         
 | |
|     
 | |
|     
 | |
|             var marker_b134bea0a19642428ea1441073f96dfb = L.marker(
 | |
|                 [46.11654, 10.445683],
 | |
|                 {}
 | |
|             ).addTo(map_2b19214dbaf846488f2433d621b9a708);
 | |
|         
 | |
|     
 | |
|             var icon_2a49b7f0516a4018be4142fc7297dfb0 = L.AwesomeMarkers.icon(
 | |
|                 {"extraClasses": "fa-rotate-0", "icon": "info-sign", "iconColor": "white", "markerColor": "red", "prefix": "glyphicon"}
 | |
|             );
 | |
|             marker_b134bea0a19642428ea1441073f96dfb.setIcon(icon_2a49b7f0516a4018be4142fc7297dfb0);
 | |
|         
 | |
|     
 | |
|         var popup_d4d40d6cd05b4956892dc6d70a997b05 = L.popup({"maxWidth": "100%"});
 | |
| 
 | |
|         
 | |
|             var html_88e1de9e53184c4285695742f599624f = $(`<div id="html_88e1de9e53184c4285695742f599624f" style="width: 100.0%; height: 100.0%;">Zermatt</div>`)[0];
 | |
|             popup_d4d40d6cd05b4956892dc6d70a997b05.setContent(html_88e1de9e53184c4285695742f599624f);
 | |
|         
 | |
| 
 | |
|         marker_b134bea0a19642428ea1441073f96dfb.bindPopup(popup_d4d40d6cd05b4956892dc6d70a997b05)
 | |
|         ;
 | |
| 
 | |
|         
 | |
|     
 | |
| </script> | 
