mapbox / node-mbtiles

mbtiles utility, renderer, and storage backend for tilelive

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for a compact "tile-only" schema

nyurik opened this issue · comments

Per schema v3, it should be possible to just have a single tile table, rather than using a slower and larger map+image join. Should this lib support that, i.e. as a parameter, or should it be a separate slim lib?