PMTiles
PMTiles copied to clipboard
feat[rio-pmtiles]: allow min and/or max zoom to be omitted when specifying zoom levels
This means, for example, the user can specify a min zoom level and still leave the max to be auto calculated.
For example:
-
16..generates 16-auto -
..generates 0-auto -
..16generates 0-16
Thanks for the enhancement, can you add a test like the one in https://github.com/protomaps/PMTiles/blob/main/python/rio-pmtiles/tests/test_cli.py#L78 ?