mirror of
https://github.com/protomaps/PMTiles.git
synced 2026-02-04 10:51:07 +00:00
refactor of python writer; separate pyramid building from i/o
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
from collections import namedtuple
|
||||
|
||||
Entry = namedtuple('Entry',['z','x','y','offset','length','is_dir'])
|
||||
|
||||
Reference in New Issue
Block a user