Sfomuseum/main (#624)

* Update js/src/adapters.ts to dispatch empty image if source.getZxy returns an empty array (no raster data); run npm audit fix

* js: simplify leaflet missing tile case [#620]

---------

Co-authored-by: thisisaaronland <thisisaaronland@localhost>
This commit is contained in:
Brandon Liu
2025-12-24 16:30:38 +08:00
committed by GitHub
parent fb6edcd31d
commit a5f8a89256
3 changed files with 37 additions and 26 deletions

View File

@@ -37,7 +37,7 @@
"devDependencies": {
"@biomejs/biome": "^1.5.3",
"@types/leaflet": "^1.9.8",
"@types/node": "^20.0.0",
"@types/node": "^20.19.26",
"msw": "^2.5.0",
"tsup": "^8.4.0",
"tsx": "^4.19.3",