mirror of
https://github.com/protomaps/PMTiles.git
synced 2026-02-04 02:41:09 +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:
@@ -126,6 +126,7 @@ class TileType(Enum):
|
||||
JPEG = 3
|
||||
WEBP = 4
|
||||
AVIF = 5
|
||||
MLT = 6
|
||||
|
||||
|
||||
def deserialize_directory(buf):
|
||||
|
||||
@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
|
||||
|
||||
setuptools.setup(
|
||||
name="pmtiles",
|
||||
version="3.5.0",
|
||||
version="3.6.0",
|
||||
author="Brandon Liu",
|
||||
author_email="brandon@protomaps.com",
|
||||
description="Library and utilities to write and read PMTiles archives - cloud-optimized archives of map tiles.",
|
||||
|
||||
Reference in New Issue
Block a user