|
|
<!DOCTYPE html> |
|
|
<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.9.3/dist/leaflet.js"></script> |
|
|
<script src="https://code.jquery.com/jquery-3.7.1.min.js"></script> |
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.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.9.3/dist/leaflet.css"/> |
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css"/> |
|
|
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css"/> |
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.2.0/css/all.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_4018ee9efd9172c450d37819c9ee09b6 { |
|
|
position: relative; |
|
|
width: 100.0%; |
|
|
height: 100.0%; |
|
|
left: 0.0%; |
|
|
top: 0.0%; |
|
|
} |
|
|
.leaflet-container { font-size: 1rem; } |
|
|
</style> |
|
|
|
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet.markercluster/1.1.0/leaflet.markercluster.js"></script> |
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/leaflet.markercluster/1.1.0/MarkerCluster.css"/> |
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/leaflet.markercluster/1.1.0/MarkerCluster.Default.css"/> |
|
|
</head> |
|
|
<body> |
|
|
|
|
|
|
|
|
<div class="folium-map" id="map_4018ee9efd9172c450d37819c9ee09b6" ></div> |
|
|
|
|
|
</body> |
|
|
<script> |
|
|
|
|
|
|
|
|
var map_4018ee9efd9172c450d37819c9ee09b6 = L.map( |
|
|
"map_4018ee9efd9172c450d37819c9ee09b6", |
|
|
{ |
|
|
center: [62.75804838709677, 10.256217741935483], |
|
|
crs: L.CRS.EPSG3857, |
|
|
zoom: 7, |
|
|
zoomControl: true, |
|
|
preferCanvas: false, |
|
|
} |
|
|
); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var tile_layer_95f22c243065523a70075186e9bb1461 = L.tileLayer( |
|
|
"https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png", |
|
|
{"attribution": "Data by \u0026copy; \u003ca target=\"_blank\" href=\"http://openstreetmap.org\"\u003eOpenStreetMap\u003c/a\u003e, under \u003ca target=\"_blank\" href=\"http://www.openstreetmap.org/copyright\"\u003eODbL\u003c/a\u003e.", "detectRetina": false, "maxNativeZoom": 18, "maxZoom": 18, "minZoom": 0, "noWrap": false, "opacity": 1, "subdomains": "abc", "tms": false} |
|
|
); |
|
|
|
|
|
|
|
|
tile_layer_95f22c243065523a70075186e9bb1461.addTo(map_4018ee9efd9172c450d37819c9ee09b6); |
|
|
|
|
|
var marker_cluster_5feffc441a867d1a824680be9edcc12d = L.markerClusterGroup( |
|
|
{} |
|
|
); |
|
|
|
|
|
|
|
|
marker_cluster_5feffc441a867d1a824680be9edcc12d.addTo(map_4018ee9efd9172c450d37819c9ee09b6); |
|
|
|
|
|
var marker_508b27c081562c157f4e08e70e2a83aa = L.marker( |
|
|
[64.3946, 10.7064], |
|
|
{} |
|
|
).addTo(map_4018ee9efd9172c450d37819c9ee09b6); |
|
|
|
|
|
|
|
|
var div_icon_fddae1343ebeeedc5052f901232ace45 = L.divIcon({"className": "empty", "html": "\n \u003cdiv style=\"position: relative; width: 12px; height: 12px;\"\u003e\n \u003cdiv style=\"position: absolute; top: 50%; left: 0; width: 100%; height: 2px; background-color: blue; transform: translateY(-50%);\"\u003e\u003c/div\u003e\n \u003cdiv style=\"position: absolute; top: 0; left: 50%; width: 2px; height: 100%; background-color: blue; transform: translateX(-50%);\"\u003e\u003c/div\u003e\n \u003c/div\u003e\n "}); |
|
|
marker_508b27c081562c157f4e08e70e2a83aa.setIcon(div_icon_fddae1343ebeeedc5052f901232ace45); |
|
|
|
|
|
|
|
|
var popup_4214e9a5b667ebdf3176cb31d2479a3d = L.popup({"maxWidth": "100%"}); |
|
|
|
|
|
|
|
|
|
|
|
var html_3d7ec607d7a2a0604bc7bae206f4f2b0 = $(`<div id="html_3d7ec607d7a2a0604bc7bae206f4f2b0" style="width: 100.0%; height: 100.0%;">Sørmarkfjellet</div>`)[0]; |
|
|
popup_4214e9a5b667ebdf3176cb31d2479a3d.setContent(html_3d7ec607d7a2a0604bc7bae206f4f2b0); |
|
|
|
|
|
|
|
|
|
|
|
marker_508b27c081562c157f4e08e70e2a83aa.bindPopup(popup_4214e9a5b667ebdf3176cb31d2479a3d) |
|
|
; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var marker_488fb62afe766c16e332c6a450a3bdd6 = L.marker( |
|
|
[59.3115, 5.584], |
|
|
{} |
|
|
).addTo(map_4018ee9efd9172c450d37819c9ee09b6); |
|
|
|
|
|
|
|
|
var div_icon_a15e661f8ec2bf91f2fc9cb5ad3096eb = L.divIcon({"className": "empty", "html": "\n \u003cdiv style=\"position: relative; width: 12px; height: 12px;\"\u003e\n \u003cdiv style=\"position: absolute; top: 50%; left: 0; width: 100%; height: 2px; background-color: blue; transform: translateY(-50%);\"\u003e\u003c/div\u003e\n \u003cdiv style=\"position: absolute; top: 0; left: 50%; width: 2px; height: 100%; background-color: blue; transform: translateX(-50%);\"\u003e\u003c/div\u003e\n \u003c/div\u003e\n "}); |
|
|
marker_488fb62afe766c16e332c6a450a3bdd6.setIcon(div_icon_a15e661f8ec2bf91f2fc9cb5ad3096eb); |
|
|
|
|
|
|
|
|
var popup_5014e9e7d973dd073b59eb2a98ce08c6 = L.popup({"maxWidth": "100%"}); |
|
|
|
|
|
|
|
|
|
|
|
var html_094476fba58d6f51a9ece905fd21f190 = $(`<div id="html_094476fba58d6f51a9ece905fd21f190" style="width: 100.0%; height: 100.0%;">Tysvær</div>`)[0]; |
|
|
popup_5014e9e7d973dd073b59eb2a98ce08c6.setContent(html_094476fba58d6f51a9ece905fd21f190); |
|
|
|
|
|
|
|
|
|
|
|
marker_488fb62afe766c16e332c6a450a3bdd6.bindPopup(popup_5014e9e7d973dd073b59eb2a98ce08c6) |
|
|
; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var marker_2265edd1a4182017a668016fbb53b345 = L.marker( |
|
|
[63.6941, 8.6561], |
|
|
{} |
|
|
).addTo(map_4018ee9efd9172c450d37819c9ee09b6); |
|
|
|
|
|
|
|
|
var div_icon_8d31cde30d5930d196a06467c28756b4 = L.divIcon({"className": "empty", "html": "\n \u003cdiv style=\"position: relative; width: 12px; height: 12px;\"\u003e\n \u003cdiv style=\"position: absolute; top: 50%; left: 0; width: 100%; height: 2px; background-color: blue; transform: translateY(-50%);\"\u003e\u003c/div\u003e\n \u003cdiv style=\"position: absolute; top: 0; left: 50%; width: 2px; height: 100%; background-color: blue; transform: translateX(-50%);\"\u003e\u003c/div\u003e\n \u003c/div\u003e\n "}); |
|
|
marker_2265edd1a4182017a668016fbb53b345.setIcon(div_icon_8d31cde30d5930d196a06467c28756b4); |
|
|
|
|
|
|
|
|
var popup_53e53576efe159697803cbe0f5d6f730 = L.popup({"maxWidth": "100%"}); |
|
|
|
|
|
|
|
|
|
|
|
var html_e722af4dd8b11689381ae4a2e34b006f = $(`<div id="html_e722af4dd8b11689381ae4a2e34b006f" style="width: 100.0%; height: 100.0%;">Frøya</div>`)[0]; |
|
|
popup_53e53576efe159697803cbe0f5d6f730.setContent(html_e722af4dd8b11689381ae4a2e34b006f); |
|
|
|
|
|
|
|
|
|
|
|
marker_2265edd1a4182017a668016fbb53b345.bindPopup(popup_53e53576efe159697803cbe0f5d6f730) |
|
|
; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var marker_e296136fcff2b74e1ed3319029604700 = L.marker( |
|
|
[58.6655, 5.9591], |
|
|
{} |
|
|
).addTo(map_4018ee9efd9172c450d37819c9ee09b6); |
|
|
|
|
|
|
|
|
var div_icon_425be754b3b226dfb33b173fa1be3477 = L.divIcon({"className": "empty", "html": "\n \u003cdiv style=\"position: relative; width: 12px; height: 12px;\"\u003e\n \u003cdiv style=\"position: absolute; top: 50%; left: 0; width: 100%; height: 2px; background-color: blue; transform: translateY(-50%);\"\u003e\u003c/div\u003e\n \u003cdiv style=\"position: absolute; top: 0; left: 50%; width: 2px; height: 100%; background-color: blue; transform: translateX(-50%);\"\u003e\u003c/div\u003e\n \u003c/div\u003e\n "}); |
|
|
marker_e296136fcff2b74e1ed3319029604700.setIcon(div_icon_425be754b3b226dfb33b173fa1be3477); |
|
|
|
|
|
|
|
|
var popup_1a5178963f4ff33ac9b4012e04ae35ab = L.popup({"maxWidth": "100%"}); |
|
|
|
|
|
|
|
|
|
|
|
var html_7ab8f5800f25d60d5152ff6667dc7467 = $(`<div id="html_7ab8f5800f25d60d5152ff6667dc7467" style="width: 100.0%; height: 100.0%;">Stigafjellet</div>`)[0]; |
|
|
popup_1a5178963f4ff33ac9b4012e04ae35ab.setContent(html_7ab8f5800f25d60d5152ff6667dc7467); |
|
|
|
|
|
|
|
|
|
|
|
marker_e296136fcff2b74e1ed3319029604700.bindPopup(popup_1a5178963f4ff33ac9b4012e04ae35ab) |
|
|
; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var marker_f382125212aad0b7240212c9cea06c47 = L.marker( |
|
|
[58.6663, 5.9174], |
|
|
{} |
|
|
).addTo(map_4018ee9efd9172c450d37819c9ee09b6); |
|
|
|
|
|
|
|
|
var div_icon_555e218b7dc2bc24037b405b361b0579 = L.divIcon({"className": "empty", "html": "\n \u003cdiv style=\"position: relative; width: 12px; height: 12px;\"\u003e\n \u003cdiv style=\"position: absolute; top: 50%; left: 0; width: 100%; height: 2px; background-color: blue; transform: translateY(-50%);\"\u003e\u003c/div\u003e\n \u003cdiv style=\"position: absolute; top: 0; left: 50%; width: 2px; height: 100%; background-color: blue; transform: translateX(-50%);\"\u003e\u003c/div\u003e\n \u003c/div\u003e\n "}); |
|
|
marker_f382125212aad0b7240212c9cea06c47.setIcon(div_icon_555e218b7dc2bc24037b405b361b0579); |
|
|
|
|
|
|
|
|
var popup_76da2808d62bbb9f03d11d7272170770 = L.popup({"maxWidth": "100%"}); |
|
|
|
|
|
|
|
|
|
|
|
var html_b5d7e3502f4c11240d14280341938c2b = $(`<div id="html_b5d7e3502f4c11240d14280341938c2b" style="width: 100.0%; height: 100.0%;">Måkaknuten</div>`)[0]; |
|
|
popup_76da2808d62bbb9f03d11d7272170770.setContent(html_b5d7e3502f4c11240d14280341938c2b); |
|
|
|
|
|
|
|
|
|
|
|
marker_f382125212aad0b7240212c9cea06c47.bindPopup(popup_76da2808d62bbb9f03d11d7272170770) |
|
|
; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var marker_f3f99f9b2ee8522bb37323c15641c986 = L.marker( |
|
|
[62.1591, 5.2442], |
|
|
{} |
|
|
).addTo(map_4018ee9efd9172c450d37819c9ee09b6); |
|
|
|
|
|
|
|
|
var div_icon_a408805c196414e47fa409898c15492b = L.divIcon({"className": "empty", "html": "\n \u003cdiv style=\"position: relative; width: 12px; height: 12px;\"\u003e\n \u003cdiv style=\"position: absolute; top: 50%; left: 0; width: 100%; height: 2px; background-color: blue; transform: translateY(-50%);\"\u003e\u003c/div\u003e\n \u003cdiv style=\"position: absolute; top: 0; left: 50%; width: 2px; height: 100%; background-color: blue; transform: translateX(-50%);\"\u003e\u003c/div\u003e\n \u003c/div\u003e\n "}); |
|
|
marker_f3f99f9b2ee8522bb37323c15641c986.setIcon(div_icon_a408805c196414e47fa409898c15492b); |
|
|
|
|
|
|
|
|
var popup_e3e083278f6f3bb53bd4da3350e243ef = L.popup({"maxWidth": "100%"}); |
|
|
|
|
|
|
|
|
|
|
|
var html_b8bf32218043e6d333af15ea574ef930 = $(`<div id="html_b8bf32218043e6d333af15ea574ef930" style="width: 100.0%; height: 100.0%;">Okla</div>`)[0]; |
|
|
popup_e3e083278f6f3bb53bd4da3350e243ef.setContent(html_b8bf32218043e6d333af15ea574ef930); |
|
|
|
|
|
|
|
|
|
|
|
marker_f3f99f9b2ee8522bb37323c15641c986.bindPopup(popup_e3e083278f6f3bb53bd4da3350e243ef) |
|
|
; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var marker_f1220f0bc9233f141abcc7519499a62f = L.marker( |
|
|
[61.251, 4.9615], |
|
|
{} |
|
|
).addTo(map_4018ee9efd9172c450d37819c9ee09b6); |
|
|
|
|
|
|
|
|
var div_icon_fd8dcc8701b9336fb079b11690adbfd4 = L.divIcon({"className": "empty", "html": "\n \u003cdiv style=\"position: relative; width: 12px; height: 12px;\"\u003e\n \u003cdiv style=\"position: absolute; top: 50%; left: 0; width: 100%; height: 2px; background-color: blue; transform: translateY(-50%);\"\u003e\u003c/div\u003e\n \u003cdiv style=\"position: absolute; top: 0; left: 50%; width: 2px; height: 100%; background-color: blue; transform: translateX(-50%);\"\u003e\u003c/div\u003e\n \u003c/div\u003e\n "}); |
|
|
marker_f1220f0bc9233f141abcc7519499a62f.setIcon(div_icon_fd8dcc8701b9336fb079b11690adbfd4); |
|
|
|
|
|
|
|
|
var popup_2e5b3609c531269719f9b1aeca280982 = L.popup({"maxWidth": "100%"}); |
|
|
|
|
|
|
|
|
|
|
|
var html_34353de29c10cfb68f1baa94109f264e = $(`<div id="html_34353de29c10cfb68f1baa94109f264e" style="width: 100.0%; height: 100.0%;">Lutelandet</div>`)[0]; |
|
|
popup_2e5b3609c531269719f9b1aeca280982.setContent(html_34353de29c10cfb68f1baa94109f264e); |
|
|
|
|
|
|
|
|
|
|
|
marker_f1220f0bc9233f141abcc7519499a62f.bindPopup(popup_2e5b3609c531269719f9b1aeca280982) |
|
|
; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var marker_a701a1f6dc807c0af640dc2a32526206 = L.marker( |
|
|
[59.323, 5.433], |
|
|
{} |
|
|
).addTo(map_4018ee9efd9172c450d37819c9ee09b6); |
|
|
|
|
|
|
|
|
var div_icon_87e6fc106ca554743cdd6bea75004257 = L.divIcon({"className": "empty", "html": "\n \u003cdiv style=\"position: relative; width: 12px; height: 12px;\"\u003e\n \u003cdiv style=\"position: absolute; top: 50%; left: 0; width: 100%; height: 2px; background-color: blue; transform: translateY(-50%);\"\u003e\u003c/div\u003e\n \u003cdiv style=\"position: absolute; top: 0; left: 50%; width: 2px; height: 100%; background-color: blue; transform: translateX(-50%);\"\u003e\u003c/div\u003e\n \u003c/div\u003e\n "}); |
|
|
marker_a701a1f6dc807c0af640dc2a32526206.setIcon(div_icon_87e6fc106ca554743cdd6bea75004257); |
|
|
|
|
|
|
|
|
var popup_81469d6328a317cab770f1fe4dee5e23 = L.popup({"maxWidth": "100%"}); |
|
|
|
|
|
|
|
|
|
|
|
var html_c57e5cb2c6be30e81c94d739a2c8e3cd = $(`<div id="html_c57e5cb2c6be30e81c94d739a2c8e3cd" style="width: 100.0%; height: 100.0%;">Gismarvik</div>`)[0]; |
|
|
popup_81469d6328a317cab770f1fe4dee5e23.setContent(html_c57e5cb2c6be30e81c94d739a2c8e3cd); |
|
|
|
|
|
|
|
|
|
|
|
marker_a701a1f6dc807c0af640dc2a32526206.bindPopup(popup_81469d6328a317cab770f1fe4dee5e23) |
|
|
; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var marker_cb40741eaa19c74f01754def96cfec04 = L.marker( |
|
|
[58.8351, 5.8975], |
|
|
{} |
|
|
).addTo(map_4018ee9efd9172c450d37819c9ee09b6); |
|
|
|
|
|
|
|
|
var div_icon_f0561435877081e9499083ffcb51fe44 = L.divIcon({"className": "empty", "html": "\n \u003cdiv style=\"position: relative; width: 12px; height: 12px;\"\u003e\n \u003cdiv style=\"position: absolute; top: 50%; left: 0; width: 100%; height: 2px; background-color: blue; transform: translateY(-50%);\"\u003e\u003c/div\u003e\n \u003cdiv style=\"position: absolute; top: 0; left: 50%; width: 2px; height: 100%; background-color: blue; transform: translateX(-50%);\"\u003e\u003c/div\u003e\n \u003c/div\u003e\n "}); |
|
|
marker_cb40741eaa19c74f01754def96cfec04.setIcon(div_icon_f0561435877081e9499083ffcb51fe44); |
|
|
|
|
|
|
|
|
var popup_0f87e6b57777b005ec7f816566f95bba = L.popup({"maxWidth": "100%"}); |
|
|
|
|
|
|
|
|
|
|
|
var html_ff2e9e5d4cd3c9edece33a8a28b40691 = $(`<div id="html_ff2e9e5d4cd3c9edece33a8a28b40691" style="width: 100.0%; height: 100.0%;">Vardafjellet</div>`)[0]; |
|
|
popup_0f87e6b57777b005ec7f816566f95bba.setContent(html_ff2e9e5d4cd3c9edece33a8a28b40691); |
|
|
|
|
|
|
|
|
|
|
|
marker_cb40741eaa19c74f01754def96cfec04.bindPopup(popup_0f87e6b57777b005ec7f816566f95bba) |
|
|
; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var marker_a0cb78772eb9f5ccfdc20bb0034c61a0 = L.marker( |
|
|
[63.1336, 11.201], |
|
|
{} |
|
|
).addTo(map_4018ee9efd9172c450d37819c9ee09b6); |
|
|
|
|
|
|
|
|
var div_icon_c70597c163739924dad5774444bcf620 = L.divIcon({"className": "empty", "html": "\n \u003cdiv style=\"position: relative; width: 12px; height: 12px;\"\u003e\n \u003cdiv style=\"position: absolute; top: 50%; left: 0; width: 100%; height: 2px; background-color: blue; transform: translateY(-50%);\"\u003e\u003c/div\u003e\n \u003cdiv style=\"position: absolute; top: 0; left: 50%; width: 2px; height: 100%; background-color: blue; transform: translateX(-50%);\"\u003e\u003c/div\u003e\n \u003c/div\u003e\n "}); |
|
|
marker_a0cb78772eb9f5ccfdc20bb0034c61a0.setIcon(div_icon_c70597c163739924dad5774444bcf620); |
|
|
|
|
|
|
|
|
var popup_e37285d262feca4a4f2c2dfb9249b34a = L.popup({"maxWidth": "100%"}); |
|
|
|
|
|
|
|
|
|
|
|
var html_6ea163572e77b4e9346a4527c0c4be0e = $(`<div id="html_6ea163572e77b4e9346a4527c0c4be0e" style="width: 100.0%; height: 100.0%;">Stokkfjellet</div>`)[0]; |
|
|
popup_e37285d262feca4a4f2c2dfb9249b34a.setContent(html_6ea163572e77b4e9346a4527c0c4be0e); |
|
|
|
|
|
|
|
|
|
|
|
marker_a0cb78772eb9f5ccfdc20bb0034c61a0.bindPopup(popup_e37285d262feca4a4f2c2dfb9249b34a) |
|
|
; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var marker_7780a479005df3dd5c09c7a47d4c010a = L.marker( |
|
|
[61.6843, 5.0745], |
|
|
{} |
|
|
).addTo(map_4018ee9efd9172c450d37819c9ee09b6); |
|
|
|
|
|
|
|
|
var div_icon_e278d395d1d498f7fc2031f13f57ba0e = L.divIcon({"className": "empty", "html": "\n \u003cdiv style=\"position: relative; width: 12px; height: 12px;\"\u003e\n \u003cdiv style=\"position: absolute; top: 50%; left: 0; width: 100%; height: 2px; background-color: blue; transform: translateY(-50%);\"\u003e\u003c/div\u003e\n \u003cdiv style=\"position: absolute; top: 0; left: 50%; width: 2px; height: 100%; background-color: blue; transform: translateX(-50%);\"\u003e\u003c/div\u003e\n \u003c/div\u003e\n "}); |
|
|
marker_7780a479005df3dd5c09c7a47d4c010a.setIcon(div_icon_e278d395d1d498f7fc2031f13f57ba0e); |
|
|
|
|
|
|
|
|
var popup_3241815be3cd583c7a28882006a33261 = L.popup({"maxWidth": "100%"}); |
|
|
|
|
|
|
|
|
|
|
|
var html_a69237b8f484be8a6f4266171cf4f1bc = $(`<div id="html_a69237b8f484be8a6f4266171cf4f1bc" style="width: 100.0%; height: 100.0%;">Guleslettene</div>`)[0]; |
|
|
popup_3241815be3cd583c7a28882006a33261.setContent(html_a69237b8f484be8a6f4266171cf4f1bc); |
|
|
|
|
|
|
|
|
|
|
|
marker_7780a479005df3dd5c09c7a47d4c010a.bindPopup(popup_3241815be3cd583c7a28882006a33261) |
|
|
; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var marker_c58b912e4cca9f8989220f14fc9fb465 = L.marker( |
|
|
[58.6567, 6.8778], |
|
|
{} |
|
|
).addTo(map_4018ee9efd9172c450d37819c9ee09b6); |
|
|
|
|
|
|
|
|
var div_icon_45fb43ebe6f5bf3478b1b53bc6ba40ca = L.divIcon({"className": "empty", "html": "\n \u003cdiv style=\"position: relative; width: 12px; height: 12px;\"\u003e\n \u003cdiv style=\"position: absolute; top: 50%; left: 0; width: 100%; height: 2px; background-color: blue; transform: translateY(-50%);\"\u003e\u003c/div\u003e\n \u003cdiv style=\"position: absolute; top: 0; left: 50%; width: 2px; height: 100%; background-color: blue; transform: translateX(-50%);\"\u003e\u003c/div\u003e\n \u003c/div\u003e\n "}); |
|
|
marker_c58b912e4cca9f8989220f14fc9fb465.setIcon(div_icon_45fb43ebe6f5bf3478b1b53bc6ba40ca); |
|
|
|
|
|
|
|
|
var popup_e2acb0039b7c722d8d8899f0c745e6b6 = L.popup({"maxWidth": "100%"}); |
|
|
|
|
|
|
|
|
|
|
|
var html_77ba3c8218cbcbfebafe6314fd87954f = $(`<div id="html_77ba3c8218cbcbfebafe6314fd87954f" style="width: 100.0%; height: 100.0%;">Buheii</div>`)[0]; |
|
|
popup_e2acb0039b7c722d8d8899f0c745e6b6.setContent(html_77ba3c8218cbcbfebafe6314fd87954f); |
|
|
|
|
|
|
|
|
|
|
|
marker_c58b912e4cca9f8989220f14fc9fb465.bindPopup(popup_e2acb0039b7c722d8d8899f0c745e6b6) |
|
|
; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var marker_b37fbb5d97555d43448950091879e91b = L.marker( |
|
|
[60.3431, 11.4833], |
|
|
{} |
|
|
).addTo(map_4018ee9efd9172c450d37819c9ee09b6); |
|
|
|
|
|
|
|
|
var div_icon_0445ea4f6eb6b50cb44f0061ab2e8fac = L.divIcon({"className": "empty", "html": "\n \u003cdiv style=\"position: relative; width: 12px; height: 12px;\"\u003e\n \u003cdiv style=\"position: absolute; top: 50%; left: 0; width: 100%; height: 2px; background-color: blue; transform: translateY(-50%);\"\u003e\u003c/div\u003e\n \u003cdiv style=\"position: absolute; top: 0; left: 50%; width: 2px; height: 100%; background-color: blue; transform: translateX(-50%);\"\u003e\u003c/div\u003e\n \u003c/div\u003e\n "}); |
|
|
marker_b37fbb5d97555d43448950091879e91b.setIcon(div_icon_0445ea4f6eb6b50cb44f0061ab2e8fac); |
|
|
|
|
|
|
|
|
var popup_a9e6cb8323589a7e2dd893d8c25ddc57 = L.popup({"maxWidth": "100%"}); |
|
|
|
|
|
|
|
|
|
|
|
var html_da402ff8cc9b556626e9a4822272f39c = $(`<div id="html_da402ff8cc9b556626e9a4822272f39c" style="width: 100.0%; height: 100.0%;">Odal</div>`)[0]; |
|
|
popup_a9e6cb8323589a7e2dd893d8c25ddc57.setContent(html_da402ff8cc9b556626e9a4822272f39c); |
|
|
|
|
|
|
|
|
|
|
|
marker_b37fbb5d97555d43448950091879e91b.bindPopup(popup_a9e6cb8323589a7e2dd893d8c25ddc57) |
|
|
; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var marker_0aa9cfe02d82e1f5e557c09f93f54978 = L.marker( |
|
|
[61.0241, 12.1939], |
|
|
{} |
|
|
).addTo(map_4018ee9efd9172c450d37819c9ee09b6); |
|
|
|
|
|
|
|
|
var div_icon_5bd93b515d0b3c8c33165d1468df0d2f = L.divIcon({"className": "empty", "html": "\n \u003cdiv style=\"position: relative; width: 12px; height: 12px;\"\u003e\n \u003cdiv style=\"position: absolute; top: 50%; left: 0; width: 100%; height: 2px; background-color: blue; transform: translateY(-50%);\"\u003e\u003c/div\u003e\n \u003cdiv style=\"position: absolute; top: 0; left: 50%; width: 2px; height: 100%; background-color: blue; transform: translateX(-50%);\"\u003e\u003c/div\u003e\n \u003c/div\u003e\n "}); |
|
|
marker_0aa9cfe02d82e1f5e557c09f93f54978.setIcon(div_icon_5bd93b515d0b3c8c33165d1468df0d2f); |
|
|
|
|
|
|
|
|
var popup_11619fc95beb99bbd35eeeb3a835df18 = L.popup({"maxWidth": "100%"}); |
|
|
|
|
|
|
|
|
|
|
|
var html_00c532f5aa1f480f92e3fc8bbfb6bd88 = $(`<div id="html_00c532f5aa1f480f92e3fc8bbfb6bd88" style="width: 100.0%; height: 100.0%;">Kjølberget</div>`)[0]; |
|
|
popup_11619fc95beb99bbd35eeeb3a835df18.setContent(html_00c532f5aa1f480f92e3fc8bbfb6bd88); |
|
|
|
|
|
|
|
|
|
|
|
marker_0aa9cfe02d82e1f5e557c09f93f54978.bindPopup(popup_11619fc95beb99bbd35eeeb3a835df18) |
|
|
; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var marker_4603cbcc34c00d111205dede04af333b = L.marker( |
|
|
[62.0153, 5.003], |
|
|
{} |
|
|
).addTo(map_4018ee9efd9172c450d37819c9ee09b6); |
|
|
|
|
|
|
|
|
var div_icon_1c226e9750ed343b9d1e472de0558fe2 = L.divIcon({"className": "empty", "html": "\n \u003cdiv style=\"position: relative; width: 12px; height: 12px;\"\u003e\n \u003cdiv style=\"position: absolute; top: 50%; left: 0; width: 100%; height: 2px; background-color: blue; transform: translateY(-50%);\"\u003e\u003c/div\u003e\n \u003cdiv style=\"position: absolute; top: 0; left: 50%; width: 2px; height: 100%; background-color: blue; transform: translateX(-50%);\"\u003e\u003c/div\u003e\n \u003c/div\u003e\n "}); |
|
|
marker_4603cbcc34c00d111205dede04af333b.setIcon(div_icon_1c226e9750ed343b9d1e472de0558fe2); |
|
|
|
|
|
|
|
|
var popup_e7d2bb857b3aa28b5fd90d1e649fc3ac = L.popup({"maxWidth": "100%"}); |
|
|
|
|
|
|
|
|
|
|
|
var html_cca520b0058da75aca9e3f9a133516a6 = $(`<div id="html_cca520b0058da75aca9e3f9a133516a6" style="width: 100.0%; height: 100.0%;">Mehuken</div>`)[0]; |
|
|
popup_e7d2bb857b3aa28b5fd90d1e649fc3ac.setContent(html_cca520b0058da75aca9e3f9a133516a6); |
|
|
|
|
|
|
|
|
|
|
|
marker_4603cbcc34c00d111205dede04af333b.bindPopup(popup_e7d2bb857b3aa28b5fd90d1e649fc3ac) |
|
|
; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var marker_d8480e17d486d81f97c0ac66541779d9 = L.marker( |
|
|
[64.7575, 11.3746], |
|
|
{} |
|
|
).addTo(map_4018ee9efd9172c450d37819c9ee09b6); |
|
|
|
|
|
|
|
|
var div_icon_e841830c1140d4f2073c3e7c381d93fc = L.divIcon({"className": "empty", "html": "\n \u003cdiv style=\"position: relative; width: 12px; height: 12px;\"\u003e\n \u003cdiv style=\"position: absolute; top: 50%; left: 0; width: 100%; height: 2px; background-color: blue; transform: translateY(-50%);\"\u003e\u003c/div\u003e\n \u003cdiv style=\"position: absolute; top: 0; left: 50%; width: 2px; height: 100%; background-color: blue; transform: translateX(-50%);\"\u003e\u003c/div\u003e\n \u003c/div\u003e\n "}); |
|
|
marker_d8480e17d486d81f97c0ac66541779d9.setIcon(div_icon_e841830c1140d4f2073c3e7c381d93fc); |
|
|
|
|
|
|
|
|
var popup_d1dd89b8de4429f61c56a85909c24138 = L.popup({"maxWidth": "100%"}); |
|
|
|
|
|
|
|
|
|
|
|
var html_673eddf849bc148d5706c052d141e567 = $(`<div id="html_673eddf849bc148d5706c052d141e567" style="width: 100.0%; height: 100.0%;">Hundhammerfjellet</div>`)[0]; |
|
|
popup_d1dd89b8de4429f61c56a85909c24138.setContent(html_673eddf849bc148d5706c052d141e567); |
|
|
|
|
|
|
|
|
|
|
|
marker_d8480e17d486d81f97c0ac66541779d9.bindPopup(popup_d1dd89b8de4429f61c56a85909c24138) |
|
|
; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var marker_f54555733c41fb1c047576655b1d5592 = L.marker( |
|
|
[63.5197, 8.8009], |
|
|
{} |
|
|
).addTo(map_4018ee9efd9172c450d37819c9ee09b6); |
|
|
|
|
|
|
|
|
var div_icon_fe15c9ca61c43c9344071de47f425b04 = L.divIcon({"className": "empty", "html": "\n \u003cdiv style=\"position: relative; width: 12px; height: 12px;\"\u003e\n \u003cdiv style=\"position: absolute; top: 50%; left: 0; width: 100%; height: 2px; background-color: blue; transform: translateY(-50%);\"\u003e\u003c/div\u003e\n \u003cdiv style=\"position: absolute; top: 0; left: 50%; width: 2px; height: 100%; background-color: blue; transform: translateX(-50%);\"\u003e\u003c/div\u003e\n \u003c/div\u003e\n "}); |
|
|
marker_f54555733c41fb1c047576655b1d5592.setIcon(div_icon_fe15c9ca61c43c9344071de47f425b04); |
|
|
|
|
|
|
|
|
var popup_87ea77adb5b568135e0fc51be0021f26 = L.popup({"maxWidth": "100%"}); |
|
|
|
|
|
|
|
|
|
|
|
var html_2983ce8f1a188388b956695d21f4638b = $(`<div id="html_2983ce8f1a188388b956695d21f4638b" style="width: 100.0%; height: 100.0%;">Hitra</div>`)[0]; |
|
|
popup_87ea77adb5b568135e0fc51be0021f26.setContent(html_2983ce8f1a188388b956695d21f4638b); |
|
|
|
|
|
|
|
|
|
|
|
marker_f54555733c41fb1c047576655b1d5592.bindPopup(popup_87ea77adb5b568135e0fc51be0021f26) |
|
|
; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var marker_202b0115187652acbb6cae6072847bd1 = L.marker( |
|
|
[63.4074, 7.9228], |
|
|
{} |
|
|
).addTo(map_4018ee9efd9172c450d37819c9ee09b6); |
|
|
|
|
|
|
|
|
var div_icon_d6edd3bd867676d56a14f03edd416339 = L.divIcon({"className": "empty", "html": "\n \u003cdiv style=\"position: relative; width: 12px; height: 12px;\"\u003e\n \u003cdiv style=\"position: absolute; top: 50%; left: 0; width: 100%; height: 2px; background-color: blue; transform: translateY(-50%);\"\u003e\u003c/div\u003e\n \u003cdiv style=\"position: absolute; top: 0; left: 50%; width: 2px; height: 100%; background-color: blue; transform: translateX(-50%);\"\u003e\u003c/div\u003e\n \u003c/div\u003e\n "}); |
|
|
marker_202b0115187652acbb6cae6072847bd1.setIcon(div_icon_d6edd3bd867676d56a14f03edd416339); |
|
|
|
|
|
|
|
|
var popup_e45e7addf8e544e226d7ad851983724c = L.popup({"maxWidth": "100%"}); |
|
|
|
|
|
|
|
|
|
|
|
var html_2cda1113d945565c109a14174c62fd49 = $(`<div id="html_2cda1113d945565c109a14174c62fd49" style="width: 100.0%; height: 100.0%;">Smøla</div>`)[0]; |
|
|
popup_e45e7addf8e544e226d7ad851983724c.setContent(html_2cda1113d945565c109a14174c62fd49); |
|
|
|
|
|
|
|
|
|
|
|
marker_202b0115187652acbb6cae6072847bd1.bindPopup(popup_e45e7addf8e544e226d7ad851983724c) |
|
|
; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var marker_1bd6ed843cbd81b6478b20cb4741868f = L.marker( |
|
|
[71.0119, 24.5893], |
|
|
{} |
|
|
).addTo(map_4018ee9efd9172c450d37819c9ee09b6); |
|
|
|
|
|
|
|
|
var div_icon_b19a695238814bbc72d5eeb3d240960d = L.divIcon({"className": "empty", "html": "\n \u003cdiv style=\"position: relative; width: 12px; height: 12px;\"\u003e\n \u003cdiv style=\"position: absolute; top: 50%; left: 0; width: 100%; height: 2px; background-color: blue; transform: translateY(-50%);\"\u003e\u003c/div\u003e\n \u003cdiv style=\"position: absolute; top: 0; left: 50%; width: 2px; height: 100%; background-color: blue; transform: translateX(-50%);\"\u003e\u003c/div\u003e\n \u003c/div\u003e\n "}); |
|
|
marker_1bd6ed843cbd81b6478b20cb4741868f.setIcon(div_icon_b19a695238814bbc72d5eeb3d240960d); |
|
|
|
|
|
|
|
|
var popup_c0833c67b25b356f09989c662ad01743 = L.popup({"maxWidth": "100%"}); |
|
|
|
|
|
|
|
|
|
|
|
var html_8e68045fd61d9a19bccda09fe593c57f = $(`<div id="html_8e68045fd61d9a19bccda09fe593c57f" style="width: 100.0%; height: 100.0%;">Havøygavlen</div>`)[0]; |
|
|
popup_c0833c67b25b356f09989c662ad01743.setContent(html_8e68045fd61d9a19bccda09fe593c57f); |
|
|
|
|
|
|
|
|
|
|
|
marker_1bd6ed843cbd81b6478b20cb4741868f.bindPopup(popup_c0833c67b25b356f09989c662ad01743) |
|
|
; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var marker_ee2d6947e29030a1cda63c49858f20dd = L.marker( |
|
|
[62.7639, 6.4437], |
|
|
{} |
|
|
).addTo(map_4018ee9efd9172c450d37819c9ee09b6); |
|
|
|
|
|
|
|
|
var div_icon_de45b5e396c9bcc023a017c47e8f09a2 = L.divIcon({"className": "empty", "html": "\n \u003cdiv style=\"position: relative; width: 12px; height: 12px;\"\u003e\n \u003cdiv style=\"position: absolute; top: 50%; left: 0; width: 100%; height: 2px; background-color: blue; transform: translateY(-50%);\"\u003e\u003c/div\u003e\n \u003cdiv style=\"position: absolute; top: 0; left: 50%; width: 2px; height: 100%; background-color: blue; transform: translateX(-50%);\"\u003e\u003c/div\u003e\n \u003c/div\u003e\n "}); |
|
|
marker_ee2d6947e29030a1cda63c49858f20dd.setIcon(div_icon_de45b5e396c9bcc023a017c47e8f09a2); |
|
|
|
|
|
|
|
|
var popup_35c47e3600251c4d54efd2d55fb0f437 = L.popup({"maxWidth": "100%"}); |
|
|
|
|
|
|
|
|
|
|
|
var html_81172c99da7d18a79e797c29dc23ea02 = $(`<div id="html_81172c99da7d18a79e797c29dc23ea02" style="width: 100.0%; height: 100.0%;">Sandøy</div>`)[0]; |
|
|
popup_35c47e3600251c4d54efd2d55fb0f437.setContent(html_81172c99da7d18a79e797c29dc23ea02); |
|
|
|
|
|
|
|
|
|
|
|
marker_ee2d6947e29030a1cda63c49858f20dd.bindPopup(popup_35c47e3600251c4d54efd2d55fb0f437) |
|
|
; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var marker_11c3c0967c91c2a0c15ec8ec873da465 = L.marker( |
|
|
[59.1401, 5.0297], |
|
|
{} |
|
|
).addTo(map_4018ee9efd9172c450d37819c9ee09b6); |
|
|
|
|
|
|
|
|
var div_icon_4678b2250b50b8e4f22761b43c0a55f4 = L.divIcon({"className": "empty", "html": "\n \u003cdiv style=\"position: relative; width: 12px; height: 12px;\"\u003e\n \u003cdiv style=\"position: absolute; top: 50%; left: 0; width: 100%; height: 2px; background-color: blue; transform: translateY(-50%);\"\u003e\u003c/div\u003e\n \u003cdiv style=\"position: absolute; top: 0; left: 50%; width: 2px; height: 100%; background-color: blue; transform: translateX(-50%);\"\u003e\u003c/div\u003e\n \u003c/div\u003e\n "}); |
|
|
marker_11c3c0967c91c2a0c15ec8ec873da465.setIcon(div_icon_4678b2250b50b8e4f22761b43c0a55f4); |
|
|
|
|
|
|
|
|
var popup_15d3ca1b7cf0a94d49310f8b77d37140 = L.popup({"maxWidth": "100%"}); |
|
|
|
|
|
|
|
|
|
|
|
var html_4b428dcda15cce638ec3173788fcb1ff = $(`<div id="html_4b428dcda15cce638ec3173788fcb1ff" style="width: 100.0%; height: 100.0%;">Karmøy Hywind</div>`)[0]; |
|
|
popup_15d3ca1b7cf0a94d49310f8b77d37140.setContent(html_4b428dcda15cce638ec3173788fcb1ff); |
|
|
|
|
|
|
|
|
|
|
|
marker_11c3c0967c91c2a0c15ec8ec873da465.bindPopup(popup_15d3ca1b7cf0a94d49310f8b77d37140) |
|
|
; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var marker_54255ca7108b17da7e1a061f3ba6b8c1 = L.marker( |
|
|
[70.922, 27.2682], |
|
|
{} |
|
|
).addTo(map_4018ee9efd9172c450d37819c9ee09b6); |
|
|
|
|
|
|
|
|
var div_icon_02d4627f1e4ece774e9c5ef4a74ac697 = L.divIcon({"className": "empty", "html": "\n \u003cdiv style=\"position: relative; width: 12px; height: 12px;\"\u003e\n \u003cdiv style=\"position: absolute; top: 50%; left: 0; width: 100%; height: 2px; background-color: blue; transform: translateY(-50%);\"\u003e\u003c/div\u003e\n \u003cdiv style=\"position: absolute; top: 0; left: 50%; width: 2px; height: 100%; background-color: blue; transform: translateX(-50%);\"\u003e\u003c/div\u003e\n \u003c/div\u003e\n "}); |
|
|
marker_54255ca7108b17da7e1a061f3ba6b8c1.setIcon(div_icon_02d4627f1e4ece774e9c5ef4a74ac697); |
|
|
|
|
|
|
|
|
var popup_460b3ee62aff1c66ccb8c62ef16def5b = L.popup({"maxWidth": "100%"}); |
|
|
|
|
|
|
|
|
|
|
|
var html_8f708325188683c7cb6d92900829fb09 = $(`<div id="html_8f708325188683c7cb6d92900829fb09" style="width: 100.0%; height: 100.0%;">Kjøllefjord</div>`)[0]; |
|
|
popup_460b3ee62aff1c66ccb8c62ef16def5b.setContent(html_8f708325188683c7cb6d92900829fb09); |
|
|
|
|
|
|
|
|
|
|
|
marker_54255ca7108b17da7e1a061f3ba6b8c1.bindPopup(popup_460b3ee62aff1c66ccb8c62ef16def5b) |
|
|
; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var marker_e3dd73e3903a3dd893301e3e857762c7 = L.marker( |
|
|
[58.737, 5.7536], |
|
|
{} |
|
|
).addTo(map_4018ee9efd9172c450d37819c9ee09b6); |
|
|
|
|
|
|
|
|
var div_icon_114b2d6f7923cfb28f1f8d098e18ba5d = L.divIcon({"className": "empty", "html": "\n \u003cdiv style=\"position: relative; width: 12px; height: 12px;\"\u003e\n \u003cdiv style=\"position: absolute; top: 50%; left: 0; width: 100%; height: 2px; background-color: blue; transform: translateY(-50%);\"\u003e\u003c/div\u003e\n \u003cdiv style=\"position: absolute; top: 0; left: 50%; width: 2px; height: 100%; background-color: blue; transform: translateX(-50%);\"\u003e\u003c/div\u003e\n \u003c/div\u003e\n "}); |
|
|
marker_e3dd73e3903a3dd893301e3e857762c7.setIcon(div_icon_114b2d6f7923cfb28f1f8d098e18ba5d); |
|
|
|
|
|
|
|
|
var popup_fe4ddcf1a227cc24080521ed43576b3d = L.popup({"maxWidth": "100%"}); |
|
|
|
|
|
|
|
|
|
|
|
var html_58b102ea5bf6823fed30de93ed1ba5d8 = $(`<div id="html_58b102ea5bf6823fed30de93ed1ba5d8" style="width: 100.0%; height: 100.0%;">Åsen II</div>`)[0]; |
|
|
popup_fe4ddcf1a227cc24080521ed43576b3d.setContent(html_58b102ea5bf6823fed30de93ed1ba5d8); |
|
|
|
|
|
|
|
|
|
|
|
marker_e3dd73e3903a3dd893301e3e857762c7.bindPopup(popup_fe4ddcf1a227cc24080521ed43576b3d) |
|
|
; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var marker_b6f3d5263468e41573668f851b0dff4d = L.marker( |
|
|
[59.3157, 4.9048], |
|
|
{} |
|
|
).addTo(map_4018ee9efd9172c450d37819c9ee09b6); |
|
|
|
|
|
|
|
|
var div_icon_3b2fe5af42b88d3b5582792093f186df = L.divIcon({"className": "empty", "html": "\n \u003cdiv style=\"position: relative; width: 12px; height: 12px;\"\u003e\n \u003cdiv style=\"position: absolute; top: 50%; left: 0; width: 100%; height: 2px; background-color: blue; transform: translateY(-50%);\"\u003e\u003c/div\u003e\n \u003cdiv style=\"position: absolute; top: 0; left: 50%; width: 2px; height: 100%; background-color: blue; transform: translateX(-50%);\"\u003e\u003c/div\u003e\n \u003c/div\u003e\n "}); |
|
|
marker_b6f3d5263468e41573668f851b0dff4d.setIcon(div_icon_3b2fe5af42b88d3b5582792093f186df); |
|
|
|
|
|
|
|
|
var popup_b6d75b74d74ac3866bf59eb6b56bb12f = L.popup({"maxWidth": "100%"}); |
|
|
|
|
|
|
|
|
|
|
|
var html_64b4495e52e512f602f83789ad146254 = $(`<div id="html_64b4495e52e512f602f83789ad146254" style="width: 100.0%; height: 100.0%;">Utsira</div>`)[0]; |
|
|
popup_b6d75b74d74ac3866bf59eb6b56bb12f.setContent(html_64b4495e52e512f602f83789ad146254); |
|
|
|
|
|
|
|
|
|
|
|
marker_b6f3d5263468e41573668f851b0dff4d.bindPopup(popup_b6d75b74d74ac3866bf59eb6b56bb12f) |
|
|
; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var marker_47ca3ed4b5beeb4d6eb5fa0d32cc6311 = L.marker( |
|
|
[68.5039, 17.8784], |
|
|
{} |
|
|
).addTo(map_4018ee9efd9172c450d37819c9ee09b6); |
|
|
|
|
|
|
|
|
var div_icon_a32e9c51a3778ea99991b58c73d23652 = L.divIcon({"className": "empty", "html": "\n \u003cdiv style=\"position: relative; width: 12px; height: 12px;\"\u003e\n \u003cdiv style=\"position: absolute; top: 50%; left: 0; width: 100%; height: 2px; background-color: blue; transform: translateY(-50%);\"\u003e\u003c/div\u003e\n \u003cdiv style=\"position: absolute; top: 0; left: 50%; width: 2px; height: 100%; background-color: blue; transform: translateX(-50%);\"\u003e\u003c/div\u003e\n \u003c/div\u003e\n "}); |
|
|
marker_47ca3ed4b5beeb4d6eb5fa0d32cc6311.setIcon(div_icon_a32e9c51a3778ea99991b58c73d23652); |
|
|
|
|
|
|
|
|
var popup_d6db6ded61dd4366b39d7c6b2f86b615 = L.popup({"maxWidth": "100%"}); |
|
|
|
|
|
|
|
|
|
|
|
var html_ee9207b9e33e3c12ef8a23787a5bf678 = $(`<div id="html_ee9207b9e33e3c12ef8a23787a5bf678" style="width: 100.0%; height: 100.0%;">Nygårdsfjellet</div>`)[0]; |
|
|
popup_d6db6ded61dd4366b39d7c6b2f86b615.setContent(html_ee9207b9e33e3c12ef8a23787a5bf678); |
|
|
|
|
|
|
|
|
|
|
|
marker_47ca3ed4b5beeb4d6eb5fa0d32cc6311.bindPopup(popup_d6db6ded61dd4366b39d7c6b2f86b615) |
|
|
; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var marker_b4f31fc6fb40ae1f8364b05c5edb926b = L.marker( |
|
|
[59.9293, 5.3798], |
|
|
{} |
|
|
).addTo(map_4018ee9efd9172c450d37819c9ee09b6); |
|
|
|
|
|
|
|
|
var div_icon_8d164bb23d9271e54779ae77cb5e2b14 = L.divIcon({"className": "empty", "html": "\n \u003cdiv style=\"position: relative; width: 12px; height: 12px;\"\u003e\n \u003cdiv style=\"position: absolute; top: 50%; left: 0; width: 100%; height: 2px; background-color: blue; transform: translateY(-50%);\"\u003e\u003c/div\u003e\n \u003cdiv style=\"position: absolute; top: 0; left: 50%; width: 2px; height: 100%; background-color: blue; transform: translateX(-50%);\"\u003e\u003c/div\u003e\n \u003c/div\u003e\n "}); |
|
|
marker_b4f31fc6fb40ae1f8364b05c5edb926b.setIcon(div_icon_8d164bb23d9271e54779ae77cb5e2b14); |
|
|
|
|
|
|
|
|
var popup_b971d3939ffbe86f9fe4ae2cf7be1f2d = L.popup({"maxWidth": "100%"}); |
|
|
|
|
|
|
|
|
|
|
|
var html_23f2e5bd178a6ebb506631c4042ebbe8 = $(`<div id="html_23f2e5bd178a6ebb506631c4042ebbe8" style="width: 100.0%; height: 100.0%;">Midtfjellet</div>`)[0]; |
|
|
popup_b971d3939ffbe86f9fe4ae2cf7be1f2d.setContent(html_23f2e5bd178a6ebb506631c4042ebbe8); |
|
|
|
|
|
|
|
|
|
|
|
marker_b4f31fc6fb40ae1f8364b05c5edb926b.bindPopup(popup_b971d3939ffbe86f9fe4ae2cf7be1f2d) |
|
|
; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var marker_a788925a5485e00d9ba13dcfa3d45920 = L.marker( |
|
|
[70.1023, 20.1076], |
|
|
{} |
|
|
).addTo(map_4018ee9efd9172c450d37819c9ee09b6); |
|
|
|
|
|
|
|
|
var div_icon_6bd2e205be17605d37dff95e068ef572 = L.divIcon({"className": "empty", "html": "\n \u003cdiv style=\"position: relative; width: 12px; height: 12px;\"\u003e\n \u003cdiv style=\"position: absolute; top: 50%; left: 0; width: 100%; height: 2px; background-color: blue; transform: translateY(-50%);\"\u003e\u003c/div\u003e\n \u003cdiv style=\"position: absolute; top: 0; left: 50%; width: 2px; height: 100%; background-color: blue; transform: translateX(-50%);\"\u003e\u003c/div\u003e\n \u003c/div\u003e\n "}); |
|
|
marker_a788925a5485e00d9ba13dcfa3d45920.setIcon(div_icon_6bd2e205be17605d37dff95e068ef572); |
|
|
|
|
|
|
|
|
var popup_0b9e85868db8489bc6903237caa0ef06 = L.popup({"maxWidth": "100%"}); |
|
|
|
|
|
|
|
|
|
|
|
var html_67f8384459206ca6e66f45b19eda6b02 = $(`<div id="html_67f8384459206ca6e66f45b19eda6b02" style="width: 100.0%; height: 100.0%;">Fakken</div>`)[0]; |
|
|
popup_0b9e85868db8489bc6903237caa0ef06.setContent(html_67f8384459206ca6e66f45b19eda6b02); |
|
|
|
|
|
|
|
|
|
|
|
marker_a788925a5485e00d9ba13dcfa3d45920.bindPopup(popup_0b9e85868db8489bc6903237caa0ef06) |
|
|
; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var marker_5d1ec2caad668540ab6e902821139ed9 = L.marker( |
|
|
[58.6464, 5.754], |
|
|
{} |
|
|
).addTo(map_4018ee9efd9172c450d37819c9ee09b6); |
|
|
|
|
|
|
|
|
var div_icon_7ca152e67902fc01d280e0337db88595 = L.divIcon({"className": "empty", "html": "\n \u003cdiv style=\"position: relative; width: 12px; height: 12px;\"\u003e\n \u003cdiv style=\"position: absolute; top: 50%; left: 0; width: 100%; height: 2px; background-color: blue; transform: translateY(-50%);\"\u003e\u003c/div\u003e\n \u003cdiv style=\"position: absolute; top: 0; left: 50%; width: 2px; height: 100%; background-color: blue; transform: translateX(-50%);\"\u003e\u003c/div\u003e\n \u003c/div\u003e\n "}); |
|
|
marker_5d1ec2caad668540ab6e902821139ed9.setIcon(div_icon_7ca152e67902fc01d280e0337db88595); |
|
|
|
|
|
|
|
|
var popup_bf02f1478e4c4c1379b06bd2b8dc6968 = L.popup({"maxWidth": "100%"}); |
|
|
|
|
|
|
|
|
|
|
|
var html_05525839ac62bcd8c997107f10fd2cc7 = $(`<div id="html_05525839ac62bcd8c997107f10fd2cc7" style="width: 100.0%; height: 100.0%;">Høg-Jæren</div>`)[0]; |
|
|
popup_bf02f1478e4c4c1379b06bd2b8dc6968.setContent(html_05525839ac62bcd8c997107f10fd2cc7); |
|
|
|
|
|
|
|
|
|
|
|
marker_5d1ec2caad668540ab6e902821139ed9.bindPopup(popup_bf02f1478e4c4c1379b06bd2b8dc6968) |
|
|
; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var marker_0cb166f1df9293677c08e712013cd1cb = L.marker( |
|
|
[58.1557, 6.6818], |
|
|
{} |
|
|
).addTo(map_4018ee9efd9172c450d37819c9ee09b6); |
|
|
|
|
|
|
|
|
var div_icon_a6136b1fa9c44851c9cbb9aecfcad8bc = L.divIcon({"className": "empty", "html": "\n \u003cdiv style=\"position: relative; width: 12px; height: 12px;\"\u003e\n \u003cdiv style=\"position: absolute; top: 50%; left: 0; width: 100%; height: 2px; background-color: blue; transform: translateY(-50%);\"\u003e\u003c/div\u003e\n \u003cdiv style=\"position: absolute; top: 0; left: 50%; width: 2px; height: 100%; background-color: blue; transform: translateX(-50%);\"\u003e\u003c/div\u003e\n \u003c/div\u003e\n "}); |
|
|
marker_0cb166f1df9293677c08e712013cd1cb.setIcon(div_icon_a6136b1fa9c44851c9cbb9aecfcad8bc); |
|
|
|
|
|
|
|
|
var popup_7274f1b66854325f2f08c79a5d5a2bac = L.popup({"maxWidth": "100%"}); |
|
|
|
|
|
|
|
|
|
|
|
var html_afff369dc60c320b28211297aef0db53 = $(`<div id="html_afff369dc60c320b28211297aef0db53" style="width: 100.0%; height: 100.0%;">Lista</div>`)[0]; |
|
|
popup_7274f1b66854325f2f08c79a5d5a2bac.setContent(html_afff369dc60c320b28211297aef0db53); |
|
|
|
|
|
|
|
|
|
|
|
marker_0cb166f1df9293677c08e712013cd1cb.bindPopup(popup_7274f1b66854325f2f08c79a5d5a2bac) |
|
|
; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var marker_24787dfe4ce4280930887e20ad37b625 = L.marker( |
|
|
[58.5906, 5.7274], |
|
|
{} |
|
|
).addTo(map_4018ee9efd9172c450d37819c9ee09b6); |
|
|
|
|
|
|
|
|
var div_icon_a1ef2cbf437a92742dee712a4414117b = L.divIcon({"className": "empty", "html": "\n \u003cdiv style=\"position: relative; width: 12px; height: 12px;\"\u003e\n \u003cdiv style=\"position: absolute; top: 50%; left: 0; width: 100%; height: 2px; background-color: blue; transform: translateY(-50%);\"\u003e\u003c/div\u003e\n \u003cdiv style=\"position: absolute; top: 0; left: 50%; width: 2px; height: 100%; background-color: blue; transform: translateX(-50%);\"\u003e\u003c/div\u003e\n \u003c/div\u003e\n "}); |
|
|
marker_24787dfe4ce4280930887e20ad37b625.setIcon(div_icon_a1ef2cbf437a92742dee712a4414117b); |
|
|
|
|
|
|
|
|
var popup_fbbdc98b7a5a02c36ce3a3571c278797 = L.popup({"maxWidth": "100%"}); |
|
|
|
|
|
|
|
|
|
|
|
var html_afbb1cf2e88bacc22b5aea40dd643600 = $(`<div id="html_afbb1cf2e88bacc22b5aea40dd643600" style="width: 100.0%; height: 100.0%;">Røyrmyra</div>`)[0]; |
|
|
popup_fbbdc98b7a5a02c36ce3a3571c278797.setContent(html_afbb1cf2e88bacc22b5aea40dd643600); |
|
|
|
|
|
|
|
|
|
|
|
marker_24787dfe4ce4280930887e20ad37b625.bindPopup(popup_fbbdc98b7a5a02c36ce3a3571c278797) |
|
|
; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var marker_5e381d8241209d95fc587218ba2a9bff = L.marker( |
|
|
[58.3436, 6.4357], |
|
|
{} |
|
|
).addTo(map_4018ee9efd9172c450d37819c9ee09b6); |
|
|
|
|
|
|
|
|
var div_icon_d5a7c7bec4363a70cb05e3ab5d23d12c = L.divIcon({"className": "empty", "html": "\n \u003cdiv style=\"position: relative; width: 12px; height: 12px;\"\u003e\n \u003cdiv style=\"position: absolute; top: 50%; left: 0; width: 100%; height: 2px; background-color: blue; transform: translateY(-50%);\"\u003e\u003c/div\u003e\n \u003cdiv style=\"position: absolute; top: 0; left: 50%; width: 2px; height: 100%; background-color: blue; transform: translateX(-50%);\"\u003e\u003c/div\u003e\n \u003c/div\u003e\n "}); |
|
|
marker_5e381d8241209d95fc587218ba2a9bff.setIcon(div_icon_d5a7c7bec4363a70cb05e3ab5d23d12c); |
|
|
|
|
|
|
|
|
var popup_0fc24804d699cded3c6b7004fc8a5e89 = L.popup({"maxWidth": "100%"}); |
|
|
|
|
|
|
|
|
|
|
|
var html_3ee97cd13b95c5539245e90a47982ca1 = $(`<div id="html_3ee97cd13b95c5539245e90a47982ca1" style="width: 100.0%; height: 100.0%;">Tellenes</div>`)[0]; |
|
|
popup_0fc24804d699cded3c6b7004fc8a5e89.setContent(html_3ee97cd13b95c5539245e90a47982ca1); |
|
|
|
|
|
|
|
|
|
|
|
marker_5e381d8241209d95fc587218ba2a9bff.bindPopup(popup_0fc24804d699cded3c6b7004fc8a5e89) |
|
|
; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var marker_85b164b33f41d6db563fdf8e4e9667a2 = L.marker( |
|
|
[58.4262, 6.0841], |
|
|
{} |
|
|
).addTo(map_4018ee9efd9172c450d37819c9ee09b6); |
|
|
|
|
|
|
|
|
var div_icon_39cdcb8e595e97faf41b8e87de68170d = L.divIcon({"className": "empty", "html": "\n \u003cdiv style=\"position: relative; width: 12px; height: 12px;\"\u003e\n \u003cdiv style=\"position: absolute; top: 50%; left: 0; width: 100%; height: 2px; background-color: blue; transform: translateY(-50%);\"\u003e\u003c/div\u003e\n \u003cdiv style=\"position: absolute; top: 0; left: 50%; width: 2px; height: 100%; background-color: blue; transform: translateX(-50%);\"\u003e\u003c/div\u003e\n \u003c/div\u003e\n "}); |
|
|
marker_85b164b33f41d6db563fdf8e4e9667a2.setIcon(div_icon_39cdcb8e595e97faf41b8e87de68170d); |
|
|
|
|
|
|
|
|
var popup_549fdf971fb31fdf1770930f919fa3e2 = L.popup({"maxWidth": "100%"}); |
|
|
|
|
|
|
|
|
|
|
|
var html_461b177e368a8cc85359f21c01dd2be2 = $(`<div id="html_461b177e368a8cc85359f21c01dd2be2" style="width: 100.0%; height: 100.0%;">Egersund</div>`)[0]; |
|
|
popup_549fdf971fb31fdf1770930f919fa3e2.setContent(html_461b177e368a8cc85359f21c01dd2be2); |
|
|
|
|
|
|
|
|
|
|
|
marker_85b164b33f41d6db563fdf8e4e9667a2.bindPopup(popup_549fdf971fb31fdf1770930f919fa3e2) |
|
|
; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var marker_4e2b7a6b33efc9a942b3a4e5a26c4c00 = L.marker( |
|
|
[58.3834, 6.0877], |
|
|
{} |
|
|
).addTo(map_4018ee9efd9172c450d37819c9ee09b6); |
|
|
|
|
|
|
|
|
var div_icon_55e5fe8ef5176de41da7e26a024ca866 = L.divIcon({"className": "empty", "html": "\n \u003cdiv style=\"position: relative; width: 12px; height: 12px;\"\u003e\n \u003cdiv style=\"position: absolute; top: 50%; left: 0; width: 100%; height: 2px; background-color: blue; transform: translateY(-50%);\"\u003e\u003c/div\u003e\n \u003cdiv style=\"position: absolute; top: 0; left: 50%; width: 2px; height: 100%; background-color: blue; transform: translateX(-50%);\"\u003e\u003c/div\u003e\n \u003c/div\u003e\n "}); |
|
|
marker_4e2b7a6b33efc9a942b3a4e5a26c4c00.setIcon(div_icon_55e5fe8ef5176de41da7e26a024ca866); |
|
|
|
|
|
|
|
|
var popup_520f8a82f01294c4b0c8dd5543575553 = L.popup({"maxWidth": "100%"}); |
|
|
|
|
|
|
|
|
|
|
|
var html_5f577ec1678a0a95a76395e319894719 = $(`<div id="html_5f577ec1678a0a95a76395e319894719" style="width: 100.0%; height: 100.0%;">Svåheia</div>`)[0]; |
|
|
popup_520f8a82f01294c4b0c8dd5543575553.setContent(html_5f577ec1678a0a95a76395e319894719); |
|
|
|
|
|
|
|
|
|
|
|
marker_4e2b7a6b33efc9a942b3a4e5a26c4c00.bindPopup(popup_520f8a82f01294c4b0c8dd5543575553) |
|
|
; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var marker_92b9ff516cd2b2a5980e7b2bd25597ea = L.marker( |
|
|
[58.7304, 5.9481], |
|
|
{} |
|
|
).addTo(map_4018ee9efd9172c450d37819c9ee09b6); |
|
|
|
|
|
|
|
|
var div_icon_68001e4ff0a709f0b28ddd00a2baf0fe = L.divIcon({"className": "empty", "html": "\n \u003cdiv style=\"position: relative; width: 12px; height: 12px;\"\u003e\n \u003cdiv style=\"position: absolute; top: 50%; left: 0; width: 100%; height: 2px; background-color: blue; transform: translateY(-50%);\"\u003e\u003c/div\u003e\n \u003cdiv style=\"position: absolute; top: 0; left: 50%; width: 2px; height: 100%; background-color: blue; transform: translateX(-50%);\"\u003e\u003c/div\u003e\n \u003c/div\u003e\n "}); |
|
|
marker_92b9ff516cd2b2a5980e7b2bd25597ea.setIcon(div_icon_68001e4ff0a709f0b28ddd00a2baf0fe); |
|
|
|
|
|
|
|
|
var popup_41555cf8c20efbb5e59b1069f679bbae = L.popup({"maxWidth": "100%"}); |
|
|
|
|
|
|
|
|
|
|
|
var html_d0c65531125d18766696dfb24a3a7cd8 = $(`<div id="html_d0c65531125d18766696dfb24a3a7cd8" style="width: 100.0%; height: 100.0%;">Tindafjellet</div>`)[0]; |
|
|
popup_41555cf8c20efbb5e59b1069f679bbae.setContent(html_d0c65531125d18766696dfb24a3a7cd8); |
|
|
|
|
|
|
|
|
|
|
|
marker_92b9ff516cd2b2a5980e7b2bd25597ea.bindPopup(popup_41555cf8c20efbb5e59b1069f679bbae) |
|
|
; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var marker_796a9e1e85ffd13fc453bd0643f15e68 = L.marker( |
|
|
[64.1392, 10.2987], |
|
|
{} |
|
|
).addTo(map_4018ee9efd9172c450d37819c9ee09b6); |
|
|
|
|
|
|
|
|
var div_icon_34e45739025227740d52a830c9d2af5b = L.divIcon({"className": "empty", "html": "\n \u003cdiv style=\"position: relative; width: 12px; height: 12px;\"\u003e\n \u003cdiv style=\"position: absolute; top: 50%; left: 0; width: 100%; height: 2px; background-color: blue; transform: translateY(-50%);\"\u003e\u003c/div\u003e\n \u003cdiv style=\"position: absolute; top: 0; left: 50%; width: 2px; height: 100%; background-color: blue; transform: translateX(-50%);\"\u003e\u003c/div\u003e\n \u003c/div\u003e\n "}); |
|
|
marker_796a9e1e85ffd13fc453bd0643f15e68.setIcon(div_icon_34e45739025227740d52a830c9d2af5b); |
|
|
|
|
|
|
|
|
var popup_a071c82799c9b6fb97fa6e13a4977353 = L.popup({"maxWidth": "100%"}); |
|
|
|
|
|
|
|
|
|
|
|
var html_74c777220e17b2c10d4ce218666bcc5f = $(`<div id="html_74c777220e17b2c10d4ce218666bcc5f" style="width: 100.0%; height: 100.0%;">Roan</div>`)[0]; |
|
|
popup_a071c82799c9b6fb97fa6e13a4977353.setContent(html_74c777220e17b2c10d4ce218666bcc5f); |
|
|
|
|
|
|
|
|
|
|
|
marker_796a9e1e85ffd13fc453bd0643f15e68.bindPopup(popup_a071c82799c9b6fb97fa6e13a4977353) |
|
|
; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var marker_c750a56d6930d214e7bea819c1698155 = L.marker( |
|
|
[63.8793, 10.1592], |
|
|
{} |
|
|
).addTo(map_4018ee9efd9172c450d37819c9ee09b6); |
|
|
|
|
|
|
|
|
var div_icon_9820e9b95b91d30d2e4608f795aa5066 = L.divIcon({"className": "empty", "html": "\n \u003cdiv style=\"position: relative; width: 12px; height: 12px;\"\u003e\n \u003cdiv style=\"position: absolute; top: 50%; left: 0; width: 100%; height: 2px; background-color: blue; transform: translateY(-50%);\"\u003e\u003c/div\u003e\n \u003cdiv style=\"position: absolute; top: 0; left: 50%; width: 2px; height: 100%; background-color: blue; transform: translateX(-50%);\"\u003e\u003c/div\u003e\n \u003c/div\u003e\n "}); |
|
|
marker_c750a56d6930d214e7bea819c1698155.setIcon(div_icon_9820e9b95b91d30d2e4608f795aa5066); |
|
|
|
|
|
|
|
|
var popup_26367d846bfa525747eb5bdc0e9c9d0a = L.popup({"maxWidth": "100%"}); |
|
|
|
|
|
|
|
|
|
|
|
var html_8cc4e5247a5f4a93195c3b00ff2ea4de = $(`<div id="html_8cc4e5247a5f4a93195c3b00ff2ea4de" style="width: 100.0%; height: 100.0%;">Storheia</div>`)[0]; |
|
|
popup_26367d846bfa525747eb5bdc0e9c9d0a.setContent(html_8cc4e5247a5f4a93195c3b00ff2ea4de); |
|
|
|
|
|
|
|
|
|
|
|
marker_c750a56d6930d214e7bea819c1698155.bindPopup(popup_26367d846bfa525747eb5bdc0e9c9d0a) |
|
|
; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var marker_93b80ac16bd47110f9b661a8ec275fc3 = L.marker( |
|
|
[61.1995, 11.8026], |
|
|
{} |
|
|
).addTo(map_4018ee9efd9172c450d37819c9ee09b6); |
|
|
|
|
|
|
|
|
var div_icon_8651a96dc81a42acdb1abe1254f1cae1 = L.divIcon({"className": "empty", "html": "\n \u003cdiv style=\"position: relative; width: 12px; height: 12px;\"\u003e\n \u003cdiv style=\"position: absolute; top: 50%; left: 0; width: 100%; height: 2px; background-color: blue; transform: translateY(-50%);\"\u003e\u003c/div\u003e\n \u003cdiv style=\"position: absolute; top: 0; left: 50%; width: 2px; height: 100%; background-color: blue; transform: translateX(-50%);\"\u003e\u003c/div\u003e\n \u003c/div\u003e\n "}); |
|
|
marker_93b80ac16bd47110f9b661a8ec275fc3.setIcon(div_icon_8651a96dc81a42acdb1abe1254f1cae1); |
|
|
|
|
|
|
|
|
var popup_5763af2a68a7adb772315fe41ddc98e3 = L.popup({"maxWidth": "100%"}); |
|
|
|
|
|
|
|
|
|
|
|
var html_a2747df2e21f8cd0f17bfd528abb65b1 = $(`<div id="html_a2747df2e21f8cd0f17bfd528abb65b1" style="width: 100.0%; height: 100.0%;">Raskiftet</div>`)[0]; |
|
|
popup_5763af2a68a7adb772315fe41ddc98e3.setContent(html_a2747df2e21f8cd0f17bfd528abb65b1); |
|
|
|
|
|
|
|
|
|
|
|
marker_93b80ac16bd47110f9b661a8ec275fc3.bindPopup(popup_5763af2a68a7adb772315fe41ddc98e3) |
|
|
; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var marker_96fe648a6d12cf87bebea1105a0f0879 = L.marker( |
|
|
[58.587, 5.8607], |
|
|
{} |
|
|
).addTo(map_4018ee9efd9172c450d37819c9ee09b6); |
|
|
|
|
|
|
|
|
var div_icon_3ab9f61a7dff2a8f17279f0e144d467e = L.divIcon({"className": "empty", "html": "\n \u003cdiv style=\"position: relative; width: 12px; height: 12px;\"\u003e\n \u003cdiv style=\"position: absolute; top: 50%; left: 0; width: 100%; height: 2px; background-color: blue; transform: translateY(-50%);\"\u003e\u003c/div\u003e\n \u003cdiv style=\"position: absolute; top: 0; left: 50%; width: 2px; height: 100%; background-color: blue; transform: translateX(-50%);\"\u003e\u003c/div\u003e\n \u003c/div\u003e\n "}); |
|
|
marker_96fe648a6d12cf87bebea1105a0f0879.setIcon(div_icon_3ab9f61a7dff2a8f17279f0e144d467e); |
|
|
|
|
|
|
|
|
var popup_12a1eb20bcba7af012a83e77d747a84d = L.popup({"maxWidth": "100%"}); |
|
|
|
|
|
|
|
|
|
|
|
var html_ddb2e4c17bb5470b02d349e94b8d46fe = $(`<div id="html_ddb2e4c17bb5470b02d349e94b8d46fe" style="width: 100.0%; height: 100.0%;">Skinansfjellet og Gravdal</div>`)[0]; |
|
|
popup_12a1eb20bcba7af012a83e77d747a84d.setContent(html_ddb2e4c17bb5470b02d349e94b8d46fe); |
|
|
|
|
|
|
|
|
|
|
|
marker_96fe648a6d12cf87bebea1105a0f0879.bindPopup(popup_12a1eb20bcba7af012a83e77d747a84d) |
|
|
; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var marker_a9979f81b81661b980566e1344d923e8 = L.marker( |
|
|
[58.5866, 5.9429], |
|
|
{} |
|
|
).addTo(map_4018ee9efd9172c450d37819c9ee09b6); |
|
|
|
|
|
|
|
|
var div_icon_8669f348eed13c3b93d76c44a80a0b56 = L.divIcon({"className": "empty", "html": "\n \u003cdiv style=\"position: relative; width: 12px; height: 12px;\"\u003e\n \u003cdiv style=\"position: absolute; top: 50%; left: 0; width: 100%; height: 2px; background-color: blue; transform: translateY(-50%);\"\u003e\u003c/div\u003e\n \u003cdiv style=\"position: absolute; top: 0; left: 50%; width: 2px; height: 100%; background-color: blue; transform: translateX(-50%);\"\u003e\u003c/div\u003e\n \u003c/div\u003e\n "}); |
|
|
marker_a9979f81b81661b980566e1344d923e8.setIcon(div_icon_8669f348eed13c3b93d76c44a80a0b56); |
|
|
|
|
|
|
|
|
var popup_ea747889bf62700261ecd158a213e3de = L.popup({"maxWidth": "100%"}); |
|
|
|
|
|
|
|
|
|
|
|
var html_9bc3046ee007893078ffbec8e6546b4e = $(`<div id="html_9bc3046ee007893078ffbec8e6546b4e" style="width: 100.0%; height: 100.0%;">Bjerkreim</div>`)[0]; |
|
|
popup_ea747889bf62700261ecd158a213e3de.setContent(html_9bc3046ee007893078ffbec8e6546b4e); |
|
|
|
|
|
|
|
|
|
|
|
marker_a9979f81b81661b980566e1344d923e8.bindPopup(popup_ea747889bf62700261ecd158a213e3de) |
|
|
; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var marker_fe4494ef48ca148841d1a3b2728ef3e6 = L.marker( |
|
|
[68.724, 15.2597], |
|
|
{} |
|
|
).addTo(map_4018ee9efd9172c450d37819c9ee09b6); |
|
|
|
|
|
|
|
|
var div_icon_13f39bf82b19c5b28acdc45c95d17b9d = L.divIcon({"className": "empty", "html": "\n \u003cdiv style=\"position: relative; width: 12px; height: 12px;\"\u003e\n \u003cdiv style=\"position: absolute; top: 50%; left: 0; width: 100%; height: 2px; background-color: blue; transform: translateY(-50%);\"\u003e\u003c/div\u003e\n \u003cdiv style=\"position: absolute; top: 0; left: 50%; width: 2px; height: 100%; background-color: blue; transform: translateX(-50%);\"\u003e\u003c/div\u003e\n \u003c/div\u003e\n "}); |
|
|
marker_fe4494ef48ca148841d1a3b2728ef3e6.setIcon(div_icon_13f39bf82b19c5b28acdc45c95d17b9d); |
|
|
|
|
|
|
|
|
var popup_12d48b25c813c4a262d73f1648158c5d = L.popup({"maxWidth": "100%"}); |
|
|
|
|
|
|
|
|
|
|
|
var html_d79f060988d674e17fab8081446e9064 = $(`<div id="html_d79f060988d674e17fab8081446e9064" style="width: 100.0%; height: 100.0%;">Ånstadblåheia</div>`)[0]; |
|
|
popup_12d48b25c813c4a262d73f1648158c5d.setContent(html_d79f060988d674e17fab8081446e9064); |
|
|
|
|
|
|
|
|
|
|
|
marker_fe4494ef48ca148841d1a3b2728ef3e6.bindPopup(popup_12d48b25c813c4a262d73f1648158c5d) |
|
|
; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var marker_0fe32c981937c360e1c64d0f1b259f38 = L.marker( |
|
|
[68.0325, 16.6677], |
|
|
{} |
|
|
).addTo(map_4018ee9efd9172c450d37819c9ee09b6); |
|
|
|
|
|
|
|
|
var div_icon_c7b17c232880e6b7b6dd78aafa8f9403 = L.divIcon({"className": "empty", "html": "\n \u003cdiv style=\"position: relative; width: 12px; height: 12px;\"\u003e\n \u003cdiv style=\"position: absolute; top: 50%; left: 0; width: 100%; height: 2px; background-color: blue; transform: translateY(-50%);\"\u003e\u003c/div\u003e\n \u003cdiv style=\"position: absolute; top: 0; left: 50%; width: 2px; height: 100%; background-color: blue; transform: translateX(-50%);\"\u003e\u003c/div\u003e\n \u003c/div\u003e\n "}); |
|
|
marker_0fe32c981937c360e1c64d0f1b259f38.setIcon(div_icon_c7b17c232880e6b7b6dd78aafa8f9403); |
|
|
|
|
|
|
|
|
var popup_46667b83df82e640c7da34405666e859 = L.popup({"maxWidth": "100%"}); |
|
|
|
|
|
|
|
|
|
|
|
var html_9e21b9e174f11e0137f7715761c78c5f = $(`<div id="html_9e21b9e174f11e0137f7715761c78c5f" style="width: 100.0%; height: 100.0%;">Sørfjord</div>`)[0]; |
|
|
popup_46667b83df82e640c7da34405666e859.setContent(html_9e21b9e174f11e0137f7715761c78c5f); |
|
|
|
|
|
|
|
|
|
|
|
marker_0fe32c981937c360e1c64d0f1b259f38.bindPopup(popup_46667b83df82e640c7da34405666e859) |
|
|
; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var marker_38daa1195fda4d2f6dbeaf5cb7ffd20d = L.marker( |
|
|
[59.487, 11.7277], |
|
|
{} |
|
|
).addTo(map_4018ee9efd9172c450d37819c9ee09b6); |
|
|
|
|
|
|
|
|
var div_icon_a125af113bff0607b668b25ad7f36bc7 = L.divIcon({"className": "empty", "html": "\n \u003cdiv style=\"position: relative; width: 12px; height: 12px;\"\u003e\n \u003cdiv style=\"position: absolute; top: 50%; left: 0; width: 100%; height: 2px; background-color: blue; transform: translateY(-50%);\"\u003e\u003c/div\u003e\n \u003cdiv style=\"position: absolute; top: 0; left: 50%; width: 2px; height: 100%; background-color: blue; transform: translateX(-50%);\"\u003e\u003c/div\u003e\n \u003c/div\u003e\n "}); |
|
|
marker_38daa1195fda4d2f6dbeaf5cb7ffd20d.setIcon(div_icon_a125af113bff0607b668b25ad7f36bc7); |
|
|
|
|
|
|
|
|
var popup_73acaeba9a101ceeb6590264e0d3079a = L.popup({"maxWidth": "100%"}); |
|
|
|
|
|
|
|
|
|
|
|
var html_b2b750981da2695a9a2c917c98ae77c3 = $(`<div id="html_b2b750981da2695a9a2c917c98ae77c3" style="width: 100.0%; height: 100.0%;">Marker</div>`)[0]; |
|
|
popup_73acaeba9a101ceeb6590264e0d3079a.setContent(html_b2b750981da2695a9a2c917c98ae77c3); |
|
|
|
|
|
|
|
|
|
|
|
marker_38daa1195fda4d2f6dbeaf5cb7ffd20d.bindPopup(popup_73acaeba9a101ceeb6590264e0d3079a) |
|
|
; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var marker_bd5f8888571c22fd65dc19fafe9eb672 = L.marker( |
|
|
[69.5881, 18.1336], |
|
|
{} |
|
|
).addTo(map_4018ee9efd9172c450d37819c9ee09b6); |
|
|
|
|
|
|
|
|
var div_icon_63d88e67bb743fa1282cae9f9a5afa55 = L.divIcon({"className": "empty", "html": "\n \u003cdiv style=\"position: relative; width: 12px; height: 12px;\"\u003e\n \u003cdiv style=\"position: absolute; top: 50%; left: 0; width: 100%; height: 2px; background-color: blue; transform: translateY(-50%);\"\u003e\u003c/div\u003e\n \u003cdiv style=\"position: absolute; top: 0; left: 50%; width: 2px; height: 100%; background-color: blue; transform: translateX(-50%);\"\u003e\u003c/div\u003e\n \u003c/div\u003e\n "}); |
|
|
marker_bd5f8888571c22fd65dc19fafe9eb672.setIcon(div_icon_63d88e67bb743fa1282cae9f9a5afa55); |
|
|
|
|
|
|
|
|
var popup_83ae490d97c2c9921b59bf9f399cc503 = L.popup({"maxWidth": "100%"}); |
|
|
|
|
|
|
|
|
|
|
|
var html_065206f3b67d462b17c3d4b4738d8e25 = $(`<div id="html_065206f3b67d462b17c3d4b4738d8e25" style="width: 100.0%; height: 100.0%;">Kvitfjell</div>`)[0]; |
|
|
popup_83ae490d97c2c9921b59bf9f399cc503.setContent(html_065206f3b67d462b17c3d4b4738d8e25); |
|
|
|
|
|
|
|
|
|
|
|
marker_bd5f8888571c22fd65dc19fafe9eb672.bindPopup(popup_83ae490d97c2c9921b59bf9f399cc503) |
|
|
; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var marker_159422021ce3767257b2277a750a3da7 = L.marker( |
|
|
[69.591, 18.2207], |
|
|
{} |
|
|
).addTo(map_4018ee9efd9172c450d37819c9ee09b6); |
|
|
|
|
|
|
|
|
var div_icon_0a93497021019df0d2d779845fed9beb = L.divIcon({"className": "empty", "html": "\n \u003cdiv style=\"position: relative; width: 12px; height: 12px;\"\u003e\n \u003cdiv style=\"position: absolute; top: 50%; left: 0; width: 100%; height: 2px; background-color: blue; transform: translateY(-50%);\"\u003e\u003c/div\u003e\n \u003cdiv style=\"position: absolute; top: 0; left: 50%; width: 2px; height: 100%; background-color: blue; transform: translateX(-50%);\"\u003e\u003c/div\u003e\n \u003c/div\u003e\n "}); |
|
|
marker_159422021ce3767257b2277a750a3da7.setIcon(div_icon_0a93497021019df0d2d779845fed9beb); |
|
|
|
|
|
|
|
|
var popup_b8e421be5dda2f80379880b1678e66fd = L.popup({"maxWidth": "100%"}); |
|
|
|
|
|
|
|
|
|
|
|
var html_a8875bcd37ac29f488a41a8912bd3d36 = $(`<div id="html_a8875bcd37ac29f488a41a8912bd3d36" style="width: 100.0%; height: 100.0%;">Raudfjell</div>`)[0]; |
|
|
popup_b8e421be5dda2f80379880b1678e66fd.setContent(html_a8875bcd37ac29f488a41a8912bd3d36); |
|
|
|
|
|
|
|
|
|
|
|
marker_159422021ce3767257b2277a750a3da7.bindPopup(popup_b8e421be5dda2f80379880b1678e66fd) |
|
|
; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var marker_d20711054d4179ebc11d9724b3ed0ece = L.marker( |
|
|
[63.5012, 8.7682], |
|
|
{} |
|
|
).addTo(map_4018ee9efd9172c450d37819c9ee09b6); |
|
|
|
|
|
|
|
|
var div_icon_db1213d3a4fa386c698547053d35b74f = L.divIcon({"className": "empty", "html": "\n \u003cdiv style=\"position: relative; width: 12px; height: 12px;\"\u003e\n \u003cdiv style=\"position: absolute; top: 50%; left: 0; width: 100%; height: 2px; background-color: blue; transform: translateY(-50%);\"\u003e\u003c/div\u003e\n \u003cdiv style=\"position: absolute; top: 0; left: 50%; width: 2px; height: 100%; background-color: blue; transform: translateX(-50%);\"\u003e\u003c/div\u003e\n \u003c/div\u003e\n "}); |
|
|
marker_d20711054d4179ebc11d9724b3ed0ece.setIcon(div_icon_db1213d3a4fa386c698547053d35b74f); |
|
|
|
|
|
|
|
|
var popup_8b882be431163045780596fc6f8b7fc9 = L.popup({"maxWidth": "100%"}); |
|
|
|
|
|
|
|
|
|
|
|
var html_4be21861a8fed0224286a6fd8b77fec7 = $(`<div id="html_4be21861a8fed0224286a6fd8b77fec7" style="width: 100.0%; height: 100.0%;">Hitra 2</div>`)[0]; |
|
|
popup_8b882be431163045780596fc6f8b7fc9.setContent(html_4be21861a8fed0224286a6fd8b77fec7); |
|
|
|
|
|
|
|
|
|
|
|
marker_d20711054d4179ebc11d9724b3ed0ece.bindPopup(popup_8b882be431163045780596fc6f8b7fc9) |
|
|
; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var marker_51115de60fe313b83accc83b30e2a0c5 = L.marker( |
|
|
[58.7494, 5.9079], |
|
|
{} |
|
|
).addTo(map_4018ee9efd9172c450d37819c9ee09b6); |
|
|
|
|
|
|
|
|
var div_icon_99b60b8136d768874382a7cf6bfa4b3d = L.divIcon({"className": "empty", "html": "\n \u003cdiv style=\"position: relative; width: 12px; height: 12px;\"\u003e\n \u003cdiv style=\"position: absolute; top: 50%; left: 0; width: 100%; height: 2px; background-color: blue; transform: translateY(-50%);\"\u003e\u003c/div\u003e\n \u003cdiv style=\"position: absolute; top: 0; left: 50%; width: 2px; height: 100%; background-color: blue; transform: translateX(-50%);\"\u003e\u003c/div\u003e\n \u003c/div\u003e\n "}); |
|
|
marker_51115de60fe313b83accc83b30e2a0c5.setIcon(div_icon_99b60b8136d768874382a7cf6bfa4b3d); |
|
|
|
|
|
|
|
|
var popup_3532516aa5537f6d7b74c53092b26cf4 = L.popup({"maxWidth": "100%"}); |
|
|
|
|
|
|
|
|
|
|
|
var html_78cb0c51b7811f839cb61c742253b057 = $(`<div id="html_78cb0c51b7811f839cb61c742253b057" style="width: 100.0%; height: 100.0%;">Skurvenuten</div>`)[0]; |
|
|
popup_3532516aa5537f6d7b74c53092b26cf4.setContent(html_78cb0c51b7811f839cb61c742253b057); |
|
|
|
|
|
|
|
|
|
|
|
marker_51115de60fe313b83accc83b30e2a0c5.bindPopup(popup_3532516aa5537f6d7b74c53092b26cf4) |
|
|
; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var marker_61fe9e1035af6acf99a877b9f8f12be9 = L.marker( |
|
|
[58.5315, 6.7928], |
|
|
{} |
|
|
).addTo(map_4018ee9efd9172c450d37819c9ee09b6); |
|
|
|
|
|
|
|
|
var div_icon_c0101ec6654075e0be868eb8a1dc3fd0 = L.divIcon({"className": "empty", "html": "\n \u003cdiv style=\"position: relative; width: 12px; height: 12px;\"\u003e\n \u003cdiv style=\"position: absolute; top: 50%; left: 0; width: 100%; height: 2px; background-color: blue; transform: translateY(-50%);\"\u003e\u003c/div\u003e\n \u003cdiv style=\"position: absolute; top: 0; left: 50%; width: 2px; height: 100%; background-color: blue; transform: translateX(-50%);\"\u003e\u003c/div\u003e\n \u003c/div\u003e\n "}); |
|
|
marker_61fe9e1035af6acf99a877b9f8f12be9.setIcon(div_icon_c0101ec6654075e0be868eb8a1dc3fd0); |
|
|
|
|
|
|
|
|
var popup_1376206cb3116d2d7712a1a7d6989aba = L.popup({"maxWidth": "100%"}); |
|
|
|
|
|
|
|
|
|
|
|
var html_78cbc72c1c0ffca8b9a304cb1917b608 = $(`<div id="html_78cbc72c1c0ffca8b9a304cb1917b608" style="width: 100.0%; height: 100.0%;">Tonstad</div>`)[0]; |
|
|
popup_1376206cb3116d2d7712a1a7d6989aba.setContent(html_78cbc72c1c0ffca8b9a304cb1917b608); |
|
|
|
|
|
|
|
|
|
|
|
marker_61fe9e1035af6acf99a877b9f8f12be9.bindPopup(popup_1376206cb3116d2d7712a1a7d6989aba) |
|
|
; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var marker_516e6ddc6288d8acec96b3b82a458a24 = L.marker( |
|
|
[63.3608, 9.4951], |
|
|
{} |
|
|
).addTo(map_4018ee9efd9172c450d37819c9ee09b6); |
|
|
|
|
|
|
|
|
var div_icon_4d189eae29049a8eae0f0d573d31c452 = L.divIcon({"className": "empty", "html": "\n \u003cdiv style=\"position: relative; width: 12px; height: 12px;\"\u003e\n \u003cdiv style=\"position: absolute; top: 50%; left: 0; width: 100%; height: 2px; background-color: blue; transform: translateY(-50%);\"\u003e\u003c/div\u003e\n \u003cdiv style=\"position: absolute; top: 0; left: 50%; width: 2px; height: 100%; background-color: blue; transform: translateX(-50%);\"\u003e\u003c/div\u003e\n \u003c/div\u003e\n "}); |
|
|
marker_516e6ddc6288d8acec96b3b82a458a24.setIcon(div_icon_4d189eae29049a8eae0f0d573d31c452); |
|
|
|
|
|
|
|
|
var popup_40d8fdd39923ffeedd1876d4def1784b = L.popup({"maxWidth": "100%"}); |
|
|
|
|
|
|
|
|
|
|
|
var html_1b3692b711b039ec93c92cf0ccdb6c54 = $(`<div id="html_1b3692b711b039ec93c92cf0ccdb6c54" style="width: 100.0%; height: 100.0%;">Geitfjellet</div>`)[0]; |
|
|
popup_40d8fdd39923ffeedd1876d4def1784b.setContent(html_1b3692b711b039ec93c92cf0ccdb6c54); |
|
|
|
|
|
|
|
|
|
|
|
marker_516e6ddc6288d8acec96b3b82a458a24.bindPopup(popup_40d8fdd39923ffeedd1876d4def1784b) |
|
|
; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var marker_e179581acc87969b7ab3523727d26a92 = L.marker( |
|
|
[64.0726, 10.0927], |
|
|
{} |
|
|
).addTo(map_4018ee9efd9172c450d37819c9ee09b6); |
|
|
|
|
|
|
|
|
var div_icon_d7c807e3bb52ea67e33789f0e3d90afc = L.divIcon({"className": "empty", "html": "\n \u003cdiv style=\"position: relative; width: 12px; height: 12px;\"\u003e\n \u003cdiv style=\"position: absolute; top: 50%; left: 0; width: 100%; height: 2px; background-color: blue; transform: translateY(-50%);\"\u003e\u003c/div\u003e\n \u003cdiv style=\"position: absolute; top: 0; left: 50%; width: 2px; height: 100%; background-color: blue; transform: translateX(-50%);\"\u003e\u003c/div\u003e\n \u003c/div\u003e\n "}); |
|
|
marker_e179581acc87969b7ab3523727d26a92.setIcon(div_icon_d7c807e3bb52ea67e33789f0e3d90afc); |
|
|
|
|
|
|
|
|
var popup_06ce0f278e736da4c50cc6db18a65108 = L.popup({"maxWidth": "100%"}); |
|
|
|
|
|
|
|
|
|
|
|
var html_80fcc2e7ec02f23ac6ba7e5bbaaf308d = $(`<div id="html_80fcc2e7ec02f23ac6ba7e5bbaaf308d" style="width: 100.0%; height: 100.0%;">Harbaksfjellet</div>`)[0]; |
|
|
popup_06ce0f278e736da4c50cc6db18a65108.setContent(html_80fcc2e7ec02f23ac6ba7e5bbaaf308d); |
|
|
|
|
|
|
|
|
|
|
|
marker_e179581acc87969b7ab3523727d26a92.bindPopup(popup_06ce0f278e736da4c50cc6db18a65108) |
|
|
; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var marker_83d80265731a6c7b543e55c4d586ff14 = L.marker( |
|
|
[64.0453, 10.1566], |
|
|
{} |
|
|
).addTo(map_4018ee9efd9172c450d37819c9ee09b6); |
|
|
|
|
|
|
|
|
var div_icon_2a2a12cfd945b41d6d52a77730e2a4ea = L.divIcon({"className": "empty", "html": "\n \u003cdiv style=\"position: relative; width: 12px; height: 12px;\"\u003e\n \u003cdiv style=\"position: absolute; top: 50%; left: 0; width: 100%; height: 2px; background-color: blue; transform: translateY(-50%);\"\u003e\u003c/div\u003e\n \u003cdiv style=\"position: absolute; top: 0; left: 50%; width: 2px; height: 100%; background-color: blue; transform: translateX(-50%);\"\u003e\u003c/div\u003e\n \u003c/div\u003e\n "}); |
|
|
marker_83d80265731a6c7b543e55c4d586ff14.setIcon(div_icon_2a2a12cfd945b41d6d52a77730e2a4ea); |
|
|
|
|
|
|
|
|
var popup_a7660191c8bbaa76ed3428fc0992a7ea = L.popup({"maxWidth": "100%"}); |
|
|
|
|
|
|
|
|
|
|
|
var html_1c7b96ee1070941f344d1517f243ea0d = $(`<div id="html_1c7b96ee1070941f344d1517f243ea0d" style="width: 100.0%; height: 100.0%;">Kvenndalsfjellet</div>`)[0]; |
|
|
popup_a7660191c8bbaa76ed3428fc0992a7ea.setContent(html_1c7b96ee1070941f344d1517f243ea0d); |
|
|
|
|
|
|
|
|
|
|
|
marker_83d80265731a6c7b543e55c4d586ff14.bindPopup(popup_a7660191c8bbaa76ed3428fc0992a7ea) |
|
|
; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var marker_bdcebaf9f9cae84bd96570b40618e582 = L.marker( |
|
|
[61.7946, 5.149], |
|
|
{} |
|
|
).addTo(map_4018ee9efd9172c450d37819c9ee09b6); |
|
|
|
|
|
|
|
|
var div_icon_d761867baf370d9a528973a4f98e87b7 = L.divIcon({"className": "empty", "html": "\n \u003cdiv style=\"position: relative; width: 12px; height: 12px;\"\u003e\n \u003cdiv style=\"position: absolute; top: 50%; left: 0; width: 100%; height: 2px; background-color: blue; transform: translateY(-50%);\"\u003e\u003c/div\u003e\n \u003cdiv style=\"position: absolute; top: 0; left: 50%; width: 2px; height: 100%; background-color: blue; transform: translateX(-50%);\"\u003e\u003c/div\u003e\n \u003c/div\u003e\n "}); |
|
|
marker_bdcebaf9f9cae84bd96570b40618e582.setIcon(div_icon_d761867baf370d9a528973a4f98e87b7); |
|
|
|
|
|
|
|
|
var popup_6515c87753c195ffeade397418b150f9 = L.popup({"maxWidth": "100%"}); |
|
|
|
|
|
|
|
|
|
|
|
var html_550f7ca70de4e7c190a2becbc7b3684c = $(`<div id="html_550f7ca70de4e7c190a2becbc7b3684c" style="width: 100.0%; height: 100.0%;">Hennøy</div>`)[0]; |
|
|
popup_6515c87753c195ffeade397418b150f9.setContent(html_550f7ca70de4e7c190a2becbc7b3684c); |
|
|
|
|
|
|
|
|
|
|
|
marker_bdcebaf9f9cae84bd96570b40618e582.bindPopup(popup_6515c87753c195ffeade397418b150f9) |
|
|
; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var marker_320a144fe776dedecf235fcc5609f653 = L.marker( |
|
|
[59.4159, 5.2269], |
|
|
{} |
|
|
).addTo(map_4018ee9efd9172c450d37819c9ee09b6); |
|
|
|
|
|
|
|
|
var div_icon_101f6d76d1b058e90bcc99f5679ad4f9 = L.divIcon({"className": "empty", "html": "\n \u003cdiv style=\"position: relative; width: 12px; height: 12px;\"\u003e\n \u003cdiv style=\"position: absolute; top: 50%; left: 0; width: 100%; height: 2px; background-color: blue; transform: translateY(-50%);\"\u003e\u003c/div\u003e\n \u003cdiv style=\"position: absolute; top: 0; left: 50%; width: 2px; height: 100%; background-color: blue; transform: translateX(-50%);\"\u003e\u003c/div\u003e\n \u003c/div\u003e\n "}); |
|
|
marker_320a144fe776dedecf235fcc5609f653.setIcon(div_icon_101f6d76d1b058e90bcc99f5679ad4f9); |
|
|
|
|
|
|
|
|
var popup_1c19e7a0c5625d1c0574b2a5d4295e7a = L.popup({"maxWidth": "100%"}); |
|
|
|
|
|
|
|
|
|
|
|
var html_acbdc36cdcfdbca70f6ffdcbe769fbbc = $(`<div id="html_acbdc36cdcfdbca70f6ffdcbe769fbbc" style="width: 100.0%; height: 100.0%;">Storøy</div>`)[0]; |
|
|
popup_1c19e7a0c5625d1c0574b2a5d4295e7a.setContent(html_acbdc36cdcfdbca70f6ffdcbe769fbbc); |
|
|
|
|
|
|
|
|
|
|
|
marker_320a144fe776dedecf235fcc5609f653.bindPopup(popup_1c19e7a0c5625d1c0574b2a5d4295e7a) |
|
|
; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var marker_519402cac9d35b6cead77f5d1001a145 = L.marker( |
|
|
[70.6721, 29.711], |
|
|
{} |
|
|
).addTo(map_4018ee9efd9172c450d37819c9ee09b6); |
|
|
|
|
|
|
|
|
var div_icon_1a7088179034a5a1b95feac00bff1301 = L.divIcon({"className": "empty", "html": "\n \u003cdiv style=\"position: relative; width: 12px; height: 12px;\"\u003e\n \u003cdiv style=\"position: absolute; top: 50%; left: 0; width: 100%; height: 2px; background-color: blue; transform: translateY(-50%);\"\u003e\u003c/div\u003e\n \u003cdiv style=\"position: absolute; top: 0; left: 50%; width: 2px; height: 100%; background-color: blue; transform: translateX(-50%);\"\u003e\u003c/div\u003e\n \u003c/div\u003e\n "}); |
|
|
marker_519402cac9d35b6cead77f5d1001a145.setIcon(div_icon_1a7088179034a5a1b95feac00bff1301); |
|
|
|
|
|
|
|
|
var popup_5edc803b41c4fa8c564848d1433c4648 = L.popup({"maxWidth": "100%"}); |
|
|
|
|
|
|
|
|
|
|
|
var html_9b86b17732fcfeb89f2274cbaf0cf4d6 = $(`<div id="html_9b86b17732fcfeb89f2274cbaf0cf4d6" style="width: 100.0%; height: 100.0%;">Hamnefjell</div>`)[0]; |
|
|
popup_5edc803b41c4fa8c564848d1433c4648.setContent(html_9b86b17732fcfeb89f2274cbaf0cf4d6); |
|
|
|
|
|
|
|
|
|
|
|
marker_519402cac9d35b6cead77f5d1001a145.bindPopup(popup_5edc803b41c4fa8c564848d1433c4648) |
|
|
; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var marker_89d1eaae0a1bffb7326820dce6bf6f4f = L.marker( |
|
|
[64.9015, 10.8888], |
|
|
{} |
|
|
).addTo(map_4018ee9efd9172c450d37819c9ee09b6); |
|
|
|
|
|
|
|
|
var div_icon_9ad7dfd92b274c5c2a6e5938ba16b505 = L.divIcon({"className": "empty", "html": "\n \u003cdiv style=\"position: relative; width: 12px; height: 12px;\"\u003e\n \u003cdiv style=\"position: absolute; top: 50%; left: 0; width: 100%; height: 2px; background-color: blue; transform: translateY(-50%);\"\u003e\u003c/div\u003e\n \u003cdiv style=\"position: absolute; top: 0; left: 50%; width: 2px; height: 100%; background-color: blue; transform: translateX(-50%);\"\u003e\u003c/div\u003e\n \u003c/div\u003e\n "}); |
|
|
marker_89d1eaae0a1bffb7326820dce6bf6f4f.setIcon(div_icon_9ad7dfd92b274c5c2a6e5938ba16b505); |
|
|
|
|
|
|
|
|
var popup_1ce081c8729832f8f898da9b6cd11c2f = L.popup({"maxWidth": "100%"}); |
|
|
|
|
|
|
|
|
|
|
|
var html_0de19ca8c82bd393400935df7b571db6 = $(`<div id="html_0de19ca8c82bd393400935df7b571db6" style="width: 100.0%; height: 100.0%;">Ytre Vikna</div>`)[0]; |
|
|
popup_1ce081c8729832f8f898da9b6cd11c2f.setContent(html_0de19ca8c82bd393400935df7b571db6); |
|
|
|
|
|
|
|
|
|
|
|
marker_89d1eaae0a1bffb7326820dce6bf6f4f.bindPopup(popup_1ce081c8729832f8f898da9b6cd11c2f) |
|
|
; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var marker_6d388dc053cef8c57477836bfca91d9c = L.marker( |
|
|
[63.4182, 10.1181], |
|
|
{} |
|
|
).addTo(map_4018ee9efd9172c450d37819c9ee09b6); |
|
|
|
|
|
|
|
|
var div_icon_966154774d984be694817b8f290f3239 = L.divIcon({"className": "empty", "html": "\n \u003cdiv style=\"position: relative; width: 12px; height: 12px;\"\u003e\n \u003cdiv style=\"position: absolute; top: 50%; left: 0; width: 100%; height: 2px; background-color: blue; transform: translateY(-50%);\"\u003e\u003c/div\u003e\n \u003cdiv style=\"position: absolute; top: 0; left: 50%; width: 2px; height: 100%; background-color: blue; transform: translateX(-50%);\"\u003e\u003c/div\u003e\n \u003c/div\u003e\n "}); |
|
|
marker_6d388dc053cef8c57477836bfca91d9c.setIcon(div_icon_966154774d984be694817b8f290f3239); |
|
|
|
|
|
|
|
|
var popup_89516edc4b0419ea782669c44cb1c1ec = L.popup({"maxWidth": "100%"}); |
|
|
|
|
|
|
|
|
|
|
|
var html_2316f961b3da7ba1d2f815c8a981d925 = $(`<div id="html_2316f961b3da7ba1d2f815c8a981d925" style="width: 100.0%; height: 100.0%;">Rye Vind</div>`)[0]; |
|
|
popup_89516edc4b0419ea782669c44cb1c1ec.setContent(html_2316f961b3da7ba1d2f815c8a981d925); |
|
|
|
|
|
|
|
|
|
|
|
marker_6d388dc053cef8c57477836bfca91d9c.bindPopup(popup_89516edc4b0419ea782669c44cb1c1ec) |
|
|
; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var marker_ee969aa0d4fe48a93ff760c2f30d9853 = L.marker( |
|
|
[65.8594, 13.0107], |
|
|
{} |
|
|
).addTo(map_4018ee9efd9172c450d37819c9ee09b6); |
|
|
|
|
|
|
|
|
var div_icon_a3595ba0a38433e216a378cc47171835 = L.divIcon({"className": "empty", "html": "\n \u003cdiv style=\"position: relative; width: 12px; height: 12px;\"\u003e\n \u003cdiv style=\"position: absolute; top: 50%; left: 0; width: 100%; height: 2px; background-color: blue; transform: translateY(-50%);\"\u003e\u003c/div\u003e\n \u003cdiv style=\"position: absolute; top: 0; left: 50%; width: 2px; height: 100%; background-color: blue; transform: translateX(-50%);\"\u003e\u003c/div\u003e\n \u003c/div\u003e\n "}); |
|
|
marker_ee969aa0d4fe48a93ff760c2f30d9853.setIcon(div_icon_a3595ba0a38433e216a378cc47171835); |
|
|
|
|
|
|
|
|
var popup_3610578b66b9fd622a74a1e2af9f5433 = L.popup({"maxWidth": "100%"}); |
|
|
|
|
|
|
|
|
|
|
|
var html_455bce32b5bea6a39681f199eced8984 = $(`<div id="html_455bce32b5bea6a39681f199eced8984" style="width: 100.0%; height: 100.0%;">Øyfjellet</div>`)[0]; |
|
|
popup_3610578b66b9fd622a74a1e2af9f5433.setContent(html_455bce32b5bea6a39681f199eced8984); |
|
|
|
|
|
|
|
|
|
|
|
marker_ee969aa0d4fe48a93ff760c2f30d9853.bindPopup(popup_3610578b66b9fd622a74a1e2af9f5433) |
|
|
; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var marker_d81d1a62e50d8c257a6fcb3672e293fe = L.marker( |
|
|
[62.6659, 6.1979], |
|
|
{} |
|
|
).addTo(map_4018ee9efd9172c450d37819c9ee09b6); |
|
|
|
|
|
|
|
|
var div_icon_5570098b97ae47a9712e652caf4137dc = L.divIcon({"className": "empty", "html": "\n \u003cdiv style=\"position: relative; width: 12px; height: 12px;\"\u003e\n \u003cdiv style=\"position: absolute; top: 50%; left: 0; width: 100%; height: 2px; background-color: blue; transform: translateY(-50%);\"\u003e\u003c/div\u003e\n \u003cdiv style=\"position: absolute; top: 0; left: 50%; width: 2px; height: 100%; background-color: blue; transform: translateX(-50%);\"\u003e\u003c/div\u003e\n \u003c/div\u003e\n "}); |
|
|
marker_d81d1a62e50d8c257a6fcb3672e293fe.setIcon(div_icon_5570098b97ae47a9712e652caf4137dc); |
|
|
|
|
|
|
|
|
var popup_699d0bdd6f09a42a36d7e175a0ddcdef = L.popup({"maxWidth": "100%"}); |
|
|
|
|
|
|
|
|
|
|
|
var html_31b0655b7286b4610992890feed3e400 = $(`<div id="html_31b0655b7286b4610992890feed3e400" style="width: 100.0%; height: 100.0%;">Haram</div>`)[0]; |
|
|
popup_699d0bdd6f09a42a36d7e175a0ddcdef.setContent(html_31b0655b7286b4610992890feed3e400); |
|
|
|
|
|
|
|
|
|
|
|
marker_d81d1a62e50d8c257a6fcb3672e293fe.bindPopup(popup_699d0bdd6f09a42a36d7e175a0ddcdef) |
|
|
; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var marker_203cb25461f60285507de2a7bc037030 = L.marker( |
|
|
[64.2248, 10.3746], |
|
|
{} |
|
|
).addTo(map_4018ee9efd9172c450d37819c9ee09b6); |
|
|
|
|
|
|
|
|
var div_icon_78e73936bba92d1cafa64e7602d3b13f = L.divIcon({"className": "empty", "html": "\n \u003cdiv style=\"position: relative; width: 12px; height: 12px;\"\u003e\n \u003cdiv style=\"position: absolute; top: 50%; left: 0; width: 100%; height: 2px; background-color: blue; transform: translateY(-50%);\"\u003e\u003c/div\u003e\n \u003cdiv style=\"position: absolute; top: 0; left: 50%; width: 2px; height: 100%; background-color: blue; transform: translateX(-50%);\"\u003e\u003c/div\u003e\n \u003c/div\u003e\n "}); |
|
|
marker_203cb25461f60285507de2a7bc037030.setIcon(div_icon_78e73936bba92d1cafa64e7602d3b13f); |
|
|
|
|
|
|
|
|
var popup_e10807f99e222c589dc08fa56ad3e6d5 = L.popup({"maxWidth": "100%"}); |
|
|
|
|
|
|
|
|
|
|
|
var html_e240e36fb020bc549c7c39d69345ebfc = $(`<div id="html_e240e36fb020bc549c7c39d69345ebfc" style="width: 100.0%; height: 100.0%;">Bessakerfjellet</div>`)[0]; |
|
|
popup_e10807f99e222c589dc08fa56ad3e6d5.setContent(html_e240e36fb020bc549c7c39d69345ebfc); |
|
|
|
|
|
|
|
|
|
|
|
marker_203cb25461f60285507de2a7bc037030.bindPopup(popup_e10807f99e222c589dc08fa56ad3e6d5) |
|
|
; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var marker_9476cdd3f824d7b2483e0055a4f969be = L.marker( |
|
|
[64.2155, 10.4167], |
|
|
{} |
|
|
).addTo(map_4018ee9efd9172c450d37819c9ee09b6); |
|
|
|
|
|
|
|
|
var div_icon_2b3862f5ae0f8df84eb1e6a213821e40 = L.divIcon({"className": "empty", "html": "\n \u003cdiv style=\"position: relative; width: 12px; height: 12px;\"\u003e\n \u003cdiv style=\"position: absolute; top: 50%; left: 0; width: 100%; height: 2px; background-color: blue; transform: translateY(-50%);\"\u003e\u003c/div\u003e\n \u003cdiv style=\"position: absolute; top: 0; left: 50%; width: 2px; height: 100%; background-color: blue; transform: translateX(-50%);\"\u003e\u003c/div\u003e\n \u003c/div\u003e\n "}); |
|
|
marker_9476cdd3f824d7b2483e0055a4f969be.setIcon(div_icon_2b3862f5ae0f8df84eb1e6a213821e40); |
|
|
|
|
|
|
|
|
var popup_ed1b93a2a93d199cf3f7df1984b6b2d5 = L.popup({"maxWidth": "100%"}); |
|
|
|
|
|
|
|
|
|
|
|
var html_395bc2338a740c424c60b82632dce00a = $(`<div id="html_395bc2338a740c424c60b82632dce00a" style="width: 100.0%; height: 100.0%;">Skomakerfjellet</div>`)[0]; |
|
|
popup_ed1b93a2a93d199cf3f7df1984b6b2d5.setContent(html_395bc2338a740c424c60b82632dce00a); |
|
|
|
|
|
|
|
|
|
|
|
marker_9476cdd3f824d7b2483e0055a4f969be.bindPopup(popup_ed1b93a2a93d199cf3f7df1984b6b2d5) |
|
|
; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var marker_ee117af842fc4eff0a1f3897c0d8d138 = L.marker( |
|
|
[70.755, 29.0417], |
|
|
{} |
|
|
).addTo(map_4018ee9efd9172c450d37819c9ee09b6); |
|
|
|
|
|
|
|
|
var div_icon_2e96c5643392b32a5c200e30f0ca858c = L.divIcon({"className": "empty", "html": "\n \u003cdiv style=\"position: relative; width: 12px; height: 12px;\"\u003e\n \u003cdiv style=\"position: absolute; top: 50%; left: 0; width: 100%; height: 2px; background-color: blue; transform: translateY(-50%);\"\u003e\u003c/div\u003e\n \u003cdiv style=\"position: absolute; top: 0; left: 50%; width: 2px; height: 100%; background-color: blue; transform: translateX(-50%);\"\u003e\u003c/div\u003e\n \u003c/div\u003e\n "}); |
|
|
marker_ee117af842fc4eff0a1f3897c0d8d138.setIcon(div_icon_2e96c5643392b32a5c200e30f0ca858c); |
|
|
|
|
|
|
|
|
var popup_8519f6669d480cc728bd839c63946934 = L.popup({"maxWidth": "100%"}); |
|
|
|
|
|
|
|
|
|
|
|
var html_e925fa83f1a6e49c1a948c0ecec6223e = $(`<div id="html_e925fa83f1a6e49c1a948c0ecec6223e" style="width: 100.0%; height: 100.0%;">Raggovidda</div>`)[0]; |
|
|
popup_8519f6669d480cc728bd839c63946934.setContent(html_e925fa83f1a6e49c1a948c0ecec6223e); |
|
|
|
|
|
|
|
|
|
|
|
marker_ee117af842fc4eff0a1f3897c0d8d138.bindPopup(popup_8519f6669d480cc728bd839c63946934) |
|
|
; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var marker_ed4769460f2334affdb922314bab5365 = L.marker( |
|
|
[70.637, 22.4684], |
|
|
{} |
|
|
).addTo(map_4018ee9efd9172c450d37819c9ee09b6); |
|
|
|
|
|
|
|
|
var div_icon_534500fd0d1a933c10f8987507f70879 = L.divIcon({"className": "empty", "html": "\n \u003cdiv style=\"position: relative; width: 12px; height: 12px;\"\u003e\n \u003cdiv style=\"position: absolute; top: 50%; left: 0; width: 100%; height: 2px; background-color: blue; transform: translateY(-50%);\"\u003e\u003c/div\u003e\n \u003cdiv style=\"position: absolute; top: 0; left: 50%; width: 2px; height: 100%; background-color: blue; transform: translateX(-50%);\"\u003e\u003c/div\u003e\n \u003c/div\u003e\n "}); |
|
|
marker_ed4769460f2334affdb922314bab5365.setIcon(div_icon_534500fd0d1a933c10f8987507f70879); |
|
|
|
|
|
|
|
|
var popup_68c36c0b7ddf71a767146069b0a8d076 = L.popup({"maxWidth": "100%"}); |
|
|
|
|
|
|
|
|
|
|
|
var html_d4d7b317ad51881d8c467902e0e7776f = $(`<div id="html_d4d7b317ad51881d8c467902e0e7776f" style="width: 100.0%; height: 100.0%;">Dønnesfjord</div>`)[0]; |
|
|
popup_68c36c0b7ddf71a767146069b0a8d076.setContent(html_d4d7b317ad51881d8c467902e0e7776f); |
|
|
|
|
|
|
|
|
|
|
|
marker_ed4769460f2334affdb922314bab5365.bindPopup(popup_68c36c0b7ddf71a767146069b0a8d076) |
|
|
; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var marker_72ebd1d7304e5eaacce50e4238502d7d = L.marker( |
|
|
[63.8198, 9.63], |
|
|
{} |
|
|
).addTo(map_4018ee9efd9172c450d37819c9ee09b6); |
|
|
|
|
|
|
|
|
var div_icon_c491a33129453e2f97181fcc0d598699 = L.divIcon({"className": "empty", "html": "\n \u003cdiv style=\"position: relative; width: 12px; height: 12px;\"\u003e\n \u003cdiv style=\"position: absolute; top: 50%; left: 0; width: 100%; height: 2px; background-color: blue; transform: translateY(-50%);\"\u003e\u003c/div\u003e\n \u003cdiv style=\"position: absolute; top: 0; left: 50%; width: 2px; height: 100%; background-color: blue; transform: translateX(-50%);\"\u003e\u003c/div\u003e\n \u003c/div\u003e\n "}); |
|
|
marker_72ebd1d7304e5eaacce50e4238502d7d.setIcon(div_icon_c491a33129453e2f97181fcc0d598699); |
|
|
|
|
|
|
|
|
var popup_637de6c735b3769ff75fdf088a2c197d = L.popup({"maxWidth": "100%"}); |
|
|
|
|
|
|
|
|
|
|
|
var html_176ba256e8fba2e7451419da325ab29b = $(`<div id="html_176ba256e8fba2e7451419da325ab29b" style="width: 100.0%; height: 100.0%;">Valsneset</div>`)[0]; |
|
|
popup_637de6c735b3769ff75fdf088a2c197d.setContent(html_176ba256e8fba2e7451419da325ab29b); |
|
|
|
|
|
|
|
|
|
|
|
marker_72ebd1d7304e5eaacce50e4238502d7d.bindPopup(popup_637de6c735b3769ff75fdf088a2c197d) |
|
|
; |
|
|
|
|
|
|
|
|
|
|
|
</script> |
|
|
</html> |