feat: enable PMTiles protocol support (#16629)

This patch enables PMTiles protocol for MapLibre-GL. Protocol allows to fetch tiles from a single file.  This drastically simplifies the process to self-host own tiles.
This commit is contained in:
Savely Krasovsky
2025-03-06 11:50:14 +01:00
committed by GitHub
parent c110c9b00e
commit 69b5365965
3 changed files with 25 additions and 8 deletions
+1
View File
@@ -84,6 +84,7 @@
"justified-layout": "^4.1.0",
"lodash-es": "^4.17.21",
"luxon": "^3.4.4",
"pmtiles": "^4.3.0",
"qrcode": "^1.5.4",
"socket.io-client": "~4.8.0",
"svelte-gestures": "^5.1.3",