profiled view finished
This commit is contained in:
		| @@ -23,7 +23,7 @@ | ||||
|             <meta name="viewport" content="width=device-width, | ||||
|                 initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> | ||||
|             <style> | ||||
|                 #map_4b63fb42cb6348acbbbbe2dc0559bc1e { | ||||
|                 #map_d5b5420170d249a6ba85417022c9ebfb { | ||||
|                     position: relative; | ||||
|                     width: 100.0%; | ||||
|                     height: 100.0%; | ||||
| @@ -35,13 +35,13 @@ | ||||
| </head> | ||||
| <body>     | ||||
|      | ||||
|             <div class="folium-map" id="map_4b63fb42cb6348acbbbbe2dc0559bc1e" ></div> | ||||
|             <div class="folium-map" id="map_d5b5420170d249a6ba85417022c9ebfb" ></div> | ||||
|          | ||||
| </body> | ||||
| <script>     | ||||
|      | ||||
|             var map_4b63fb42cb6348acbbbbe2dc0559bc1e = L.map( | ||||
|                 "map_4b63fb42cb6348acbbbbe2dc0559bc1e", | ||||
|             var map_d5b5420170d249a6ba85417022c9ebfb = L.map( | ||||
|                 "map_d5b5420170d249a6ba85417022c9ebfb", | ||||
|                 { | ||||
|                     center: [46.8132, 8.2242], | ||||
|                     crs: L.CRS.EPSG3857, | ||||
| @@ -55,57 +55,57 @@ | ||||
|  | ||||
|          | ||||
|      | ||||
|             var tile_layer_b2bae53ccf9445a0b5609c122deab36b = L.tileLayer( | ||||
|             var tile_layer_c0ba73dafa184d5c895fdab3f93fe6e2 = 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_4b63fb42cb6348acbbbbe2dc0559bc1e); | ||||
|             ).addTo(map_d5b5420170d249a6ba85417022c9ebfb); | ||||
|          | ||||
|      | ||||
|             var marker_84f3e52feaf44598b8d58d47cf2ad70f = L.marker( | ||||
|             var marker_963db999e24b4bcab3c75fbfc808cc5a = L.marker( | ||||
|                 [46.8132, 8.2242], | ||||
|                 {} | ||||
|             ).addTo(map_4b63fb42cb6348acbbbbe2dc0559bc1e); | ||||
|             ).addTo(map_d5b5420170d249a6ba85417022c9ebfb); | ||||
|          | ||||
|      | ||||
|             var icon_987ec2f0ba2749639d6e66b006ca73fe = L.AwesomeMarkers.icon( | ||||
|             var icon_1a35d0f8178a4bebbd50dd27e98a23d8 = L.AwesomeMarkers.icon( | ||||
|                 {"extraClasses": "fa-rotate-0", "icon": "info-sign", "iconColor": "white", "markerColor": "blue", "prefix": "glyphicon"} | ||||
|             ); | ||||
|             marker_84f3e52feaf44598b8d58d47cf2ad70f.setIcon(icon_987ec2f0ba2749639d6e66b006ca73fe); | ||||
|             marker_963db999e24b4bcab3c75fbfc808cc5a.setIcon(icon_1a35d0f8178a4bebbd50dd27e98a23d8); | ||||
|          | ||||
|      | ||||
|         var popup_db1aeaec08e344808ae98672134955ad = L.popup({"maxWidth": "100%"}); | ||||
|         var popup_399c30163d4c456587f9a3c1a594933d = L.popup({"maxWidth": "100%"}); | ||||
|  | ||||
|          | ||||
|             var html_8865aed1bbfd4317a3a1237ebf1ab2e6 = $(`<div id="html_8865aed1bbfd4317a3a1237ebf1ab2e6" style="width: 100.0%; height: 100.0%;">Center of Switzerland</div>`)[0]; | ||||
|             popup_db1aeaec08e344808ae98672134955ad.setContent(html_8865aed1bbfd4317a3a1237ebf1ab2e6); | ||||
|             var html_4dec1408ddc94311b86adae27d817bc1 = $(`<div id="html_4dec1408ddc94311b86adae27d817bc1" style="width: 100.0%; height: 100.0%;">Center of Switzerland</div>`)[0]; | ||||
|             popup_399c30163d4c456587f9a3c1a594933d.setContent(html_4dec1408ddc94311b86adae27d817bc1); | ||||
|          | ||||
|  | ||||
|         marker_84f3e52feaf44598b8d58d47cf2ad70f.bindPopup(popup_db1aeaec08e344808ae98672134955ad) | ||||
|         marker_963db999e24b4bcab3c75fbfc808cc5a.bindPopup(popup_399c30163d4c456587f9a3c1a594933d) | ||||
|         ; | ||||
|  | ||||
|          | ||||
|      | ||||
|      | ||||
|             var marker_1272f16aaca64b1ab1f4cb9b6d780f7b = L.marker( | ||||
|             var marker_af6e0569d1ae4e80ad017bdd55a9b30f = L.marker( | ||||
|                 [46.11654, 7.445683], | ||||
|                 {} | ||||
|             ).addTo(map_4b63fb42cb6348acbbbbe2dc0559bc1e); | ||||
|             ).addTo(map_d5b5420170d249a6ba85417022c9ebfb); | ||||
|          | ||||
|      | ||||
|             var icon_738d450b21d14420a5d2cd646d02205e = L.AwesomeMarkers.icon( | ||||
|             var icon_ea9fa99e7b3f40d1934375b15179bd6f = L.AwesomeMarkers.icon( | ||||
|                 {"extraClasses": "fa-rotate-0", "icon": "info-sign", "iconColor": "white", "markerColor": "red", "prefix": "glyphicon"} | ||||
|             ); | ||||
|             marker_1272f16aaca64b1ab1f4cb9b6d780f7b.setIcon(icon_738d450b21d14420a5d2cd646d02205e); | ||||
|             marker_af6e0569d1ae4e80ad017bdd55a9b30f.setIcon(icon_ea9fa99e7b3f40d1934375b15179bd6f); | ||||
|          | ||||
|      | ||||
|         var popup_e9d4a3b3f96c4667a814e1ce08cd182a = L.popup({"maxWidth": "100%"}); | ||||
|         var popup_baed6219f7bb4e16a41da77b000b8119 = L.popup({"maxWidth": "100%"}); | ||||
|  | ||||
|          | ||||
|             var html_25f8c05b4a6148f9ad5c6afdef318f62 = $(`<div id="html_25f8c05b4a6148f9ad5c6afdef318f62" style="width: 100.0%; height: 100.0%;">Zermatt</div>`)[0]; | ||||
|             popup_e9d4a3b3f96c4667a814e1ce08cd182a.setContent(html_25f8c05b4a6148f9ad5c6afdef318f62); | ||||
|             var html_15b6473a5df44e19948282a085021d56 = $(`<div id="html_15b6473a5df44e19948282a085021d56" style="width: 100.0%; height: 100.0%;">Zermatt</div>`)[0]; | ||||
|             popup_baed6219f7bb4e16a41da77b000b8119.setContent(html_15b6473a5df44e19948282a085021d56); | ||||
|          | ||||
|  | ||||
|         marker_1272f16aaca64b1ab1f4cb9b6d780f7b.bindPopup(popup_e9d4a3b3f96c4667a814e1ce08cd182a) | ||||
|         marker_af6e0569d1ae4e80ad017bdd55a9b30f.bindPopup(popup_baed6219f7bb4e16a41da77b000b8119) | ||||
|         ; | ||||
|  | ||||
|          | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Remy Moll
					Remy Moll