PMTiles icon indicating copy to clipboard operation
PMTiles copied to clipboard

feat[rio-pmtiles]: allow min and/or max zoom to be omitted when specifying zoom levels

Open JaffaKetchup opened this issue 1 month ago • 1 comments

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
  • ..16 generates 0-16

JaffaKetchup avatar Dec 15 '25 16:12 JaffaKetchup

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 ?

bdon avatar Dec 17 '25 09:12 bdon