Skip to content

Commit 330e1e5

Browse files
committed
Test other cogs
1 parent 74afbd6 commit 330e1e5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
import openlayers.express as ox
22

33
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"
46

5-
m = ox.GeoTIFFTileLayer(url=url, opacity=0.7).to_map()
7+
m = ox.GeoTIFFTileLayer(url=url, opacity=0.7).to_map(layers=[])
68
print(m.options)
79
print(m.calls)
810
m.save()

0 commit comments

Comments
 (0)