|
|
|
|
|
by bdon
974 days ago
|
|
You can kind of do that already with the pmtiles CLI: pmtiles extract INPUT.pmtiles OUTPUT.pmtiles --bbox=BBOX --maxzoom=Z --dry-run --dry-run will output the total size of the final archive without downloading any tiles, so you can adjust the maxzoom from the default of 15 (for basemaps) until it fits under your limit |
|