fix leafletRasterLayer: empty tiles have display:none [#620] (#627)

This commit is contained in:
Brandon Liu
2025-12-26 16:02:20 +08:00
committed by GitHub
parent 5c84faafa3
commit 2fa87ea9bb
8 changed files with 12 additions and 7 deletions

View File

@@ -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]