We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74afbd6 commit 330e1e5Copy full SHA for 330e1e5
examples/standalone/ol_express_geotiff.py
@@ -1,8 +1,10 @@
1
import openlayers.express as ox
2
3
url = "https://sentinel-cogs.s3.us-west-2.amazonaws.com/sentinel-s2-l2a-cogs/36/Q/WD/2020/7/S2A_36QWD_20200701_0_L2A/TCI.tif"
4
+url = "https://github.com/opengeos/datasets/releases/download/raster/Libya-2023-09-13.tif"
5
+url = "https://maplibre.org/maplibre-gl-js/docs/assets/cog.tif"
6
-m = ox.GeoTIFFTileLayer(url=url, opacity=0.7).to_map()
7
+m = ox.GeoTIFFTileLayer(url=url, opacity=0.7).to_map(layers=[])
8
print(m.options)
9
print(m.calls)
10
m.save()
0 commit comments