mirror of
https://github.com/protomaps/PMTiles.git
synced 2026-02-04 10:51:07 +00:00
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:
@@ -350,6 +350,7 @@ describe("pmtiles v3", () => {
|
||||
assert.equal(".jpg", tileTypeExt(TileType.Jpeg));
|
||||
assert.equal(".webp", tileTypeExt(TileType.Webp));
|
||||
assert.equal(".avif", tileTypeExt(TileType.Avif));
|
||||
assert.equal(".mlt", tileTypeExt(TileType.Mlt));
|
||||
});
|
||||
|
||||
interface TileJsonLike {
|
||||
|
||||
Reference in New Issue
Block a user