- moved mbtiles implementation to https://github.com/consbio/pymbtiles
- added
--preview
option toexport disk
command, which opens a simple preview map of the exported tiles.
- added
path_format
toTPK::to_disk
and--path-format
option to CLIexport disk
command to allow control over output filename. - changed default output path format for exporting to disk to
z/x/y.ext
instead ofz/x_y.ext
.