Skip to content

Commit 12396ad

Browse files
committed
Update searchId referenced
1 parent 9019ca0 commit 12396ad

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

docs/src/notebooks/eoAPI_Maxar_Hawaii_demo.ipynb

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2510,7 +2510,7 @@
25102510
"\n",
25112511
"API Response:\n",
25122512
"\n",
2513-
"The raster service will return a `id` hash (also called `mosaic id`), which we can use to construct a tile URL.\n",
2513+
"The raster service will return a `searchid` hash (also called `mosaic id`), which we can use to construct a tile URL.\n",
25142514
"\n",
25152515
"To create a valid tile URL we will again need to pass an `assets` parameter to tell the tiler which assets we want to visualize. We can also set the min/max zooms limits to avoid underzooming (openning to many files) and overzooming.\n",
25162516
"\n",
@@ -2519,7 +2519,7 @@
25192519
},
25202520
{
25212521
"cell_type": "code",
2522-
"execution_count": 31,
2522+
"execution_count": 32,
25232523
"id": "1638c679",
25242524
"metadata": {},
25252525
"outputs": [
@@ -2560,7 +2560,7 @@
25602560
" <meta name="viewport" content="width=device-width,\n",
25612561
" initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />\n",
25622562
" <style>\n",
2563-
" #map_418b6a46e9ececffbddfdf336c943a59 {\n",
2563+
" #map_bcd6fb41840ab96b448fe11bc6fec9c6 {\n",
25642564
" position: relative;\n",
25652565
" width: 100.0%;\n",
25662566
" height: 100.0%;\n",
@@ -2574,14 +2574,14 @@
25742574
"<body>\n",
25752575
" \n",
25762576
" \n",
2577-
" <div class="folium-map" id="map_418b6a46e9ececffbddfdf336c943a59" ></div>\n",
2577+
" <div class="folium-map" id="map_bcd6fb41840ab96b448fe11bc6fec9c6" ></div>\n",
25782578
" \n",
25792579
"</body>\n",
25802580
"<script>\n",
25812581
" \n",
25822582
" \n",
2583-
" var map_418b6a46e9ececffbddfdf336c943a59 = L.map(\n",
2584-
" "map_418b6a46e9ececffbddfdf336c943a59",\n",
2583+
" var map_bcd6fb41840ab96b448fe11bc6fec9c6 = L.map(\n",
2584+
" "map_bcd6fb41840ab96b448fe11bc6fec9c6",\n",
25852585
" {\n",
25862586
" center: [2.842170943040401e-14, -2.2737367544323206e-13],\n",
25872587
" crs: L.CRS.EPSG3857,\n",
@@ -2595,25 +2595,25 @@
25952595
"\n",
25962596
" \n",
25972597
" \n",
2598-
" var tile_layer_975d9f63b10e3efea6dd689e29068019 = L.tileLayer(\n",
2598+
" var tile_layer_b8afe819fb2184848f36bdea33e1a0f5 = L.tileLayer(\n",
25992599
" "https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png",\n",
26002600
" {"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",
2601-
" ).addTo(map_418b6a46e9ececffbddfdf336c943a59);\n",
2601+
" ).addTo(map_bcd6fb41840ab96b448fe11bc6fec9c6);\n",
26022602
" \n",
26032603
" \n",
2604-
" var tile_layer_b0fb298cf85f665820f34e67295f393d = L.tileLayer(\n",
2604+
" var tile_layer_c500653b2ca5e7a1395828d8ceaf0058 = L.tileLayer(\n",
26052605
" "https://raster.eoapi.dev/searches/db5a7f4dc6d5763bf955e80903e6a78d/tiles/WebMercatorQuad/{z}/{x}/{y}?assets=visual",\n",
26062606
" {"attribution": "Maxar", "detectRetina": false, "maxNativeZoom": 19, "maxZoom": 19, "minZoom": 12, "noWrap": false, "opacity": 1, "subdomains": "abc", "tms": false}\n",
2607-
" ).addTo(map_418b6a46e9ececffbddfdf336c943a59);\n",
2607+
" ).addTo(map_bcd6fb41840ab96b448fe11bc6fec9c6);\n",
26082608
" \n",
26092609
"</script>\n",
26102610
"&lt;/html&gt;\" style=\"position:absolute;width:100%;height:100%;left:0;top:0;border:none !important;\" allowfullscreen webkitallowfullscreen mozallowfullscreen></iframe></div></div>"
26112611
],
26122612
"text/plain": [
2613-
"<folium.folium.Map at 0x10fc00190>"
2613+
"<folium.folium.Map at 0x10f384940>"
26142614
]
26152615
},
2616-
"execution_count": 31,
2616+
"execution_count": 32,
26172617
"metadata": {},
26182618
"output_type": "execute_result"
26192619
}

0 commit comments

Comments
 (0)