From 2fa87ea9bb64559e448ab233c7b3b408cc23cce0 Mon Sep 17 00:00:00 2001 From: Brandon Liu Date: Fri, 26 Dec 2025 16:02:20 +0800 Subject: [PATCH] fix leafletRasterLayer: empty tiles have display:none [#620] (#627) --- js/CHANGELOG.md | 3 +++ js/examples/leaflet.html | 2 +- js/examples/maplibre.html | 2 +- js/examples/maplibre_advanced.html | 2 +- js/examples/maplibre_raster_dem.html | 2 +- js/package-lock.json | 4 ++-- js/package.json | 2 +- js/src/adapters.ts | 2 ++ 8 files changed, 12 insertions(+), 7 deletions(-) diff --git a/js/CHANGELOG.md b/js/CHANGELOG.md index 1846730..aea7568 100644 --- a/js/CHANGELOG.md +++ b/js/CHANGELOG.md @@ -1,3 +1,6 @@ +4.3.2 +* fix leafletRasterLayer empty images: set `display: none` + 4.3.1 * fix leafletRasterLayer handling of empty tiles by @thisisaaronland [#620] * maplibre: properly abort requests using AbortController by @andrewda [#608] diff --git a/js/examples/leaflet.html b/js/examples/leaflet.html index 56d1a36..1972e75 100644 --- a/js/examples/leaflet.html +++ b/js/examples/leaflet.html @@ -4,7 +4,7 @@ - +