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