From 462fd405ad8fc40af18e16f73357724fccb7670a Mon Sep 17 00:00:00 2001 From: Friedrich Knuth Date: Mon, 3 Feb 2025 19:33:33 +0100 Subject: [PATCH] update notebook --- .../visualization/02_create_cog_map.ipynb | 1281 ++++++++++++----- 1 file changed, 920 insertions(+), 361 deletions(-) diff --git a/notebooks/visualization/02_create_cog_map.ipynb b/notebooks/visualization/02_create_cog_map.ipynb index c4707da..ab2ae72 100644 --- a/notebooks/visualization/02_create_cog_map.ipynb +++ b/notebooks/visualization/02_create_cog_map.ipynb @@ -72,12 +72,12 @@ " <style>html, body {width: 100%;height: 100%;margin: 0;padding: 0;}</style>\n", " <style>#map {position:absolute;top:0;bottom:0;right:0;left:0;}</style>\n", " <script src="https://cdn.jsdelivr.net/npm/leaflet@1.9.3/dist/leaflet.js"></script>\n", - " <script src="https://code.jquery.com/jquery-1.12.4.min.js"></script>\n", + " <script src="https://code.jquery.com/jquery-3.7.1.min.js"></script>\n", " <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js"></script>\n", " <script src="https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.js"></script>\n", " <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/leaflet@1.9.3/dist/leaflet.css"/>\n", " <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css"/>\n", - " <link rel="stylesheet" href="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css"/>\n", + " <link rel="stylesheet" href="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css"/>\n", " <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.2.0/css/all.min.css"/>\n", " <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.css"/>\n", " <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/python-visualization/folium/folium/templates/leaflet.awesome.rotate.min.css"/>\n", @@ -85,7 +85,7 @@ " <meta name="viewport" content="width=device-width,\n", " initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />\n", " <style>\n", - " #map_b354fb07366168f0f65ec3c640618854 {\n", + " #map_f540ef844ef2162bdc4fb7bf6203f8c0 {\n", " position: relative;\n", " width: 100.0%;\n", " height: 100.0%;\n", @@ -99,44 +99,75 @@ "<body>\n", " \n", " \n", - " <div class="folium-map" id="map_b354fb07366168f0f65ec3c640618854" ></div>\n", + " <div class="folium-map" id="map_f540ef844ef2162bdc4fb7bf6203f8c0" ></div>\n", " \n", "</body>\n", "<script>\n", " \n", " \n", - " var map_b354fb07366168f0f65ec3c640618854 = L.map(\n", - " "map_b354fb07366168f0f65ec3c640618854",\n", + " var map_f540ef844ef2162bdc4fb7bf6203f8c0 = L.map(\n", + " "map_f540ef844ef2162bdc4fb7bf6203f8c0",\n", " {\n", " center: [48.74868358908725, -121.78096499929248],\n", " crs: L.CRS.EPSG3857,\n", - " zoom: 11,\n", - " zoomControl: true,\n", - " preferCanvas: false,\n", + " ...{\n", + " "zoom": 11,\n", + " "zoomControl": true,\n", + " "preferCanvas": false,\n", + "}\n", + "\n", " }\n", " );\n", - " L.control.scale().addTo(map_b354fb07366168f0f65ec3c640618854);\n", + " L.control.scale().addTo(map_f540ef844ef2162bdc4fb7bf6203f8c0);\n", "\n", " \n", "\n", " \n", " \n", - " var tile_layer_a4d47bbffc47e7054a844b990ca06a53 = L.tileLayer(\n", + " var tile_layer_8717387d16a690ae803b944ddcfefa25 = L.tileLayer(\n", " "https://mt1.google.com/vt/lyrs=s\\u0026x={x}\\u0026y={y}\\u0026z={z}",\n", - " {"attribution": "Google Earth", "detectRetina": false, "maxNativeZoom": 18, "maxZoom": 18, "minZoom": 0, "noWrap": false, "opacity": 0.8, "subdomains": "abc", "tms": false}\n", - " ).addTo(map_b354fb07366168f0f65ec3c640618854);\n", + " {\n", + " "minZoom": 0,\n", + " "maxZoom": 18,\n", + " "maxNativeZoom": 18,\n", + " "noWrap": false,\n", + " "attribution": "Google Earth",\n", + " "subdomains": "abc",\n", + " "detectRetina": false,\n", + " "tms": false,\n", + " "opacity": 0.8,\n", + "}\n", + "\n", + " );\n", + " \n", + " \n", + " tile_layer_8717387d16a690ae803b944ddcfefa25.addTo(map_f540ef844ef2162bdc4fb7bf6203f8c0);\n", " \n", " \n", - " var tile_layer_02ab6eb90989517f0104f979d6098298 = L.tileLayer(\n", - " "https://titiler.xyz/cog/tiles/{z}/{x}/{y}?url=http://conus-historicals.s3.amazonaws.com/baker/orthos/ortho_1947-09-14_EE_reproj_COG.tif\\u0026expression=b1\\u0026rescale=0,255",\n", - " {"attribution": "gtsa", "detectRetina": false, "maxNativeZoom": 18, "maxZoom": 18, "minZoom": 0, "noWrap": false, "opacity": 1, "subdomains": "abc", "tms": false}\n", - " ).addTo(map_b354fb07366168f0f65ec3c640618854);\n", + " var tile_layer_ff4ce2cc22282f0dead087e172f3d63a = L.tileLayer(\n", + " "https://titiler.xyz/cog/tiles/WebMercatorQuad/{z}/{x}/{y}?url=http://conus-historicals.s3.amazonaws.com/baker/orthos/ortho_1947-09-14_EE_reproj_COG.tif\\u0026expression=b1\\u0026rescale=0,255",\n", + " {\n", + " "minZoom": 0,\n", + " "maxZoom": 18,\n", + " "maxNativeZoom": 18,\n", + " "noWrap": false,\n", + " "attribution": "gtsa",\n", + " "subdomains": "abc",\n", + " "detectRetina": false,\n", + " "tms": false,\n", + " "opacity": 1,\n", + "}\n", + "\n", + " );\n", + " \n", + " \n", + " tile_layer_ff4ce2cc22282f0dead087e172f3d63a.addTo(map_f540ef844ef2162bdc4fb7bf6203f8c0);\n", " \n", "</script>\n", "</html>\" style=\"position:absolute;width:100%;height:100%;left:0;top:0;border:none !important;\" allowfullscreen webkitallowfullscreen mozallowfullscreen>" ], "text/plain": [ - "" + "" ] }, "execution_count": 4, @@ -224,12 +255,12 @@ " <style>html, body {width: 100%;height: 100%;margin: 0;padding: 0;}</style>\n", " <style>#map {position:absolute;top:0;bottom:0;right:0;left:0;}</style>\n", " <script src="https://cdn.jsdelivr.net/npm/leaflet@1.9.3/dist/leaflet.js"></script>\n", - " <script src="https://code.jquery.com/jquery-1.12.4.min.js"></script>\n", + " <script src="https://code.jquery.com/jquery-3.7.1.min.js"></script>\n", " <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js"></script>\n", " <script src="https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.js"></script>\n", " <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/leaflet@1.9.3/dist/leaflet.css"/>\n", " <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css"/>\n", - " <link rel="stylesheet" href="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css"/>\n", + " <link rel="stylesheet" href="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css"/>\n", " <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.2.0/css/all.min.css"/>\n", " <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.css"/>\n", " <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/python-visualization/folium/folium/templates/leaflet.awesome.rotate.min.css"/>\n", @@ -237,7 +268,7 @@ " <meta name="viewport" content="width=device-width,\n", " initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />\n", " <style>\n", - " #map_279b5123636be2de4b295903e997910c {\n", + " #map_605101cb6d74a8ba926a3aaed1255ad5 {\n", " position: relative;\n", " width: 100.0%;\n", " height: 100.0%;\n", @@ -247,163 +278,316 @@ " .leaflet-container { font-size: 1rem; }\n", " </style>\n", " \n", - " <script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet.fullscreen/1.4.2/Control.FullScreen.min.js"></script>\n", - " <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/leaflet.fullscreen/1.4.2/Control.FullScreen.min.css"/>\n", + " <script src="https://cdn.jsdelivr.net/npm/leaflet.fullscreen@3.0.0/Control.FullScreen.min.js"></script>\n", + " <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/leaflet.fullscreen@3.0.0/Control.FullScreen.css"/>\n", " <script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet-minimap/3.6.1/Control.MiniMap.js"></script>\n", " <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/leaflet-minimap/3.6.1/Control.MiniMap.css"/>\n", "</head>\n", "<body>\n", " \n", " \n", - " <div class="folium-map" id="map_279b5123636be2de4b295903e997910c" ></div>\n", + " <div class="folium-map" id="map_605101cb6d74a8ba926a3aaed1255ad5" ></div>\n", " \n", "</body>\n", "<script>\n", " \n", " \n", - " var map_279b5123636be2de4b295903e997910c = L.map(\n", - " "map_279b5123636be2de4b295903e997910c",\n", + " var map_605101cb6d74a8ba926a3aaed1255ad5 = L.map(\n", + " "map_605101cb6d74a8ba926a3aaed1255ad5",\n", " {\n", " center: [48.7767, -121.8144],\n", " crs: L.CRS.EPSG3857,\n", - " zoom: 11,\n", - " zoomControl: true,\n", - " preferCanvas: false,\n", + " ...{\n", + " "zoom": 11,\n", + " "zoomControl": true,\n", + " "preferCanvas": false,\n", + "}\n", + "\n", " }\n", " );\n", - " L.control.scale().addTo(map_279b5123636be2de4b295903e997910c);\n", + " L.control.scale().addTo(map_605101cb6d74a8ba926a3aaed1255ad5);\n", "\n", " \n", "\n", " \n", " \n", - " var tile_layer_6af4049ca623cb327b301c39965c05af = L.tileLayer(\n", + " var tile_layer_d0f0775aa28dfc8f4e18cd4948b27607 = L.tileLayer(\n", " "https://mt1.google.com/vt/lyrs=s\\u0026x={x}\\u0026y={y}\\u0026z={z}",\n", - " {"attribution": "Google Earth", "detectRetina": false, "maxNativeZoom": 18, "maxZoom": 18, "minZoom": 0, "noWrap": false, "opacity": 0.8, "subdomains": "abc", "tms": false}\n", - " ).addTo(map_279b5123636be2de4b295903e997910c);\n", + " {\n", + " "minZoom": 0,\n", + " "maxZoom": 18,\n", + " "maxNativeZoom": 18,\n", + " "noWrap": false,\n", + " "attribution": "Google Earth",\n", + " "subdomains": "abc",\n", + " "detectRetina": false,\n", + " "tms": false,\n", + " "opacity": 0.8,\n", + "}\n", + "\n", + " );\n", " \n", " \n", - " var tile_layer_980e65f3b1c0db6be6e602a56547a66a = L.tileLayer(\n", - " "https://titiler.xyz/cog/tiles/{z}/{x}/{y}?url=http://conus-historicals.s3.amazonaws.com/baker/orthos/ortho_1947-09-14_EE_reproj_COG.tif\\u0026expression=b1\\u0026rescale=0,255",\n", - " {"attribution": "gtsa", "detectRetina": false, "maxNativeZoom": 18, "maxZoom": 18, "minZoom": 0, "noWrap": false, "opacity": 1, "subdomains": "abc", "tms": false}\n", - " ).addTo(map_279b5123636be2de4b295903e997910c);\n", + " tile_layer_d0f0775aa28dfc8f4e18cd4948b27607.addTo(map_605101cb6d74a8ba926a3aaed1255ad5);\n", " \n", " \n", - " var tile_layer_a62bb871abc6d6736fa936436e9a321d = L.tileLayer(\n", - " "https://titiler.xyz/cog/tiles/{z}/{x}/{y}?url=http://conus-historicals.s3.amazonaws.com/baker/orthos/ortho_1970-09-09_NG_reproj_COG.tif\\u0026expression=b1\\u0026rescale=0,255",\n", - " {"attribution": "gtsa", "detectRetina": false, "maxNativeZoom": 18, "maxZoom": 18, "minZoom": 0, "noWrap": false, "opacity": 1, "subdomains": "abc", "tms": false}\n", - " ).addTo(map_279b5123636be2de4b295903e997910c);\n", + " var tile_layer_78c3c29d2e0d06751a25e129445b2a3f = L.tileLayer(\n", + " "https://titiler.xyz/cog/tiles/WebMercatorQuad/{z}/{x}/{y}?url=http://conus-historicals.s3.amazonaws.com/baker/orthos/ortho_1947-09-14_EE_reproj_COG.tif\\u0026expression=b1\\u0026rescale=0,255",\n", + " {\n", + " "minZoom": 0,\n", + " "maxZoom": 18,\n", + " "maxNativeZoom": 18,\n", + " "noWrap": false,\n", + " "attribution": "gtsa",\n", + " "subdomains": "abc",\n", + " "detectRetina": false,\n", + " "tms": false,\n", + " "opacity": 1,\n", + "}\n", + "\n", + " );\n", " \n", " \n", - " var tile_layer_38d87e4111f0af1f61767d6cdb297c1d = L.tileLayer(\n", - " "https://titiler.xyz/cog/tiles/{z}/{x}/{y}?url=http://conus-historicals.s3.amazonaws.com/baker/orthos/ortho_1970-09-29_NG_reproj_COG.tif\\u0026expression=b1\\u0026rescale=0,255",\n", - " {"attribution": "gtsa", "detectRetina": false, "maxNativeZoom": 18, "maxZoom": 18, "minZoom": 0, "noWrap": false, "opacity": 1, "subdomains": "abc", "tms": false}\n", - " ).addTo(map_279b5123636be2de4b295903e997910c);\n", + " tile_layer_78c3c29d2e0d06751a25e129445b2a3f.addTo(map_605101cb6d74a8ba926a3aaed1255ad5);\n", " \n", " \n", - " var tile_layer_044287e0ba25998a785492dc6b7da694 = L.tileLayer(\n", - " "https://titiler.xyz/cog/tiles/{z}/{x}/{y}?url=http://conus-historicals.s3.amazonaws.com/baker/orthos/ortho_1974-08-10_NG_reproj_COG.tif\\u0026expression=b1\\u0026rescale=0,255",\n", - " {"attribution": "gtsa", "detectRetina": false, "maxNativeZoom": 18, "maxZoom": 18, "minZoom": 0, "noWrap": false, "opacity": 1, "subdomains": "abc", "tms": false}\n", - " ).addTo(map_279b5123636be2de4b295903e997910c);\n", + " var tile_layer_6e1d959e9dbbcbf194fdd027468643af = L.tileLayer(\n", + " "https://titiler.xyz/cog/tiles/WebMercatorQuad/{z}/{x}/{y}?url=http://conus-historicals.s3.amazonaws.com/baker/orthos/ortho_1970-09-09_NG_reproj_COG.tif\\u0026expression=b1\\u0026rescale=0,255",\n", + " {\n", + " "minZoom": 0,\n", + " "maxZoom": 18,\n", + " "maxNativeZoom": 18,\n", + " "noWrap": false,\n", + " "attribution": "gtsa",\n", + " "subdomains": "abc",\n", + " "detectRetina": false,\n", + " "tms": false,\n", + " "opacity": 1,\n", + "}\n", + "\n", + " );\n", " \n", " \n", - " var tile_layer_ffad4c7aa180af6099f237d533bc109a = L.tileLayer(\n", - " "https://titiler.xyz/cog/tiles/{z}/{x}/{y}?url=http://conus-historicals.s3.amazonaws.com/baker/orthos/ortho_1977-09-27_NG_reproj_COG.tif\\u0026expression=b1\\u0026rescale=0,255",\n", - " {"attribution": "gtsa", "detectRetina": false, "maxNativeZoom": 18, "maxZoom": 18, "minZoom": 0, "noWrap": false, "opacity": 1, "subdomains": "abc", "tms": false}\n", - " ).addTo(map_279b5123636be2de4b295903e997910c);\n", + " var tile_layer_4a5c096851b45ff5d858c0c697d87516 = L.tileLayer(\n", + " "https://titiler.xyz/cog/tiles/WebMercatorQuad/{z}/{x}/{y}?url=http://conus-historicals.s3.amazonaws.com/baker/orthos/ortho_1970-09-29_NG_reproj_COG.tif\\u0026expression=b1\\u0026rescale=0,255",\n", + " {\n", + " "minZoom": 0,\n", + " "maxZoom": 18,\n", + " "maxNativeZoom": 18,\n", + " "noWrap": false,\n", + " "attribution": "gtsa",\n", + " "subdomains": "abc",\n", + " "detectRetina": false,\n", + " "tms": false,\n", + " "opacity": 1,\n", + "}\n", + "\n", + " );\n", + " \n", + " \n", + " var tile_layer_acf0314c15eb6bf5a34bfd7f6a585094 = L.tileLayer(\n", + " "https://titiler.xyz/cog/tiles/WebMercatorQuad/{z}/{x}/{y}?url=http://conus-historicals.s3.amazonaws.com/baker/orthos/ortho_1974-08-10_NG_reproj_COG.tif\\u0026expression=b1\\u0026rescale=0,255",\n", + " {\n", + " "minZoom": 0,\n", + " "maxZoom": 18,\n", + " "maxNativeZoom": 18,\n", + " "noWrap": false,\n", + " "attribution": "gtsa",\n", + " "subdomains": "abc",\n", + " "detectRetina": false,\n", + " "tms": false,\n", + " "opacity": 1,\n", + "}\n", + "\n", + " );\n", + " \n", + " \n", + " var tile_layer_9869230c25fbf7e9030d9ed679eca09d = L.tileLayer(\n", + " "https://titiler.xyz/cog/tiles/WebMercatorQuad/{z}/{x}/{y}?url=http://conus-historicals.s3.amazonaws.com/baker/orthos/ortho_1977-09-27_NG_reproj_COG.tif\\u0026expression=b1\\u0026rescale=0,255",\n", + " {\n", + " "minZoom": 0,\n", + " "maxZoom": 18,\n", + " "maxNativeZoom": 18,\n", + " "noWrap": false,\n", + " "attribution": "gtsa",\n", + " "subdomains": "abc",\n", + " "detectRetina": false,\n", + " "tms": false,\n", + " "opacity": 1,\n", + "}\n", + "\n", + " );\n", " \n", " \n", - " var tile_layer_d8536dae4ac4e164ae19c305980b5b6c = L.tileLayer(\n", - " "https://titiler.xyz/cog/tiles/{z}/{x}/{y}?url=http://conus-historicals.s3.amazonaws.com/baker/orthos/ortho_1979-10-06_NG_reproj_COG.tif\\u0026expression=b1\\u0026rescale=0,255",\n", - " {"attribution": "gtsa", "detectRetina": false, "maxNativeZoom": 18, "maxZoom": 18, "minZoom": 0, "noWrap": false, "opacity": 1, "subdomains": "abc", "tms": false}\n", - " ).addTo(map_279b5123636be2de4b295903e997910c);\n", + " var tile_layer_42f6a071af31ad35134169f5ade8708a = L.tileLayer(\n", + " "https://titiler.xyz/cog/tiles/WebMercatorQuad/{z}/{x}/{y}?url=http://conus-historicals.s3.amazonaws.com/baker/orthos/ortho_1979-10-06_NG_reproj_COG.tif\\u0026expression=b1\\u0026rescale=0,255",\n", + " {\n", + " "minZoom": 0,\n", + " "maxZoom": 18,\n", + " "maxNativeZoom": 18,\n", + " "noWrap": false,\n", + " "attribution": "gtsa",\n", + " "subdomains": "abc",\n", + " "detectRetina": false,\n", + " "tms": false,\n", + " "opacity": 1,\n", + "}\n", + "\n", + " );\n", " \n", " \n", - " var tile_layer_53d4ddf4a1e21b80cdcfd877a3a4cb45 = L.tileLayer(\n", - " "https://titiler.xyz/cog/tiles/{z}/{x}/{y}?url=http://conus-historicals.s3.amazonaws.com/baker/orthos/ortho_1987-08-21_NG_reproj_COG.tif\\u0026expression=b1\\u0026rescale=0,255",\n", - " {"attribution": "gtsa", "detectRetina": false, "maxNativeZoom": 18, "maxZoom": 18, "minZoom": 0, "noWrap": false, "opacity": 1, "subdomains": "abc", "tms": false}\n", - " ).addTo(map_279b5123636be2de4b295903e997910c);\n", + " var tile_layer_3b1bd26edf1c05c8cacc1b0e0014fe18 = L.tileLayer(\n", + " "https://titiler.xyz/cog/tiles/WebMercatorQuad/{z}/{x}/{y}?url=http://conus-historicals.s3.amazonaws.com/baker/orthos/ortho_1987-08-21_NG_reproj_COG.tif\\u0026expression=b1\\u0026rescale=0,255",\n", + " {\n", + " "minZoom": 0,\n", + " "maxZoom": 18,\n", + " "maxNativeZoom": 18,\n", + " "noWrap": false,\n", + " "attribution": "gtsa",\n", + " "subdomains": "abc",\n", + " "detectRetina": false,\n", + " "tms": false,\n", + " "opacity": 1,\n", + "}\n", + "\n", + " );\n", " \n", " \n", - " var tile_layer_b16fad0f27c770e1eee5f4264eef786b = L.tileLayer(\n", - " "https://titiler.xyz/cog/tiles/{z}/{x}/{y}?url=http://conus-historicals.s3.amazonaws.com/baker/orthos/ortho_1990-09-05_NG_reproj_COG.tif\\u0026expression=b1\\u0026rescale=0,255",\n", - " {"attribution": "gtsa", "detectRetina": false, "maxNativeZoom": 18, "maxZoom": 18, "minZoom": 0, "noWrap": false, "opacity": 1, "subdomains": "abc", "tms": false}\n", - " ).addTo(map_279b5123636be2de4b295903e997910c);\n", + " var tile_layer_73e6184c381cd54248b3243620c04ada = L.tileLayer(\n", + " "https://titiler.xyz/cog/tiles/WebMercatorQuad/{z}/{x}/{y}?url=http://conus-historicals.s3.amazonaws.com/baker/orthos/ortho_1990-09-05_NG_reproj_COG.tif\\u0026expression=b1\\u0026rescale=0,255",\n", + " {\n", + " "minZoom": 0,\n", + " "maxZoom": 18,\n", + " "maxNativeZoom": 18,\n", + " "noWrap": false,\n", + " "attribution": "gtsa",\n", + " "subdomains": "abc",\n", + " "detectRetina": false,\n", + " "tms": false,\n", + " "opacity": 1,\n", + "}\n", + "\n", + " );\n", " \n", " \n", - " var tile_layer_6eb7930bf9c78c62f264b2b68aa8340a = L.tileLayer(\n", - " "https://titiler.xyz/cog/tiles/{z}/{x}/{y}?url=http://conus-historicals.s3.amazonaws.com/baker/orthos/ortho_1991-09-09_NG_reproj_COG.tif\\u0026expression=b1\\u0026rescale=0,255",\n", - " {"attribution": "gtsa", "detectRetina": false, "maxNativeZoom": 18, "maxZoom": 18, "minZoom": 0, "noWrap": false, "opacity": 1, "subdomains": "abc", "tms": false}\n", - " ).addTo(map_279b5123636be2de4b295903e997910c);\n", + " var tile_layer_16288d6ad4407d50b46c8d77c6c6f3d2 = L.tileLayer(\n", + " "https://titiler.xyz/cog/tiles/WebMercatorQuad/{z}/{x}/{y}?url=http://conus-historicals.s3.amazonaws.com/baker/orthos/ortho_1991-09-09_NG_reproj_COG.tif\\u0026expression=b1\\u0026rescale=0,255",\n", + " {\n", + " "minZoom": 0,\n", + " "maxZoom": 18,\n", + " "maxNativeZoom": 18,\n", + " "noWrap": false,\n", + " "attribution": "gtsa",\n", + " "subdomains": "abc",\n", + " "detectRetina": false,\n", + " "tms": false,\n", + " "opacity": 1,\n", + "}\n", + "\n", + " );\n", " \n", " \n", - " var tile_layer_21b1d8090016b86ef5f7baaae3636dde = L.tileLayer(\n", - " "https://titiler.xyz/cog/tiles/{z}/{x}/{y}?url=http://conus-historicals.s3.amazonaws.com/baker/orthos/ortho_1992-09-15_NG_reproj_COG.tif\\u0026expression=b1\\u0026rescale=0,255",\n", - " {"attribution": "gtsa", "detectRetina": false, "maxNativeZoom": 18, "maxZoom": 18, "minZoom": 0, "noWrap": false, "opacity": 1, "subdomains": "abc", "tms": false}\n", - " ).addTo(map_279b5123636be2de4b295903e997910c);\n", + " var tile_layer_3e472d93a5778518a8d547168e369d78 = L.tileLayer(\n", + " "https://titiler.xyz/cog/tiles/WebMercatorQuad/{z}/{x}/{y}?url=http://conus-historicals.s3.amazonaws.com/baker/orthos/ortho_1992-09-15_NG_reproj_COG.tif\\u0026expression=b1\\u0026rescale=0,255",\n", + " {\n", + " "minZoom": 0,\n", + " "maxZoom": 18,\n", + " "maxNativeZoom": 18,\n", + " "noWrap": false,\n", + " "attribution": "gtsa",\n", + " "subdomains": "abc",\n", + " "detectRetina": false,\n", + " "tms": false,\n", + " "opacity": 1,\n", + "}\n", + "\n", + " );\n", " \n", " \n", - " var tile_layer_54e72c28b7795cd669d89613c0431741 = L.tileLayer(\n", - " "https://titiler.xyz/cog/tiles/{z}/{x}/{y}?url=http://conus-historicals.s3.amazonaws.com/baker/orthos/ortho_1992-09-18_NG_reproj_COG.tif\\u0026expression=b1\\u0026rescale=0,255",\n", - " {"attribution": "gtsa", "detectRetina": false, "maxNativeZoom": 18, "maxZoom": 18, "minZoom": 0, "noWrap": false, "opacity": 1, "subdomains": "abc", "tms": false}\n", - " ).addTo(map_279b5123636be2de4b295903e997910c);\n", + " var tile_layer_6f5154057aee8c8eb5df3962bc0c1fa4 = L.tileLayer(\n", + " "https://titiler.xyz/cog/tiles/WebMercatorQuad/{z}/{x}/{y}?url=http://conus-historicals.s3.amazonaws.com/baker/orthos/ortho_1992-09-18_NG_reproj_COG.tif\\u0026expression=b1\\u0026rescale=0,255",\n", + " {\n", + " "minZoom": 0,\n", + " "maxZoom": 18,\n", + " "maxNativeZoom": 18,\n", + " "noWrap": false,\n", + " "attribution": "gtsa",\n", + " "subdomains": "abc",\n", + " "detectRetina": false,\n", + " "tms": false,\n", + " "opacity": 1,\n", + "}\n", + "\n", + " );\n", " \n", " \n", " L.control.fullscreen(\n", - " {"forceSeparateButton": true, "position": "topleft", "title": "Expand me", "titleCancel": "Exit me"}\n", - " ).addTo(map_279b5123636be2de4b295903e997910c);\n", + " {\n", + " "position": "topleft",\n", + " "title": "Expand me",\n", + " "titleCancel": "Exit me",\n", + " "forceSeparateButton": true,\n", + "}\n", + " ).addTo(map_605101cb6d74a8ba926a3aaed1255ad5);\n", " \n", " \n", - " var layer_control_ba79e20542193b3305b371aba10b63e7 = {\n", + " var layer_control_8659cbd0f3d128c99dfcf21bbbc38578_layers = {\n", " base_layers : {\n", - " "Google Earth" : tile_layer_6af4049ca623cb327b301c39965c05af,\n", + " "Google Earth" : tile_layer_d0f0775aa28dfc8f4e18cd4948b27607,\n", " },\n", " overlays : {\n", - " "1947-09-14" : tile_layer_980e65f3b1c0db6be6e602a56547a66a,\n", - " "1970-09-09" : tile_layer_a62bb871abc6d6736fa936436e9a321d,\n", - " "1970-09-29" : tile_layer_38d87e4111f0af1f61767d6cdb297c1d,\n", - " "1974-08-10" : tile_layer_044287e0ba25998a785492dc6b7da694,\n", - " "1977-09-27" : tile_layer_ffad4c7aa180af6099f237d533bc109a,\n", - " "1979-10-06" : tile_layer_d8536dae4ac4e164ae19c305980b5b6c,\n", - " "1987-08-21" : tile_layer_53d4ddf4a1e21b80cdcfd877a3a4cb45,\n", - " "1990-09-05" : tile_layer_b16fad0f27c770e1eee5f4264eef786b,\n", - " "1991-09-09" : tile_layer_6eb7930bf9c78c62f264b2b68aa8340a,\n", - " "1992-09-15" : tile_layer_21b1d8090016b86ef5f7baaae3636dde,\n", - " "1992-09-18" : tile_layer_54e72c28b7795cd669d89613c0431741,\n", + " "1947-09-14" : tile_layer_78c3c29d2e0d06751a25e129445b2a3f,\n", + " "1970-09-09" : tile_layer_6e1d959e9dbbcbf194fdd027468643af,\n", + " "1970-09-29" : tile_layer_4a5c096851b45ff5d858c0c697d87516,\n", + " "1974-08-10" : tile_layer_acf0314c15eb6bf5a34bfd7f6a585094,\n", + " "1977-09-27" : tile_layer_9869230c25fbf7e9030d9ed679eca09d,\n", + " "1979-10-06" : tile_layer_42f6a071af31ad35134169f5ade8708a,\n", + " "1987-08-21" : tile_layer_3b1bd26edf1c05c8cacc1b0e0014fe18,\n", + " "1990-09-05" : tile_layer_73e6184c381cd54248b3243620c04ada,\n", + " "1991-09-09" : tile_layer_16288d6ad4407d50b46c8d77c6c6f3d2,\n", + " "1992-09-15" : tile_layer_3e472d93a5778518a8d547168e369d78,\n", + " "1992-09-18" : tile_layer_6f5154057aee8c8eb5df3962bc0c1fa4,\n", " },\n", " };\n", - " L.control.layers(\n", - " layer_control_ba79e20542193b3305b371aba10b63e7.base_layers,\n", - " layer_control_ba79e20542193b3305b371aba10b63e7.overlays,\n", - " {"autoZIndex": true, "collapsed": true, "position": "topright"}\n", - " ).addTo(map_279b5123636be2de4b295903e997910c);\n", - " tile_layer_a62bb871abc6d6736fa936436e9a321d.remove();\n", - " tile_layer_38d87e4111f0af1f61767d6cdb297c1d.remove();\n", - " tile_layer_044287e0ba25998a785492dc6b7da694.remove();\n", - " tile_layer_ffad4c7aa180af6099f237d533bc109a.remove();\n", - " tile_layer_d8536dae4ac4e164ae19c305980b5b6c.remove();\n", - " tile_layer_53d4ddf4a1e21b80cdcfd877a3a4cb45.remove();\n", - " tile_layer_b16fad0f27c770e1eee5f4264eef786b.remove();\n", - " tile_layer_6eb7930bf9c78c62f264b2b68aa8340a.remove();\n", - " tile_layer_21b1d8090016b86ef5f7baaae3636dde.remove();\n", - " tile_layer_54e72c28b7795cd669d89613c0431741.remove();\n", - " \n", - " \n", - " var tile_layer_9b6f15cfbe4af8e04622968e2c1fe142 = L.tileLayer(\n", - " "https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png",\n", - " {"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}\n", - " );\n", - " var mini_map_7df226dea1d992eb027cf91386476e7a = new L.Control.MiniMap(\n", - " tile_layer_9b6f15cfbe4af8e04622968e2c1fe142,\n", - " {"autoToggleDisplay": false, "centerFixed": false, "collapsedHeight": 25, "collapsedWidth": 25, "height": 150, "minimized": false, "position": "bottomleft", "toggleDisplay": false, "width": 150, "zoomAnimation": false, "zoomLevelOffset": -5}\n", - " );\n", - " map_279b5123636be2de4b295903e997910c.addControl(mini_map_7df226dea1d992eb027cf91386476e7a);\n", + " let layer_control_8659cbd0f3d128c99dfcf21bbbc38578 = L.control.layers(\n", + " layer_control_8659cbd0f3d128c99dfcf21bbbc38578_layers.base_layers,\n", + " layer_control_8659cbd0f3d128c99dfcf21bbbc38578_layers.overlays,\n", + " {\n", + " "position": "topright",\n", + " "collapsed": true,\n", + " "autoZIndex": true,\n", + "}\n", + " ).addTo(map_605101cb6d74a8ba926a3aaed1255ad5);\n", + "\n", + " \n", + " \n", + " var tile_layer_6677964c842843c2f8201838c5caaa2a = L.tileLayer(\n", + " "https://tile.openstreetmap.org/{z}/{x}/{y}.png",\n", + " {"attribution": "\\u0026copy; \\u003ca href=\\"https://www.openstreetmap.org/copyright\\"\\u003eOpenStreetMap\\u003c/a\\u003e contributors", "detect_retina": false, "max_native_zoom": 19, "max_zoom": 19, "min_zoom": 0, "no_wrap": false, "opacity": 1, "subdomains": "abc", "tms": false}\n", + " );\n", + " var mini_map_48fff841d02e3fc92b1cafa1f0113ab7 = new L.Control.MiniMap(\n", + " tile_layer_6677964c842843c2f8201838c5caaa2a,\n", + " {\n", + " "position": "bottomleft",\n", + " "width": 150,\n", + " "height": 150,\n", + " "collapsedWidth": 25,\n", + " "collapsedHeight": 25,\n", + " "zoomLevelOffset": -5,\n", + " "centerFixed": false,\n", + " "zoomAnimation": false,\n", + " "toggleDisplay": false,\n", + " "autoToggleDisplay": false,\n", + " "minimized": false,\n", + "}\n", + " );\n", + " map_605101cb6d74a8ba926a3aaed1255ad5.addControl(mini_map_48fff841d02e3fc92b1cafa1f0113ab7);\n", " \n", "</script>\n", "</html>\" style=\"position:absolute;width:100%;height:100%;left:0;top:0;border:none !important;\" allowfullscreen webkitallowfullscreen mozallowfullscreen>" ], "text/plain": [ - "" + "" ] }, "execution_count": 8, @@ -524,12 +708,12 @@ " <style>html, body {width: 100%;height: 100%;margin: 0;padding: 0;}</style>\n", " <style>#map {position:absolute;top:0;bottom:0;right:0;left:0;}</style>\n", " <script src="https://cdn.jsdelivr.net/npm/leaflet@1.9.3/dist/leaflet.js"></script>\n", - " <script src="https://code.jquery.com/jquery-1.12.4.min.js"></script>\n", + " <script src="https://code.jquery.com/jquery-3.7.1.min.js"></script>\n", " <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js"></script>\n", " <script src="https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.js"></script>\n", " <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/leaflet@1.9.3/dist/leaflet.css"/>\n", " <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css"/>\n", - " <link rel="stylesheet" href="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css"/>\n", + " <link rel="stylesheet" href="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css"/>\n", " <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.2.0/css/all.min.css"/>\n", " <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.css"/>\n", " <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/python-visualization/folium/folium/templates/leaflet.awesome.rotate.min.css"/>\n", @@ -537,7 +721,7 @@ " <meta name="viewport" content="width=device-width,\n", " initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />\n", " <style>\n", - " #map_07ee2c4d9b1ea127c52ef5100ffda458 {\n", + " #map_d8acc94b60a09510f7921cd349c33a51 {\n", " position: relative;\n", " width: 100.0%;\n", " height: 100.0%;\n", @@ -549,379 +733,754 @@ " \n", " <script src="https://cdn.jsdelivr.net/gh/marslan390/BeautifyMarker/leaflet-beautify-marker-icon.min.js"></script>\n", " <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/marslan390/BeautifyMarker/leaflet-beautify-marker-icon.min.css"/>\n", - " <script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet.fullscreen/1.4.2/Control.FullScreen.min.js"></script>\n", - " <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/leaflet.fullscreen/1.4.2/Control.FullScreen.min.css"/>\n", + " <script src="https://cdn.jsdelivr.net/npm/leaflet.fullscreen@3.0.0/Control.FullScreen.min.js"></script>\n", + " <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/leaflet.fullscreen@3.0.0/Control.FullScreen.css"/>\n", " <script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet-minimap/3.6.1/Control.MiniMap.js"></script>\n", " <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/leaflet-minimap/3.6.1/Control.MiniMap.css"/>\n", "</head>\n", "<body>\n", " \n", " \n", - " <div class="folium-map" id="map_07ee2c4d9b1ea127c52ef5100ffda458" ></div>\n", + " <div class="folium-map" id="map_d8acc94b60a09510f7921cd349c33a51" ></div>\n", " \n", "</body>\n", "<script>\n", " \n", " \n", - " var map_07ee2c4d9b1ea127c52ef5100ffda458 = L.map(\n", - " "map_07ee2c4d9b1ea127c52ef5100ffda458",\n", + " var map_d8acc94b60a09510f7921cd349c33a51 = L.map(\n", + " "map_d8acc94b60a09510f7921cd349c33a51",\n", " {\n", " center: [48.5485, -121.4045],\n", " crs: L.CRS.EPSG3857,\n", - " zoom: 9,\n", - " zoomControl: true,\n", - " preferCanvas: false,\n", + " ...{\n", + " "zoom": 9,\n", + " "zoomControl": true,\n", + " "preferCanvas": false,\n", + "}\n", + "\n", " }\n", " );\n", - " L.control.scale().addTo(map_07ee2c4d9b1ea127c52ef5100ffda458);\n", + " L.control.scale().addTo(map_d8acc94b60a09510f7921cd349c33a51);\n", "\n", " \n", "\n", " \n", " \n", - " var tile_layer_49d399a2451347eb81af5cd9ece41971 = L.tileLayer(\n", + " var tile_layer_865a10cfd0648385a785727fbe22bd6b = L.tileLayer(\n", " "https://mt1.google.com/vt/lyrs=s\\u0026x={x}\\u0026y={y}\\u0026z={z}",\n", - " {"attribution": "Google Earth", "detectRetina": false, "maxNativeZoom": 18, "maxZoom": 18, "minZoom": 0, "noWrap": false, "opacity": 0.8, "subdomains": "abc", "tms": false}\n", - " ).addTo(map_07ee2c4d9b1ea127c52ef5100ffda458);\n", + " {\n", + " "minZoom": 0,\n", + " "maxZoom": 18,\n", + " "maxNativeZoom": 18,\n", + " "noWrap": false,\n", + " "attribution": "Google Earth",\n", + " "subdomains": "abc",\n", + " "detectRetina": false,\n", + " "tms": false,\n", + " "opacity": 0.8,\n", + "}\n", + "\n", + " );\n", " \n", " \n", - " var feature_group_ca0389f3ddd7247791e12f4bbbc987ac = L.featureGroup(\n", - " {}\n", - " ).addTo(map_07ee2c4d9b1ea127c52ef5100ffda458);\n", + " tile_layer_865a10cfd0648385a785727fbe22bd6b.addTo(map_d8acc94b60a09510f7921cd349c33a51);\n", " \n", " \n", - " var tile_layer_93d1ebadf45a8e45a6649e39c8426905 = L.tileLayer(\n", - " "https://titiler.xyz/cog/tiles/{z}/{x}/{y}?url=http://conus-historicals.s3.amazonaws.com/baker/orthos/ortho_1970-09-09_NG_reproj_COG.tif\\u0026expression=b1\\u0026rescale=0,255",\n", - " {"attribution": "gtsa", "detectRetina": false, "maxNativeZoom": 18, "maxZoom": 18, "minZoom": 0, "noWrap": false, "opacity": 1, "subdomains": "abc", "tms": false}\n", - " ).addTo(feature_group_ca0389f3ddd7247791e12f4bbbc987ac);\n", + " var feature_group_b343392a78b7a8f8b65c9ac4f2f56710 = L.featureGroup(\n", + " {\n", + "}\n", + " );\n", " \n", " \n", - " var tile_layer_9e77ba43770d0611d63dd580563c7798 = L.tileLayer(\n", - " "https://titiler.xyz/cog/tiles/{z}/{x}/{y}?url=http://conus-historicals.s3.amazonaws.com/baker/orthos/ortho_1970-09-29_NG_reproj_COG.tif\\u0026expression=b1\\u0026rescale=0,255",\n", - " {"attribution": "gtsa", "detectRetina": false, "maxNativeZoom": 18, "maxZoom": 18, "minZoom": 0, "noWrap": false, "opacity": 1, "subdomains": "abc", "tms": false}\n", - " ).addTo(feature_group_ca0389f3ddd7247791e12f4bbbc987ac);\n", + " var tile_layer_03e9f7f8984ad06d0a5d6d8df22234f7 = L.tileLayer(\n", + " "https://titiler.xyz/cog/tiles/WebMercatorQuad/{z}/{x}/{y}?url=http://conus-historicals.s3.amazonaws.com/baker/orthos/ortho_1970-09-09_NG_reproj_COG.tif\\u0026expression=b1\\u0026rescale=0,255",\n", + " {\n", + " "minZoom": 0,\n", + " "maxZoom": 18,\n", + " "maxNativeZoom": 18,\n", + " "noWrap": false,\n", + " "attribution": "gtsa",\n", + " "subdomains": "abc",\n", + " "detectRetina": false,\n", + " "tms": false,\n", + " "opacity": 1,\n", + "}\n", + "\n", + " );\n", " \n", " \n", - " var tile_layer_a0a57c790c25a0b7387a8e89133f18fc = L.tileLayer(\n", - " "https://titiler.xyz/cog/tiles/{z}/{x}/{y}?url=http://conus-historicals.s3.amazonaws.com/baker/orthos/ortho_1974-08-10_NG_reproj_COG.tif\\u0026expression=b1\\u0026rescale=0,255",\n", - " {"attribution": "gtsa", "detectRetina": false, "maxNativeZoom": 18, "maxZoom": 18, "minZoom": 0, "noWrap": false, "opacity": 1, "subdomains": "abc", "tms": false}\n", - " ).addTo(feature_group_ca0389f3ddd7247791e12f4bbbc987ac);\n", + " var tile_layer_fd914d21db98f870e7083a13efbce22e = L.tileLayer(\n", + " "https://titiler.xyz/cog/tiles/WebMercatorQuad/{z}/{x}/{y}?url=http://conus-historicals.s3.amazonaws.com/baker/orthos/ortho_1970-09-29_NG_reproj_COG.tif\\u0026expression=b1\\u0026rescale=0,255",\n", + " {\n", + " "minZoom": 0,\n", + " "maxZoom": 18,\n", + " "maxNativeZoom": 18,\n", + " "noWrap": false,\n", + " "attribution": "gtsa",\n", + " "subdomains": "abc",\n", + " "detectRetina": false,\n", + " "tms": false,\n", + " "opacity": 1,\n", + "}\n", + "\n", + " );\n", " \n", " \n", - " var tile_layer_fcab70acc1c49c76ae65b71a198b9182 = L.tileLayer(\n", - " "https://titiler.xyz/cog/tiles/{z}/{x}/{y}?url=http://conus-historicals.s3.amazonaws.com/baker/orthos/ortho_1977-09-27_NG_reproj_COG.tif\\u0026expression=b1\\u0026rescale=0,255",\n", - " {"attribution": "gtsa", "detectRetina": false, "maxNativeZoom": 18, "maxZoom": 18, "minZoom": 0, "noWrap": false, "opacity": 1, "subdomains": "abc", "tms": false}\n", - " ).addTo(feature_group_ca0389f3ddd7247791e12f4bbbc987ac);\n", + " var tile_layer_32efe81d13577e00df1b11290f8d5bf6 = L.tileLayer(\n", + " "https://titiler.xyz/cog/tiles/WebMercatorQuad/{z}/{x}/{y}?url=http://conus-historicals.s3.amazonaws.com/baker/orthos/ortho_1974-08-10_NG_reproj_COG.tif\\u0026expression=b1\\u0026rescale=0,255",\n", + " {\n", + " "minZoom": 0,\n", + " "maxZoom": 18,\n", + " "maxNativeZoom": 18,\n", + " "noWrap": false,\n", + " "attribution": "gtsa",\n", + " "subdomains": "abc",\n", + " "detectRetina": false,\n", + " "tms": false,\n", + " "opacity": 1,\n", + "}\n", + "\n", + " );\n", " \n", " \n", - " var tile_layer_22ef19d32d1c156ada6290cefffe9215 = L.tileLayer(\n", - " "https://titiler.xyz/cog/tiles/{z}/{x}/{y}?url=http://conus-historicals.s3.amazonaws.com/baker/orthos/ortho_1979-10-06_NG_reproj_COG.tif\\u0026expression=b1\\u0026rescale=0,255",\n", - " {"attribution": "gtsa", "detectRetina": false, "maxNativeZoom": 18, "maxZoom": 18, "minZoom": 0, "noWrap": false, "opacity": 1, "subdomains": "abc", "tms": false}\n", - " ).addTo(feature_group_ca0389f3ddd7247791e12f4bbbc987ac);\n", + " var tile_layer_3da382ba3a3f91c3877aa53b684f6078 = L.tileLayer(\n", + " "https://titiler.xyz/cog/tiles/WebMercatorQuad/{z}/{x}/{y}?url=http://conus-historicals.s3.amazonaws.com/baker/orthos/ortho_1977-09-27_NG_reproj_COG.tif\\u0026expression=b1\\u0026rescale=0,255",\n", + " {\n", + " "minZoom": 0,\n", + " "maxZoom": 18,\n", + " "maxNativeZoom": 18,\n", + " "noWrap": false,\n", + " "attribution": "gtsa",\n", + " "subdomains": "abc",\n", + " "detectRetina": false,\n", + " "tms": false,\n", + " "opacity": 1,\n", + "}\n", + "\n", + " );\n", " \n", " \n", - " var tile_layer_afbcdd278960f8267c53fa91d7e537a0 = L.tileLayer(\n", - " "https://titiler.xyz/cog/tiles/{z}/{x}/{y}?url=http://conus-historicals.s3.amazonaws.com/baker/orthos/ortho_1987-08-21_NG_reproj_COG.tif\\u0026expression=b1\\u0026rescale=0,255",\n", - " {"attribution": "gtsa", "detectRetina": false, "maxNativeZoom": 18, "maxZoom": 18, "minZoom": 0, "noWrap": false, "opacity": 1, "subdomains": "abc", "tms": false}\n", - " ).addTo(feature_group_ca0389f3ddd7247791e12f4bbbc987ac);\n", + " var tile_layer_32e5e4c5b9558953145b2e4b71eb8f3f = L.tileLayer(\n", + " "https://titiler.xyz/cog/tiles/WebMercatorQuad/{z}/{x}/{y}?url=http://conus-historicals.s3.amazonaws.com/baker/orthos/ortho_1979-10-06_NG_reproj_COG.tif\\u0026expression=b1\\u0026rescale=0,255",\n", + " {\n", + " "minZoom": 0,\n", + " "maxZoom": 18,\n", + " "maxNativeZoom": 18,\n", + " "noWrap": false,\n", + " "attribution": "gtsa",\n", + " "subdomains": "abc",\n", + " "detectRetina": false,\n", + " "tms": false,\n", + " "opacity": 1,\n", + "}\n", + "\n", + " );\n", " \n", " \n", - " var tile_layer_56790914ec96db222cc65c6cf3583790 = L.tileLayer(\n", - " "https://titiler.xyz/cog/tiles/{z}/{x}/{y}?url=http://conus-historicals.s3.amazonaws.com/baker/orthos/ortho_1990-09-05_NG_reproj_COG.tif\\u0026expression=b1\\u0026rescale=0,255",\n", - " {"attribution": "gtsa", "detectRetina": false, "maxNativeZoom": 18, "maxZoom": 18, "minZoom": 0, "noWrap": false, "opacity": 1, "subdomains": "abc", "tms": false}\n", - " ).addTo(feature_group_ca0389f3ddd7247791e12f4bbbc987ac);\n", + " var tile_layer_d3a4837da6c8cf0fdd97e298f777d217 = L.tileLayer(\n", + " "https://titiler.xyz/cog/tiles/WebMercatorQuad/{z}/{x}/{y}?url=http://conus-historicals.s3.amazonaws.com/baker/orthos/ortho_1987-08-21_NG_reproj_COG.tif\\u0026expression=b1\\u0026rescale=0,255",\n", + " {\n", + " "minZoom": 0,\n", + " "maxZoom": 18,\n", + " "maxNativeZoom": 18,\n", + " "noWrap": false,\n", + " "attribution": "gtsa",\n", + " "subdomains": "abc",\n", + " "detectRetina": false,\n", + " "tms": false,\n", + " "opacity": 1,\n", + "}\n", + "\n", + " );\n", " \n", " \n", - " var tile_layer_05c5d97e99b68fafce6d3ef5a8bb2fc2 = L.tileLayer(\n", - " "https://titiler.xyz/cog/tiles/{z}/{x}/{y}?url=http://conus-historicals.s3.amazonaws.com/baker/orthos/ortho_1991-09-09_NG_reproj_COG.tif\\u0026expression=b1\\u0026rescale=0,255",\n", - " {"attribution": "gtsa", "detectRetina": false, "maxNativeZoom": 18, "maxZoom": 18, "minZoom": 0, "noWrap": false, "opacity": 1, "subdomains": "abc", "tms": false}\n", - " ).addTo(feature_group_ca0389f3ddd7247791e12f4bbbc987ac);\n", + " var tile_layer_18881beec2f1ddb46f4fb423bdab46a4 = L.tileLayer(\n", + " "https://titiler.xyz/cog/tiles/WebMercatorQuad/{z}/{x}/{y}?url=http://conus-historicals.s3.amazonaws.com/baker/orthos/ortho_1990-09-05_NG_reproj_COG.tif\\u0026expression=b1\\u0026rescale=0,255",\n", + " {\n", + " "minZoom": 0,\n", + " "maxZoom": 18,\n", + " "maxNativeZoom": 18,\n", + " "noWrap": false,\n", + " "attribution": "gtsa",\n", + " "subdomains": "abc",\n", + " "detectRetina": false,\n", + " "tms": false,\n", + " "opacity": 1,\n", + "}\n", + "\n", + " );\n", " \n", " \n", - " var tile_layer_c5831f94c959c7d86edb2dbc4e912820 = L.tileLayer(\n", - " "https://titiler.xyz/cog/tiles/{z}/{x}/{y}?url=http://conus-historicals.s3.amazonaws.com/baker/orthos/ortho_1992-09-15_NG_reproj_COG.tif\\u0026expression=b1\\u0026rescale=0,255",\n", - " {"attribution": "gtsa", "detectRetina": false, "maxNativeZoom": 18, "maxZoom": 18, "minZoom": 0, "noWrap": false, "opacity": 1, "subdomains": "abc", "tms": false}\n", - " ).addTo(feature_group_ca0389f3ddd7247791e12f4bbbc987ac);\n", + " var tile_layer_fa8aaed2dcc4c3a94703df2c39b98a98 = L.tileLayer(\n", + " "https://titiler.xyz/cog/tiles/WebMercatorQuad/{z}/{x}/{y}?url=http://conus-historicals.s3.amazonaws.com/baker/orthos/ortho_1991-09-09_NG_reproj_COG.tif\\u0026expression=b1\\u0026rescale=0,255",\n", + " {\n", + " "minZoom": 0,\n", + " "maxZoom": 18,\n", + " "maxNativeZoom": 18,\n", + " "noWrap": false,\n", + " "attribution": "gtsa",\n", + " "subdomains": "abc",\n", + " "detectRetina": false,\n", + " "tms": false,\n", + " "opacity": 1,\n", + "}\n", + "\n", + " );\n", " \n", " \n", - " var tile_layer_46a3c3c51e80304ced8076cef1240a2d = L.tileLayer(\n", - " "https://titiler.xyz/cog/tiles/{z}/{x}/{y}?url=http://conus-historicals.s3.amazonaws.com/baker/orthos/ortho_1992-09-18_NG_reproj_COG.tif\\u0026expression=b1\\u0026rescale=0,255",\n", - " {"attribution": "gtsa", "detectRetina": false, "maxNativeZoom": 18, "maxZoom": 18, "minZoom": 0, "noWrap": false, "opacity": 1, "subdomains": "abc", "tms": false}\n", - " ).addTo(feature_group_ca0389f3ddd7247791e12f4bbbc987ac);\n", + " var tile_layer_3ad141dddebbdb75360f75fc275352f1 = L.tileLayer(\n", + " "https://titiler.xyz/cog/tiles/WebMercatorQuad/{z}/{x}/{y}?url=http://conus-historicals.s3.amazonaws.com/baker/orthos/ortho_1992-09-15_NG_reproj_COG.tif\\u0026expression=b1\\u0026rescale=0,255",\n", + " {\n", + " "minZoom": 0,\n", + " "maxZoom": 18,\n", + " "maxNativeZoom": 18,\n", + " "noWrap": false,\n", + " "attribution": "gtsa",\n", + " "subdomains": "abc",\n", + " "detectRetina": false,\n", + " "tms": false,\n", + " "opacity": 1,\n", + "}\n", + "\n", + " );\n", " \n", " \n", - " var tile_layer_b68c319cfa8790fc0470ecc02c5edaff = L.tileLayer(\n", - " "https://titiler.xyz/cog/tiles/{z}/{x}/{y}?url=http://conus-historicals.s3.amazonaws.com/scg/orthos/ortho_1970-09-29_NG_reproj_COG.tif\\u0026expression=b1\\u0026rescale=0,255",\n", - " {"attribution": "gtsa", "detectRetina": false, "maxNativeZoom": 18, "maxZoom": 18, "minZoom": 0, "noWrap": false, "opacity": 1, "subdomains": "abc", "tms": false}\n", - " ).addTo(feature_group_ca0389f3ddd7247791e12f4bbbc987ac);\n", + " var tile_layer_a055623d214574f844852f68a8ba2128 = L.tileLayer(\n", + " "https://titiler.xyz/cog/tiles/WebMercatorQuad/{z}/{x}/{y}?url=http://conus-historicals.s3.amazonaws.com/baker/orthos/ortho_1992-09-18_NG_reproj_COG.tif\\u0026expression=b1\\u0026rescale=0,255",\n", + " {\n", + " "minZoom": 0,\n", + " "maxZoom": 18,\n", + " "maxNativeZoom": 18,\n", + " "noWrap": false,\n", + " "attribution": "gtsa",\n", + " "subdomains": "abc",\n", + " "detectRetina": false,\n", + " "tms": false,\n", + " "opacity": 1,\n", + "}\n", + "\n", + " );\n", " \n", " \n", - " var tile_layer_43996fb86b46b9c43c2b286b99557cac = L.tileLayer(\n", - " "https://titiler.xyz/cog/tiles/{z}/{x}/{y}?url=http://conus-historicals.s3.amazonaws.com/scg/orthos/ortho_1974-08-10_NG_reproj_COG.tif\\u0026expression=b1\\u0026rescale=0,255",\n", - " {"attribution": "gtsa", "detectRetina": false, "maxNativeZoom": 18, "maxZoom": 18, "minZoom": 0, "noWrap": false, "opacity": 1, "subdomains": "abc", "tms": false}\n", - " ).addTo(feature_group_ca0389f3ddd7247791e12f4bbbc987ac);\n", + " var tile_layer_44e2ebbc3f674406471a943eec102c4b = L.tileLayer(\n", + " "https://titiler.xyz/cog/tiles/WebMercatorQuad/{z}/{x}/{y}?url=http://conus-historicals.s3.amazonaws.com/scg/orthos/ortho_1970-09-29_NG_reproj_COG.tif\\u0026expression=b1\\u0026rescale=0,255",\n", + " {\n", + " "minZoom": 0,\n", + " "maxZoom": 18,\n", + " "maxNativeZoom": 18,\n", + " "noWrap": false,\n", + " "attribution": "gtsa",\n", + " "subdomains": "abc",\n", + " "detectRetina": false,\n", + " "tms": false,\n", + " "opacity": 1,\n", + "}\n", + "\n", + " );\n", " \n", " \n", - " var tile_layer_07abaa6b2abb9dfa0ed75d92476ffef4 = L.tileLayer(\n", - " "https://titiler.xyz/cog/tiles/{z}/{x}/{y}?url=http://conus-historicals.s3.amazonaws.com/scg/orthos/ortho_1977-10-03_NG_reproj_COG.tif\\u0026expression=b1\\u0026rescale=0,255",\n", - " {"attribution": "gtsa", "detectRetina": false, "maxNativeZoom": 18, "maxZoom": 18, "minZoom": 0, "noWrap": false, "opacity": 1, "subdomains": "abc", "tms": false}\n", - " ).addTo(feature_group_ca0389f3ddd7247791e12f4bbbc987ac);\n", + " var tile_layer_6c3f722f29ba2c675d30f995352ffe72 = L.tileLayer(\n", + " "https://titiler.xyz/cog/tiles/WebMercatorQuad/{z}/{x}/{y}?url=http://conus-historicals.s3.amazonaws.com/scg/orthos/ortho_1974-08-10_NG_reproj_COG.tif\\u0026expression=b1\\u0026rescale=0,255",\n", + " {\n", + " "minZoom": 0,\n", + " "maxZoom": 18,\n", + " "maxNativeZoom": 18,\n", + " "noWrap": false,\n", + " "attribution": "gtsa",\n", + " "subdomains": "abc",\n", + " "detectRetina": false,\n", + " "tms": false,\n", + " "opacity": 1,\n", + "}\n", + "\n", + " );\n", " \n", " \n", - " var tile_layer_3df6f6aaca2cf472ec681951da698efd = L.tileLayer(\n", - " "https://titiler.xyz/cog/tiles/{z}/{x}/{y}?url=http://conus-historicals.s3.amazonaws.com/scg/orthos/ortho_1979-08-20_NG_reproj_COG.tif\\u0026expression=b1\\u0026rescale=0,255",\n", - " {"attribution": "gtsa", "detectRetina": false, "maxNativeZoom": 18, "maxZoom": 18, "minZoom": 0, "noWrap": false, "opacity": 1, "subdomains": "abc", "tms": false}\n", - " ).addTo(feature_group_ca0389f3ddd7247791e12f4bbbc987ac);\n", + " var tile_layer_4e1ed2c407417e098b9d2310ff8c26f9 = L.tileLayer(\n", + " "https://titiler.xyz/cog/tiles/WebMercatorQuad/{z}/{x}/{y}?url=http://conus-historicals.s3.amazonaws.com/scg/orthos/ortho_1977-10-03_NG_reproj_COG.tif\\u0026expression=b1\\u0026rescale=0,255",\n", + " {\n", + " "minZoom": 0,\n", + " "maxZoom": 18,\n", + " "maxNativeZoom": 18,\n", + " "noWrap": false,\n", + " "attribution": "gtsa",\n", + " "subdomains": "abc",\n", + " "detectRetina": false,\n", + " "tms": false,\n", + " "opacity": 1,\n", + "}\n", + "\n", + " );\n", " \n", " \n", - " var tile_layer_13086f972b2bf94e39692d7dcfbc8bef = L.tileLayer(\n", - " "https://titiler.xyz/cog/tiles/{z}/{x}/{y}?url=http://conus-historicals.s3.amazonaws.com/scg/orthos/ortho_1979-10-06_NG_reproj_COG.tif\\u0026expression=b1\\u0026rescale=0,255",\n", - " {"attribution": "gtsa", "detectRetina": false, "maxNativeZoom": 18, "maxZoom": 18, "minZoom": 0, "noWrap": false, "opacity": 1, "subdomains": "abc", "tms": false}\n", - " ).addTo(feature_group_ca0389f3ddd7247791e12f4bbbc987ac);\n", + " var tile_layer_d59d08b4cb4f45c3131e823c705d175d = L.tileLayer(\n", + " "https://titiler.xyz/cog/tiles/WebMercatorQuad/{z}/{x}/{y}?url=http://conus-historicals.s3.amazonaws.com/scg/orthos/ortho_1979-08-20_NG_reproj_COG.tif\\u0026expression=b1\\u0026rescale=0,255",\n", + " {\n", + " "minZoom": 0,\n", + " "maxZoom": 18,\n", + " "maxNativeZoom": 18,\n", + " "noWrap": false,\n", + " "attribution": "gtsa",\n", + " "subdomains": "abc",\n", + " "detectRetina": false,\n", + " "tms": false,\n", + " "opacity": 1,\n", + "}\n", + "\n", + " );\n", " \n", " \n", - " var tile_layer_930a12f7f51eb780e679f38251865acb = L.tileLayer(\n", - " "https://titiler.xyz/cog/tiles/{z}/{x}/{y}?url=http://conus-historicals.s3.amazonaws.com/scg/orthos/ortho_1984-08-14_NG_reproj_COG.tif\\u0026expression=b1\\u0026rescale=0,255",\n", - " {"attribution": "gtsa", "detectRetina": false, "maxNativeZoom": 18, "maxZoom": 18, "minZoom": 0, "noWrap": false, "opacity": 1, "subdomains": "abc", "tms": false}\n", - " ).addTo(feature_group_ca0389f3ddd7247791e12f4bbbc987ac);\n", + " var tile_layer_9cf6e990032348f0319966e9c597ae18 = L.tileLayer(\n", + " "https://titiler.xyz/cog/tiles/WebMercatorQuad/{z}/{x}/{y}?url=http://conus-historicals.s3.amazonaws.com/scg/orthos/ortho_1979-10-06_NG_reproj_COG.tif\\u0026expression=b1\\u0026rescale=0,255",\n", + " {\n", + " "minZoom": 0,\n", + " "maxZoom": 18,\n", + " "maxNativeZoom": 18,\n", + " "noWrap": false,\n", + " "attribution": "gtsa",\n", + " "subdomains": "abc",\n", + " "detectRetina": false,\n", + " "tms": false,\n", + " "opacity": 1,\n", + "}\n", + "\n", + " );\n", " \n", " \n", - " var tile_layer_8a0fb282b3e9996dccbd355828b42b08 = L.tileLayer(\n", - " "https://titiler.xyz/cog/tiles/{z}/{x}/{y}?url=http://conus-historicals.s3.amazonaws.com/scg/orthos/ortho_1986-09-05_NG_reproj_COG.tif\\u0026expression=b1\\u0026rescale=0,255",\n", - " {"attribution": "gtsa", "detectRetina": false, "maxNativeZoom": 18, "maxZoom": 18, "minZoom": 0, "noWrap": false, "opacity": 1, "subdomains": "abc", "tms": false}\n", - " ).addTo(feature_group_ca0389f3ddd7247791e12f4bbbc987ac);\n", + " var tile_layer_258c9389ed9c0126c9f2699051f97d5a = L.tileLayer(\n", + " "https://titiler.xyz/cog/tiles/WebMercatorQuad/{z}/{x}/{y}?url=http://conus-historicals.s3.amazonaws.com/scg/orthos/ortho_1984-08-14_NG_reproj_COG.tif\\u0026expression=b1\\u0026rescale=0,255",\n", + " {\n", + " "minZoom": 0,\n", + " "maxZoom": 18,\n", + " "maxNativeZoom": 18,\n", + " "noWrap": false,\n", + " "attribution": "gtsa",\n", + " "subdomains": "abc",\n", + " "detectRetina": false,\n", + " "tms": false,\n", + " "opacity": 1,\n", + "}\n", + "\n", + " );\n", " \n", " \n", - " var tile_layer_a4d788579c3264dc7341ece64438715c = L.tileLayer(\n", - " "https://titiler.xyz/cog/tiles/{z}/{x}/{y}?url=http://conus-historicals.s3.amazonaws.com/scg/orthos/ortho_1987-08-21_NG_reproj_COG.tif\\u0026expression=b1\\u0026rescale=0,255",\n", - " {"attribution": "gtsa", "detectRetina": false, "maxNativeZoom": 18, "maxZoom": 18, "minZoom": 0, "noWrap": false, "opacity": 1, "subdomains": "abc", "tms": false}\n", - " ).addTo(feature_group_ca0389f3ddd7247791e12f4bbbc987ac);\n", + " var tile_layer_ddb6df171fb4af0e0d3b02ccf38594c5 = L.tileLayer(\n", + " "https://titiler.xyz/cog/tiles/WebMercatorQuad/{z}/{x}/{y}?url=http://conus-historicals.s3.amazonaws.com/scg/orthos/ortho_1986-09-05_NG_reproj_COG.tif\\u0026expression=b1\\u0026rescale=0,255",\n", + " {\n", + " "minZoom": 0,\n", + " "maxZoom": 18,\n", + " "maxNativeZoom": 18,\n", + " "noWrap": false,\n", + " "attribution": "gtsa",\n", + " "subdomains": "abc",\n", + " "detectRetina": false,\n", + " "tms": false,\n", + " "opacity": 1,\n", + "}\n", + "\n", + " );\n", " \n", " \n", - " var tile_layer_b68c1c27a51f597b2c9f7a1078469c6b = L.tileLayer(\n", - " "https://titiler.xyz/cog/tiles/{z}/{x}/{y}?url=http://conus-historicals.s3.amazonaws.com/scg/orthos/ortho_1990-09-05_NG_reproj_COG.tif\\u0026expression=b1\\u0026rescale=0,255",\n", - " {"attribution": "gtsa", "detectRetina": false, "maxNativeZoom": 18, "maxZoom": 18, "minZoom": 0, "noWrap": false, "opacity": 1, "subdomains": "abc", "tms": false}\n", - " ).addTo(feature_group_ca0389f3ddd7247791e12f4bbbc987ac);\n", + " var tile_layer_c8b6bb9df114b40d1a692299c6415ef5 = L.tileLayer(\n", + " "https://titiler.xyz/cog/tiles/WebMercatorQuad/{z}/{x}/{y}?url=http://conus-historicals.s3.amazonaws.com/scg/orthos/ortho_1987-08-21_NG_reproj_COG.tif\\u0026expression=b1\\u0026rescale=0,255",\n", + " {\n", + " "minZoom": 0,\n", + " "maxZoom": 18,\n", + " "maxNativeZoom": 18,\n", + " "noWrap": false,\n", + " "attribution": "gtsa",\n", + " "subdomains": "abc",\n", + " "detectRetina": false,\n", + " "tms": false,\n", + " "opacity": 1,\n", + "}\n", + "\n", + " );\n", " \n", " \n", - " var tile_layer_c9732b70fa623a80f1a79a2fac356872 = L.tileLayer(\n", - " "https://titiler.xyz/cog/tiles/{z}/{x}/{y}?url=http://conus-historicals.s3.amazonaws.com/scg/orthos/ortho_1991-09-09_NG_reproj_COG.tif\\u0026expression=b1\\u0026rescale=0,255",\n", - " {"attribution": "gtsa", "detectRetina": false, "maxNativeZoom": 18, "maxZoom": 18, "minZoom": 0, "noWrap": false, "opacity": 1, "subdomains": "abc", "tms": false}\n", - " ).addTo(feature_group_ca0389f3ddd7247791e12f4bbbc987ac);\n", + " var tile_layer_cb34491710998d34b41e85d071301b72 = L.tileLayer(\n", + " "https://titiler.xyz/cog/tiles/WebMercatorQuad/{z}/{x}/{y}?url=http://conus-historicals.s3.amazonaws.com/scg/orthos/ortho_1990-09-05_NG_reproj_COG.tif\\u0026expression=b1\\u0026rescale=0,255",\n", + " {\n", + " "minZoom": 0,\n", + " "maxZoom": 18,\n", + " "maxNativeZoom": 18,\n", + " "noWrap": false,\n", + " "attribution": "gtsa",\n", + " "subdomains": "abc",\n", + " "detectRetina": false,\n", + " "tms": false,\n", + " "opacity": 1,\n", + "}\n", + "\n", + " );\n", " \n", " \n", - " var tile_layer_ce985fade4cac1d0e9762924fb3751fb = L.tileLayer(\n", - " "https://titiler.xyz/cog/tiles/{z}/{x}/{y}?url=http://conus-historicals.s3.amazonaws.com/scg/orthos/ortho_1992-07-28_NG_reproj_COG.tif\\u0026expression=b1\\u0026rescale=0,255",\n", - " {"attribution": "gtsa", "detectRetina": false, "maxNativeZoom": 18, "maxZoom": 18, "minZoom": 0, "noWrap": false, "opacity": 1, "subdomains": "abc", "tms": false}\n", - " ).addTo(feature_group_ca0389f3ddd7247791e12f4bbbc987ac);\n", + " var tile_layer_941daf9d7adcb0af694fd024e64a8566 = L.tileLayer(\n", + " "https://titiler.xyz/cog/tiles/WebMercatorQuad/{z}/{x}/{y}?url=http://conus-historicals.s3.amazonaws.com/scg/orthos/ortho_1991-09-09_NG_reproj_COG.tif\\u0026expression=b1\\u0026rescale=0,255",\n", + " {\n", + " "minZoom": 0,\n", + " "maxZoom": 18,\n", + " "maxNativeZoom": 18,\n", + " "noWrap": false,\n", + " "attribution": "gtsa",\n", + " "subdomains": "abc",\n", + " "detectRetina": false,\n", + " "tms": false,\n", + " "opacity": 1,\n", + "}\n", + "\n", + " );\n", " \n", " \n", - " var tile_layer_5bc1cf9ed598afb2d1c29d84f8c93a2b = L.tileLayer(\n", - " "https://titiler.xyz/cog/tiles/{z}/{x}/{y}?url=http://conus-historicals.s3.amazonaws.com/scg/orthos/ortho_1992-09-15_NG_reproj_COG.tif\\u0026expression=b1\\u0026rescale=0,255",\n", - " {"attribution": "gtsa", "detectRetina": false, "maxNativeZoom": 18, "maxZoom": 18, "minZoom": 0, "noWrap": false, "opacity": 1, "subdomains": "abc", "tms": false}\n", - " ).addTo(feature_group_ca0389f3ddd7247791e12f4bbbc987ac);\n", + " var tile_layer_922e82e2ec35dcbb9c69346c7ba72f2c = L.tileLayer(\n", + " "https://titiler.xyz/cog/tiles/WebMercatorQuad/{z}/{x}/{y}?url=http://conus-historicals.s3.amazonaws.com/scg/orthos/ortho_1992-07-28_NG_reproj_COG.tif\\u0026expression=b1\\u0026rescale=0,255",\n", + " {\n", + " "minZoom": 0,\n", + " "maxZoom": 18,\n", + " "maxNativeZoom": 18,\n", + " "noWrap": false,\n", + " "attribution": "gtsa",\n", + " "subdomains": "abc",\n", + " "detectRetina": false,\n", + " "tms": false,\n", + " "opacity": 1,\n", + "}\n", + "\n", + " );\n", " \n", " \n", - " var tile_layer_172daeec860d19568415a6fc9cf82995 = L.tileLayer(\n", - " "https://titiler.xyz/cog/tiles/{z}/{x}/{y}?url=http://conus-historicals.s3.amazonaws.com/scg/orthos/ortho_1992-09-18_NG_reproj_COG.tif\\u0026expression=b1\\u0026rescale=0,255",\n", - " {"attribution": "gtsa", "detectRetina": false, "maxNativeZoom": 18, "maxZoom": 18, "minZoom": 0, "noWrap": false, "opacity": 1, "subdomains": "abc", "tms": false}\n", - " ).addTo(feature_group_ca0389f3ddd7247791e12f4bbbc987ac);\n", + " var tile_layer_a48d90fa1c64c6edee3a8b0c30d77c5b = L.tileLayer(\n", + " "https://titiler.xyz/cog/tiles/WebMercatorQuad/{z}/{x}/{y}?url=http://conus-historicals.s3.amazonaws.com/scg/orthos/ortho_1992-09-15_NG_reproj_COG.tif\\u0026expression=b1\\u0026rescale=0,255",\n", + " {\n", + " "minZoom": 0,\n", + " "maxZoom": 18,\n", + " "maxNativeZoom": 18,\n", + " "noWrap": false,\n", + " "attribution": "gtsa",\n", + " "subdomains": "abc",\n", + " "detectRetina": false,\n", + " "tms": false,\n", + " "opacity": 1,\n", + "}\n", + "\n", + " );\n", " \n", " \n", - " var tile_layer_b7b113f86d904cc19fa652d2a04a71dd = L.tileLayer(\n", - " "https://titiler.xyz/cog/tiles/{z}/{x}/{y}?url=http://conus-historicals.s3.amazonaws.com/scg/orthos/ortho_1992-10-06_NG_reproj_COG.tif\\u0026expression=b1\\u0026rescale=0,255",\n", - " {"attribution": "gtsa", "detectRetina": false, "maxNativeZoom": 18, "maxZoom": 18, "minZoom": 0, "noWrap": false, "opacity": 1, "subdomains": "abc", "tms": false}\n", - " ).addTo(feature_group_ca0389f3ddd7247791e12f4bbbc987ac);\n", + " var tile_layer_1ec91eb8a6d473d9a3c51e5b7adcc798 = L.tileLayer(\n", + " "https://titiler.xyz/cog/tiles/WebMercatorQuad/{z}/{x}/{y}?url=http://conus-historicals.s3.amazonaws.com/scg/orthos/ortho_1992-09-18_NG_reproj_COG.tif\\u0026expression=b1\\u0026rescale=0,255",\n", + " {\n", + " "minZoom": 0,\n", + " "maxZoom": 18,\n", + " "maxNativeZoom": 18,\n", + " "noWrap": false,\n", + " "attribution": "gtsa",\n", + " "subdomains": "abc",\n", + " "detectRetina": false,\n", + " "tms": false,\n", + " "opacity": 1,\n", + "}\n", + "\n", + " );\n", " \n", " \n", - " var tile_layer_bbaf7ba223ba3dd6cbd75d6492836058 = L.tileLayer(\n", - " "https://titiler.xyz/cog/tiles/{z}/{x}/{y}?url=http://conus-historicals.s3.amazonaws.com/scg/orthos/ortho_1994-09-06_NG_reproj_COG.tif\\u0026expression=b1\\u0026rescale=0,255",\n", - " {"attribution": "gtsa", "detectRetina": false, "maxNativeZoom": 18, "maxZoom": 18, "minZoom": 0, "noWrap": false, "opacity": 1, "subdomains": "abc", "tms": false}\n", - " ).addTo(feature_group_ca0389f3ddd7247791e12f4bbbc987ac);\n", + " var tile_layer_bbea6ebd72e86e939bfd90350e5ed4aa = L.tileLayer(\n", + " "https://titiler.xyz/cog/tiles/WebMercatorQuad/{z}/{x}/{y}?url=http://conus-historicals.s3.amazonaws.com/scg/orthos/ortho_1992-10-06_NG_reproj_COG.tif\\u0026expression=b1\\u0026rescale=0,255",\n", + " {\n", + " "minZoom": 0,\n", + " "maxZoom": 18,\n", + " "maxNativeZoom": 18,\n", + " "noWrap": false,\n", + " "attribution": "gtsa",\n", + " "subdomains": "abc",\n", + " "detectRetina": false,\n", + " "tms": false,\n", + " "opacity": 1,\n", + "}\n", + "\n", + " );\n", " \n", " \n", - " var tile_layer_23f8437e6a1bdc731b9d9068b668c9a4 = L.tileLayer(\n", - " "https://titiler.xyz/cog/tiles/{z}/{x}/{y}?url=http://conus-historicals.s3.amazonaws.com/scg/orthos/ortho_1996-09-10_NG_reproj_COG.tif\\u0026expression=b1\\u0026rescale=0,255",\n", - " {"attribution": "gtsa", "detectRetina": false, "maxNativeZoom": 18, "maxZoom": 18, "minZoom": 0, "noWrap": false, "opacity": 1, "subdomains": "abc", "tms": false}\n", - " ).addTo(feature_group_ca0389f3ddd7247791e12f4bbbc987ac);\n", + " var tile_layer_e74e7008e1464f3a683c7d79ef043c78 = L.tileLayer(\n", + " "https://titiler.xyz/cog/tiles/WebMercatorQuad/{z}/{x}/{y}?url=http://conus-historicals.s3.amazonaws.com/scg/orthos/ortho_1994-09-06_NG_reproj_COG.tif\\u0026expression=b1\\u0026rescale=0,255",\n", + " {\n", + " "minZoom": 0,\n", + " "maxZoom": 18,\n", + " "maxNativeZoom": 18,\n", + " "noWrap": false,\n", + " "attribution": "gtsa",\n", + " "subdomains": "abc",\n", + " "detectRetina": false,\n", + " "tms": false,\n", + " "opacity": 1,\n", + "}\n", + "\n", + " );\n", + " \n", + " \n", + " var tile_layer_ac1c699e87d4b500c161d3a68f7090c0 = L.tileLayer(\n", + " "https://titiler.xyz/cog/tiles/WebMercatorQuad/{z}/{x}/{y}?url=http://conus-historicals.s3.amazonaws.com/scg/orthos/ortho_1996-09-10_NG_reproj_COG.tif\\u0026expression=b1\\u0026rescale=0,255",\n", + " {\n", + " "minZoom": 0,\n", + " "maxZoom": 18,\n", + " "maxNativeZoom": 18,\n", + " "noWrap": false,\n", + " "attribution": "gtsa",\n", + " "subdomains": "abc",\n", + " "detectRetina": false,\n", + " "tms": false,\n", + " "opacity": 1,\n", + "}\n", + "\n", + " );\n", " \n", " \n", - " var tile_layer_6e3e0d273c59e0303732e6a63612c5fd = L.tileLayer(\n", - " "https://titiler.xyz/cog/tiles/{z}/{x}/{y}?url=http://conus-historicals.s3.amazonaws.com/scg/orthos/ortho_1997-09-23_NG_reproj_COG.tif\\u0026expression=b1\\u0026rescale=0,255",\n", - " {"attribution": "gtsa", "detectRetina": false, "maxNativeZoom": 18, "maxZoom": 18, "minZoom": 0, "noWrap": false, "opacity": 1, "subdomains": "abc", "tms": false}\n", - " ).addTo(feature_group_ca0389f3ddd7247791e12f4bbbc987ac);\n", + " var tile_layer_ec8f6902703ffaeff99affc7edb4bf2e = L.tileLayer(\n", + " "https://titiler.xyz/cog/tiles/WebMercatorQuad/{z}/{x}/{y}?url=http://conus-historicals.s3.amazonaws.com/scg/orthos/ortho_1997-09-23_NG_reproj_COG.tif\\u0026expression=b1\\u0026rescale=0,255",\n", + " {\n", + " "minZoom": 0,\n", + " "maxZoom": 18,\n", + " "maxNativeZoom": 18,\n", + " "noWrap": false,\n", + " "attribution": "gtsa",\n", + " "subdomains": "abc",\n", + " "detectRetina": false,\n", + " "tms": false,\n", + " "opacity": 1,\n", + "}\n", + "\n", + " );\n", " \n", " \n", - " var feature_group_45691f1a463041568b14dd54e75e553b = L.featureGroup(\n", - " {}\n", - " ).addTo(map_07ee2c4d9b1ea127c52ef5100ffda458);\n", + " var feature_group_593a46815aa28691f3e4917fe69a76c1 = L.featureGroup(\n", + " {\n", + "}\n", + " );\n", " \n", " \n", - " var marker_1d9dcf1b70ab36c200cb7abd4401b7cd = L.marker(\n", + " var marker_437d77ec570306b94e3e2cfb68bdf81e = L.marker(\n", " [48.7767, -121.8144],\n", - " {"name": "Mount Baker"}\n", - " ).addTo(feature_group_45691f1a463041568b14dd54e75e553b);\n", + " {\n", + " "name": "Mount Baker",\n", + "}\n", + " ).addTo(feature_group_593a46815aa28691f3e4917fe69a76c1);\n", " \n", " \n", - " var beautify_icon_bd9cd39c598eaddd335c2ca43d8747be = new L.BeautifyIcon.icon(\n", - " {"backgroundColor": "transparent", "borderColor": "transparent", "borderWidth": 3, "icon": "mountain", "iconColor": "blue", "innerIconStyle": "color:blue;font-size:300%", "isAlphaNumericIcon": false, "prefix": "fa", "spin": false, "textColor": "#000"}\n", + " var beautify_icon_1a714087e79af8bf0fab09b6225e5713 = new L.BeautifyIcon.icon(\n", + " {\n", + " "icon": "mountain",\n", + " "borderWidth": 3,\n", + " "borderColor": "transparent",\n", + " "textColor": "#000",\n", + " "backgroundColor": "transparent",\n", + " "innerIconStyle": "color:blue;font-size:300%",\n", + " "spin": false,\n", + " "isAlphaNumericIcon": false,\n", + " "prefix": "fa",\n", + " "iconColor": "blue",\n", + "}\n", " )\n", - " marker_1d9dcf1b70ab36c200cb7abd4401b7cd.setIcon(beautify_icon_bd9cd39c598eaddd335c2ca43d8747be);\n", + " marker_437d77ec570306b94e3e2cfb68bdf81e.setIcon(beautify_icon_1a714087e79af8bf0fab09b6225e5713);\n", " \n", " \n", - " var popup_f4c78c00ad348d7ca2c552e4e00d1955 = L.popup({"maxWidth": "100%"});\n", + " var popup_0ac972e34aa20c45effdf412a1e68efd = L.popup({\n", + " "maxWidth": "100%",\n", + "});\n", "\n", " \n", " \n", - " var html_c6b37bf23f1b05cb63b57f96a0eb697e = $(`<div id="html_c6b37bf23f1b05cb63b57f96a0eb697e" style="width: 100.0%; height: 100.0%;">Mount Baker</div>`)[0];\n", - " popup_f4c78c00ad348d7ca2c552e4e00d1955.setContent(html_c6b37bf23f1b05cb63b57f96a0eb697e);\n", + " var html_09d5999322020319daea344a337b1bc7 = $(`<div id="html_09d5999322020319daea344a337b1bc7" style="width: 100.0%; height: 100.0%;">Mount Baker</div>`)[0];\n", + " popup_0ac972e34aa20c45effdf412a1e68efd.setContent(html_09d5999322020319daea344a337b1bc7);\n", " \n", " \n", "\n", - " marker_1d9dcf1b70ab36c200cb7abd4401b7cd.bindPopup(popup_f4c78c00ad348d7ca2c552e4e00d1955)\n", + " marker_437d77ec570306b94e3e2cfb68bdf81e.bindPopup(popup_0ac972e34aa20c45effdf412a1e68efd)\n", " ;\n", "\n", " \n", " \n", " \n", - " var tile_layer_2cf5818a01f1481485b4230a1cffe7bc = L.tileLayer(\n", - " "https://titiler.xyz/cog/tiles/{z}/{x}/{y}?url=http://conus-historicals.s3.amazonaws.com/baker/orthos/ortho_1947-09-14_EE_reproj_COG.tif\\u0026expression=b1\\u0026rescale=0,255",\n", - " {"attribution": "gtsa", "detectRetina": false, "maxNativeZoom": 18, "maxZoom": 18, "minZoom": 0, "noWrap": false, "opacity": 1, "subdomains": "abc", "tms": false}\n", - " ).addTo(map_07ee2c4d9b1ea127c52ef5100ffda458);\n", + " feature_group_593a46815aa28691f3e4917fe69a76c1.addTo(map_d8acc94b60a09510f7921cd349c33a51);\n", + " \n", + " \n", + " var tile_layer_a0192045a1ef521fabb9fa02eabf5f6b = L.tileLayer(\n", + " "https://titiler.xyz/cog/tiles/WebMercatorQuad/{z}/{x}/{y}?url=http://conus-historicals.s3.amazonaws.com/baker/orthos/ortho_1947-09-14_EE_reproj_COG.tif\\u0026expression=b1\\u0026rescale=0,255",\n", + " {\n", + " "minZoom": 0,\n", + " "maxZoom": 18,\n", + " "maxNativeZoom": 18,\n", + " "noWrap": false,\n", + " "attribution": "gtsa",\n", + " "subdomains": "abc",\n", + " "detectRetina": false,\n", + " "tms": false,\n", + " "opacity": 1,\n", + "}\n", + "\n", + " );\n", + " \n", + " \n", + " tile_layer_a0192045a1ef521fabb9fa02eabf5f6b.addTo(map_d8acc94b60a09510f7921cd349c33a51);\n", " \n", " \n", - " var feature_group_a6ee47d00d653248f6f64cba4867ecb6 = L.featureGroup(\n", - " {}\n", - " ).addTo(map_07ee2c4d9b1ea127c52ef5100ffda458);\n", + " var feature_group_e0d38978dd5f52bcccd206b5e8b2150f = L.featureGroup(\n", + " {\n", + "}\n", + " );\n", " \n", " \n", - " var marker_0bc2303c86f50584ac93fee2d9d2f1ec = L.marker(\n", + " var marker_35db88251bf397f9f55b0ee8dbf13d89 = L.marker(\n", " [48.3717, -121.066],\n", - " {"name": "South Cascade"}\n", - " ).addTo(feature_group_a6ee47d00d653248f6f64cba4867ecb6);\n", + " {\n", + " "name": "South Cascade",\n", + "}\n", + " ).addTo(feature_group_e0d38978dd5f52bcccd206b5e8b2150f);\n", " \n", " \n", - " var beautify_icon_4a00d7cf65c04f70ae91297468a818ab = new L.BeautifyIcon.icon(\n", - " {"backgroundColor": "transparent", "borderColor": "transparent", "borderWidth": 3, "icon": "mountain", "iconColor": "blue", "innerIconStyle": "color:blue;font-size:300%", "isAlphaNumericIcon": false, "prefix": "fa", "spin": false, "textColor": "#000"}\n", + " var beautify_icon_51c5c41bc257633564e30b5f9a1c896a = new L.BeautifyIcon.icon(\n", + " {\n", + " "icon": "mountain",\n", + " "borderWidth": 3,\n", + " "borderColor": "transparent",\n", + " "textColor": "#000",\n", + " "backgroundColor": "transparent",\n", + " "innerIconStyle": "color:blue;font-size:300%",\n", + " "spin": false,\n", + " "isAlphaNumericIcon": false,\n", + " "prefix": "fa",\n", + " "iconColor": "blue",\n", + "}\n", " )\n", - " marker_0bc2303c86f50584ac93fee2d9d2f1ec.setIcon(beautify_icon_4a00d7cf65c04f70ae91297468a818ab);\n", + " marker_35db88251bf397f9f55b0ee8dbf13d89.setIcon(beautify_icon_51c5c41bc257633564e30b5f9a1c896a);\n", " \n", " \n", - " var popup_5dfc3c21c2f62c5af98cf6a92149d4bc = L.popup({"maxWidth": "100%"});\n", + " var popup_00816ed7f293f95f8c27f9a544261cde = L.popup({\n", + " "maxWidth": "100%",\n", + "});\n", "\n", " \n", " \n", - " var html_e36fffe456b3525ebff07608772c71d6 = $(`<div id="html_e36fffe456b3525ebff07608772c71d6" style="width: 100.0%; height: 100.0%;">South Cascade</div>`)[0];\n", - " popup_5dfc3c21c2f62c5af98cf6a92149d4bc.setContent(html_e36fffe456b3525ebff07608772c71d6);\n", + " var html_cfcc237a0818b59988a16e5b20923ac0 = $(`<div id="html_cfcc237a0818b59988a16e5b20923ac0" style="width: 100.0%; height: 100.0%;">South Cascade</div>`)[0];\n", + " popup_00816ed7f293f95f8c27f9a544261cde.setContent(html_cfcc237a0818b59988a16e5b20923ac0);\n", " \n", " \n", "\n", - " marker_0bc2303c86f50584ac93fee2d9d2f1ec.bindPopup(popup_5dfc3c21c2f62c5af98cf6a92149d4bc)\n", + " marker_35db88251bf397f9f55b0ee8dbf13d89.bindPopup(popup_00816ed7f293f95f8c27f9a544261cde)\n", " ;\n", "\n", " \n", " \n", " \n", - " var tile_layer_7b2537df47aabab2a800e413df322068 = L.tileLayer(\n", - " "https://titiler.xyz/cog/tiles/{z}/{x}/{y}?url=http://conus-historicals.s3.amazonaws.com/scg/orthos/ortho_1967-09-21_NG_reproj_COG.tif\\u0026expression=b1\\u0026rescale=0,255",\n", - " {"attribution": "gtsa", "detectRetina": false, "maxNativeZoom": 18, "maxZoom": 18, "minZoom": 0, "noWrap": false, "opacity": 1, "subdomains": "abc", "tms": false}\n", - " ).addTo(map_07ee2c4d9b1ea127c52ef5100ffda458);\n", + " feature_group_e0d38978dd5f52bcccd206b5e8b2150f.addTo(map_d8acc94b60a09510f7921cd349c33a51);\n", + " \n", + " \n", + " var tile_layer_efb284fcfe34060b8c3f4f43f2b49f97 = L.tileLayer(\n", + " "https://titiler.xyz/cog/tiles/WebMercatorQuad/{z}/{x}/{y}?url=http://conus-historicals.s3.amazonaws.com/scg/orthos/ortho_1967-09-21_NG_reproj_COG.tif\\u0026expression=b1\\u0026rescale=0,255",\n", + " {\n", + " "minZoom": 0,\n", + " "maxZoom": 18,\n", + " "maxNativeZoom": 18,\n", + " "noWrap": false,\n", + " "attribution": "gtsa",\n", + " "subdomains": "abc",\n", + " "detectRetina": false,\n", + " "tms": false,\n", + " "opacity": 1,\n", + "}\n", + "\n", + " );\n", + " \n", + " \n", + " tile_layer_efb284fcfe34060b8c3f4f43f2b49f97.addTo(map_d8acc94b60a09510f7921cd349c33a51);\n", " \n", " \n", " L.control.fullscreen(\n", - " {"forceSeparateButton": true, "position": "topleft", "title": "Expand me", "titleCancel": "Exit me"}\n", - " ).addTo(map_07ee2c4d9b1ea127c52ef5100ffda458);\n", + " {\n", + " "position": "topleft",\n", + " "title": "Expand me",\n", + " "titleCancel": "Exit me",\n", + " "forceSeparateButton": true,\n", + "}\n", + " ).addTo(map_d8acc94b60a09510f7921cd349c33a51);\n", " \n", " \n", - " var layer_control_a9d105705104b032183a97d80ce37378 = {\n", + " var layer_control_09813a4578a26da799b35500b4e2ee16_layers = {\n", " base_layers : {\n", - " "Google Earth" : tile_layer_49d399a2451347eb81af5cd9ece41971,\n", + " "Google Earth" : tile_layer_865a10cfd0648385a785727fbe22bd6b,\n", " },\n", " overlays : {\n", - " "All sites" : feature_group_ca0389f3ddd7247791e12f4bbbc987ac,\n", - " "Mount Baker" : feature_group_45691f1a463041568b14dd54e75e553b,\n", - " "baker_1947-09-14" : tile_layer_2cf5818a01f1481485b4230a1cffe7bc,\n", - " "baker_1970-09-09" : tile_layer_93d1ebadf45a8e45a6649e39c8426905,\n", - " "baker_1970-09-29" : tile_layer_9e77ba43770d0611d63dd580563c7798,\n", - " "baker_1974-08-10" : tile_layer_a0a57c790c25a0b7387a8e89133f18fc,\n", - " "baker_1977-09-27" : tile_layer_fcab70acc1c49c76ae65b71a198b9182,\n", - " "baker_1979-10-06" : tile_layer_22ef19d32d1c156ada6290cefffe9215,\n", - " "baker_1987-08-21" : tile_layer_afbcdd278960f8267c53fa91d7e537a0,\n", - " "baker_1990-09-05" : tile_layer_56790914ec96db222cc65c6cf3583790,\n", - " "baker_1991-09-09" : tile_layer_05c5d97e99b68fafce6d3ef5a8bb2fc2,\n", - " "baker_1992-09-15" : tile_layer_c5831f94c959c7d86edb2dbc4e912820,\n", - " "baker_1992-09-18" : tile_layer_46a3c3c51e80304ced8076cef1240a2d,\n", - " "South Cascade" : feature_group_a6ee47d00d653248f6f64cba4867ecb6,\n", - " "scg_1967-09-21" : tile_layer_7b2537df47aabab2a800e413df322068,\n", - " "scg_1970-09-29" : tile_layer_b68c319cfa8790fc0470ecc02c5edaff,\n", - " "scg_1974-08-10" : tile_layer_43996fb86b46b9c43c2b286b99557cac,\n", - " "scg_1977-10-03" : tile_layer_07abaa6b2abb9dfa0ed75d92476ffef4,\n", - " "scg_1979-08-20" : tile_layer_3df6f6aaca2cf472ec681951da698efd,\n", - " "scg_1979-10-06" : tile_layer_13086f972b2bf94e39692d7dcfbc8bef,\n", - " "scg_1984-08-14" : tile_layer_930a12f7f51eb780e679f38251865acb,\n", - " "scg_1986-09-05" : tile_layer_8a0fb282b3e9996dccbd355828b42b08,\n", - " "scg_1987-08-21" : tile_layer_a4d788579c3264dc7341ece64438715c,\n", - " "scg_1990-09-05" : tile_layer_b68c1c27a51f597b2c9f7a1078469c6b,\n", - " "scg_1991-09-09" : tile_layer_c9732b70fa623a80f1a79a2fac356872,\n", - " "scg_1992-07-28" : tile_layer_ce985fade4cac1d0e9762924fb3751fb,\n", - " "scg_1992-09-15" : tile_layer_5bc1cf9ed598afb2d1c29d84f8c93a2b,\n", - " "scg_1992-09-18" : tile_layer_172daeec860d19568415a6fc9cf82995,\n", - " "scg_1992-10-06" : tile_layer_b7b113f86d904cc19fa652d2a04a71dd,\n", - " "scg_1994-09-06" : tile_layer_bbaf7ba223ba3dd6cbd75d6492836058,\n", - " "scg_1996-09-10" : tile_layer_23f8437e6a1bdc731b9d9068b668c9a4,\n", - " "scg_1997-09-23" : tile_layer_6e3e0d273c59e0303732e6a63612c5fd,\n", + " "All sites" : feature_group_b343392a78b7a8f8b65c9ac4f2f56710,\n", + " "Mount Baker" : feature_group_593a46815aa28691f3e4917fe69a76c1,\n", + " "baker_1947-09-14" : tile_layer_a0192045a1ef521fabb9fa02eabf5f6b,\n", + " "baker_1970-09-09" : tile_layer_03e9f7f8984ad06d0a5d6d8df22234f7,\n", + " "baker_1970-09-29" : tile_layer_fd914d21db98f870e7083a13efbce22e,\n", + " "baker_1974-08-10" : tile_layer_32efe81d13577e00df1b11290f8d5bf6,\n", + " "baker_1977-09-27" : tile_layer_3da382ba3a3f91c3877aa53b684f6078,\n", + " "baker_1979-10-06" : tile_layer_32e5e4c5b9558953145b2e4b71eb8f3f,\n", + " "baker_1987-08-21" : tile_layer_d3a4837da6c8cf0fdd97e298f777d217,\n", + " "baker_1990-09-05" : tile_layer_18881beec2f1ddb46f4fb423bdab46a4,\n", + " "baker_1991-09-09" : tile_layer_fa8aaed2dcc4c3a94703df2c39b98a98,\n", + " "baker_1992-09-15" : tile_layer_3ad141dddebbdb75360f75fc275352f1,\n", + " "baker_1992-09-18" : tile_layer_a055623d214574f844852f68a8ba2128,\n", + " "South Cascade" : feature_group_e0d38978dd5f52bcccd206b5e8b2150f,\n", + " "scg_1967-09-21" : tile_layer_efb284fcfe34060b8c3f4f43f2b49f97,\n", + " "scg_1970-09-29" : tile_layer_44e2ebbc3f674406471a943eec102c4b,\n", + " "scg_1974-08-10" : tile_layer_6c3f722f29ba2c675d30f995352ffe72,\n", + " "scg_1977-10-03" : tile_layer_4e1ed2c407417e098b9d2310ff8c26f9,\n", + " "scg_1979-08-20" : tile_layer_d59d08b4cb4f45c3131e823c705d175d,\n", + " "scg_1979-10-06" : tile_layer_9cf6e990032348f0319966e9c597ae18,\n", + " "scg_1984-08-14" : tile_layer_258c9389ed9c0126c9f2699051f97d5a,\n", + " "scg_1986-09-05" : tile_layer_ddb6df171fb4af0e0d3b02ccf38594c5,\n", + " "scg_1987-08-21" : tile_layer_c8b6bb9df114b40d1a692299c6415ef5,\n", + " "scg_1990-09-05" : tile_layer_cb34491710998d34b41e85d071301b72,\n", + " "scg_1991-09-09" : tile_layer_941daf9d7adcb0af694fd024e64a8566,\n", + " "scg_1992-07-28" : tile_layer_922e82e2ec35dcbb9c69346c7ba72f2c,\n", + " "scg_1992-09-15" : tile_layer_a48d90fa1c64c6edee3a8b0c30d77c5b,\n", + " "scg_1992-09-18" : tile_layer_1ec91eb8a6d473d9a3c51e5b7adcc798,\n", + " "scg_1992-10-06" : tile_layer_bbea6ebd72e86e939bfd90350e5ed4aa,\n", + " "scg_1994-09-06" : tile_layer_e74e7008e1464f3a683c7d79ef043c78,\n", + " "scg_1996-09-10" : tile_layer_ac1c699e87d4b500c161d3a68f7090c0,\n", + " "scg_1997-09-23" : tile_layer_ec8f6902703ffaeff99affc7edb4bf2e,\n", " },\n", " };\n", - " L.control.layers(\n", - " layer_control_a9d105705104b032183a97d80ce37378.base_layers,\n", - " layer_control_a9d105705104b032183a97d80ce37378.overlays,\n", - " {"autoZIndex": true, "collapsed": true, "position": "topright"}\n", - " ).addTo(map_07ee2c4d9b1ea127c52ef5100ffda458);\n", - " feature_group_ca0389f3ddd7247791e12f4bbbc987ac.remove();\n", - " tile_layer_93d1ebadf45a8e45a6649e39c8426905.remove();\n", - " tile_layer_9e77ba43770d0611d63dd580563c7798.remove();\n", - " tile_layer_a0a57c790c25a0b7387a8e89133f18fc.remove();\n", - " tile_layer_fcab70acc1c49c76ae65b71a198b9182.remove();\n", - " tile_layer_22ef19d32d1c156ada6290cefffe9215.remove();\n", - " tile_layer_afbcdd278960f8267c53fa91d7e537a0.remove();\n", - " tile_layer_56790914ec96db222cc65c6cf3583790.remove();\n", - " tile_layer_05c5d97e99b68fafce6d3ef5a8bb2fc2.remove();\n", - " tile_layer_c5831f94c959c7d86edb2dbc4e912820.remove();\n", - " tile_layer_46a3c3c51e80304ced8076cef1240a2d.remove();\n", - " tile_layer_b68c319cfa8790fc0470ecc02c5edaff.remove();\n", - " tile_layer_43996fb86b46b9c43c2b286b99557cac.remove();\n", - " tile_layer_07abaa6b2abb9dfa0ed75d92476ffef4.remove();\n", - " tile_layer_3df6f6aaca2cf472ec681951da698efd.remove();\n", - " tile_layer_13086f972b2bf94e39692d7dcfbc8bef.remove();\n", - " tile_layer_930a12f7f51eb780e679f38251865acb.remove();\n", - " tile_layer_8a0fb282b3e9996dccbd355828b42b08.remove();\n", - " tile_layer_a4d788579c3264dc7341ece64438715c.remove();\n", - " tile_layer_b68c1c27a51f597b2c9f7a1078469c6b.remove();\n", - " tile_layer_c9732b70fa623a80f1a79a2fac356872.remove();\n", - " tile_layer_ce985fade4cac1d0e9762924fb3751fb.remove();\n", - " tile_layer_5bc1cf9ed598afb2d1c29d84f8c93a2b.remove();\n", - " tile_layer_172daeec860d19568415a6fc9cf82995.remove();\n", - " tile_layer_b7b113f86d904cc19fa652d2a04a71dd.remove();\n", - " tile_layer_bbaf7ba223ba3dd6cbd75d6492836058.remove();\n", - " tile_layer_23f8437e6a1bdc731b9d9068b668c9a4.remove();\n", - " tile_layer_6e3e0d273c59e0303732e6a63612c5fd.remove();\n", - " \n", - " \n", - " var tile_layer_e6f30003b91a0b413bfe209b69efccfb = L.tileLayer(\n", - " "https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png",\n", - " {"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}\n", - " );\n", - " var mini_map_c82127b5c57388b04012ae452206b218 = new L.Control.MiniMap(\n", - " tile_layer_e6f30003b91a0b413bfe209b69efccfb,\n", - " {"autoToggleDisplay": false, "centerFixed": false, "collapsedHeight": 25, "collapsedWidth": 25, "height": 150, "minimized": false, "position": "bottomleft", "toggleDisplay": false, "width": 150, "zoomAnimation": false, "zoomLevelOffset": -5}\n", - " );\n", - " map_07ee2c4d9b1ea127c52ef5100ffda458.addControl(mini_map_c82127b5c57388b04012ae452206b218);\n", + " let layer_control_09813a4578a26da799b35500b4e2ee16 = L.control.layers(\n", + " layer_control_09813a4578a26da799b35500b4e2ee16_layers.base_layers,\n", + " layer_control_09813a4578a26da799b35500b4e2ee16_layers.overlays,\n", + " {\n", + " "position": "topright",\n", + " "collapsed": true,\n", + " "autoZIndex": true,\n", + "}\n", + " ).addTo(map_d8acc94b60a09510f7921cd349c33a51);\n", + "\n", + " \n", + " \n", + " var tile_layer_a22a4e129e0a67054b533fdb47a87e5e = L.tileLayer(\n", + " "https://tile.openstreetmap.org/{z}/{x}/{y}.png",\n", + " {"attribution": "\\u0026copy; \\u003ca href=\\"https://www.openstreetmap.org/copyright\\"\\u003eOpenStreetMap\\u003c/a\\u003e contributors", "detect_retina": false, "max_native_zoom": 19, "max_zoom": 19, "min_zoom": 0, "no_wrap": false, "opacity": 1, "subdomains": "abc", "tms": false}\n", + " );\n", + " var mini_map_4507af7bcbdb06ea485c3f98171328a1 = new L.Control.MiniMap(\n", + " tile_layer_a22a4e129e0a67054b533fdb47a87e5e,\n", + " {\n", + " "position": "bottomleft",\n", + " "width": 150,\n", + " "height": 150,\n", + " "collapsedWidth": 25,\n", + " "collapsedHeight": 25,\n", + " "zoomLevelOffset": -5,\n", + " "centerFixed": false,\n", + " "zoomAnimation": false,\n", + " "toggleDisplay": false,\n", + " "autoToggleDisplay": false,\n", + " "minimized": false,\n", + "}\n", + " );\n", + " map_d8acc94b60a09510f7921cd349c33a51.addControl(mini_map_4507af7bcbdb06ea485c3f98171328a1);\n", " \n", "</script>\n", "</html>\" style=\"position:absolute;width:100%;height:100%;left:0;top:0;border:none !important;\" allowfullscreen webkitallowfullscreen mozallowfullscreen>" ], "text/plain": [ - "" + "" ] }, "execution_count": 13, @@ -1000,7 +1559,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.11.4" + "version": "3.13.1" } }, "nbformat": 4,