mirror of
https://github.com/protomaps/PMTiles.git
synced 2026-02-04 10:51:07 +00:00
@@ -43,7 +43,7 @@ def mbtiles_to_header_json(mbtiles_metadata):
|
||||
if tile_format == "pbf" or mbtiles_metadata.get("compression") == "gzip":
|
||||
header["tile_compression"] = Compression.GZIP
|
||||
else:
|
||||
header["tile_compression"] = Compression.UNKNOWN
|
||||
header["tile_compression"] = Compression.NONE
|
||||
|
||||
return header, mbtiles_metadata
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
|
||||
|
||||
setuptools.setup(
|
||||
name="pmtiles",
|
||||
version="3.1.1",
|
||||
version="3.2.0",
|
||||
author="Brandon Liu",
|
||||
author_email="brandon@protomaps.com",
|
||||
description="Library and utilities to write and read PMTiles files - cloud-optimized archives of map tiles.",
|
||||
|
||||
Reference in New Issue
Block a user