app: pass MLT encoding from PMTiles header or TileJSON to MapLibre source [#646] (#647)

This commit is contained in:
Brandon Liu
2026-03-02 10:46:55 -05:00
committed by GitHub
parent c1014a5cf8
commit 26424aa80b
4 changed files with 307 additions and 236 deletions

View File

@@ -21,7 +21,7 @@
"d3-scale-chromatic": "^3.1.0",
"d3-selection": "^3.0.0",
"d3-zoom": "^3.0.0",
"maplibre-gl": "5.13.0",
"maplibre-gl": "5.19.0",
"pbf": "^4.0.1",
"pmtiles": "^4.4.0",
"solid-js": "^1.9.5"
@@ -41,7 +41,7 @@
"jsdom": "^26.0.0",
"tailwindcss": "^4.1.17",
"typescript": "^5.7.2",
"vite": "^7.2.4",
"vite": "^7.3.1",
"vite-plugin-solid": "^2.11.10"
}
}