mirror of
https://github.com/protomaps/PMTiles.git
synced 2026-02-04 10:51:07 +00:00
js decoder 1.1.0
adds fflate dependency; maplibre decoder can read gzipped tiles [#41]
This commit is contained in:
@@ -18,7 +18,6 @@ def MemorySource(buf):
|
||||
|
||||
return get_bytes
|
||||
|
||||
|
||||
class Reader:
|
||||
def __init__(self, get_bytes):
|
||||
self.get_bytes = get_bytes
|
||||
|
||||
Reference in New Issue
Block a user