Skip to content

Commit

Permalink
Update searchId referenced
Browse files Browse the repository at this point in the history
  • Loading branch information
zacdezgeo committed Dec 21, 2023
1 parent 9019ca0 commit 12396ad
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions docs/src/notebooks/eoAPI_Maxar_Hawaii_demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2510,7 +2510,7 @@
"\n",
"API Response:\n",
"\n",
"The raster service will return a `id` hash (also called `mosaic id`), which we can use to construct a tile URL.\n",
"The raster service will return a `searchid` hash (also called `mosaic id`), which we can use to construct a tile URL.\n",
"\n",
"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",
"\n",
Expand All @@ -2519,7 +2519,7 @@
},
{
"cell_type": "code",
"execution_count": 31,
"execution_count": 32,
"id": "1638c679",
"metadata": {},
"outputs": [
Expand Down Expand Up @@ -2560,7 +2560,7 @@
" <meta name="viewport" content="width=device-width,\n",
" initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />\n",
" <style>\n",
" #map_418b6a46e9ececffbddfdf336c943a59 {\n",
" #map_bcd6fb41840ab96b448fe11bc6fec9c6 {\n",
" position: relative;\n",
" width: 100.0%;\n",
" height: 100.0%;\n",
Expand All @@ -2574,14 +2574,14 @@
"<body>\n",
" \n",
" \n",
" <div class="folium-map" id="map_418b6a46e9ececffbddfdf336c943a59" ></div>\n",
" <div class="folium-map" id="map_bcd6fb41840ab96b448fe11bc6fec9c6" ></div>\n",
" \n",
"</body>\n",
"<script>\n",
" \n",
" \n",
" var map_418b6a46e9ececffbddfdf336c943a59 = L.map(\n",
" "map_418b6a46e9ececffbddfdf336c943a59",\n",
" var map_bcd6fb41840ab96b448fe11bc6fec9c6 = L.map(\n",
" "map_bcd6fb41840ab96b448fe11bc6fec9c6",\n",
" {\n",
" center: [2.842170943040401e-14, -2.2737367544323206e-13],\n",
" crs: L.CRS.EPSG3857,\n",
Expand All @@ -2595,25 +2595,25 @@
"\n",
" \n",
" \n",
" var tile_layer_975d9f63b10e3efea6dd689e29068019 = L.tileLayer(\n",
" var tile_layer_b8afe819fb2184848f36bdea33e1a0f5 = 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",
" ).addTo(map_418b6a46e9ececffbddfdf336c943a59);\n",
" ).addTo(map_bcd6fb41840ab96b448fe11bc6fec9c6);\n",
" \n",
" \n",
" var tile_layer_b0fb298cf85f665820f34e67295f393d = L.tileLayer(\n",
" var tile_layer_c500653b2ca5e7a1395828d8ceaf0058 = L.tileLayer(\n",
" "https://raster.eoapi.dev/searches/db5a7f4dc6d5763bf955e80903e6a78d/tiles/WebMercatorQuad/{z}/{x}/{y}?assets=visual",\n",
" {"attribution": "Maxar", "detectRetina": false, "maxNativeZoom": 19, "maxZoom": 19, "minZoom": 12, "noWrap": false, "opacity": 1, "subdomains": "abc", "tms": false}\n",
" ).addTo(map_418b6a46e9ececffbddfdf336c943a59);\n",
" ).addTo(map_bcd6fb41840ab96b448fe11bc6fec9c6);\n",
" \n",
"</script>\n",
"&lt;/html&gt;\" style=\"position:absolute;width:100%;height:100%;left:0;top:0;border:none !important;\" allowfullscreen webkitallowfullscreen mozallowfullscreen></iframe></div></div>"
],
"text/plain": [
"<folium.folium.Map at 0x10fc00190>"
"<folium.folium.Map at 0x10f384940>"
]
},
"execution_count": 31,
"execution_count": 32,
"metadata": {},
"output_type": "execute_result"
}
Expand Down

0 comments on commit 12396ad

Please sign in to comment.