Implement MLT (#633)

* Add MLT tile type

* MLT code implementation

* fix build - /app needs to wait for new pmtiles version on npm

* update CHANGELOGs and python, js versions [#596, #633]

---------

Co-authored-by: Michael Barry <msbarry@users.noreply.github.com>
Co-authored-by: Brandon Liu <bdon@users.noreply.github.com>
Co-authored-by: Brandon Liu <bdon@bdon.org>
This commit is contained in:
Anson Chung
2026-02-04 06:24:42 +08:00
committed by GitHub
parent 0077eacdff
commit 6f6c9c8697
13 changed files with 19 additions and 8 deletions

4
js/package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "pmtiles",
"version": "4.3.2",
"version": "4.4.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "pmtiles",
"version": "4.3.2",
"version": "4.4.0",
"license": "BSD-3-Clause",
"dependencies": {
"fflate": "^0.8.2"