Skip to content

Commit 751f55a

Browse files
authored
feat(basemaps): add EOX Sentinel-2 cloudless satellite imagery (#869)
Bump maplibre-gl-basemap-control to ^0.9.0, which adds an EOX provider with the EOX Sentinel-2 cloudless 2025 (Imagery) and EOX Terrain Light (Terrain) basemaps. These are free, non-commercial EOX Maps layers that show up automatically in the Basemaps plugin gallery, with the required EOX / Copernicus attribution appearing in the map attribution control. Fixes #866
1 parent f83cbdc commit 751f55a

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

apps/geolibre-desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"mapillary-js": "^4.1.2",
5959
"maplibre-gl": "^5.24.0",
6060
"maplibre-gl-3d-tiles": "^0.5.3",
61-
"maplibre-gl-basemap-control": "^0.8.0",
61+
"maplibre-gl-basemap-control": "^0.9.0",
6262
"maplibre-gl-components": "^0.25.1",
6363
"maplibre-gl-duckdb": "^0.2.3",
6464
"maplibre-gl-earth-engine": "^0.4.2",

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/plugins/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"jspdf": "^4.2.1",
3232
"maplibre-gl": "^5.24.0",
3333
"maplibre-gl-3d-tiles": "^0.5.3",
34-
"maplibre-gl-basemap-control": "^0.8.0",
34+
"maplibre-gl-basemap-control": "^0.9.0",
3535
"maplibre-gl-components": "^0.25.1",
3636
"maplibre-gl-duckdb": "^0.2.3",
3737
"maplibre-gl-earth-engine": "^0.4.2",

0 commit comments

Comments
 (0)