How to filter .pmtiles for a subset of layers?
#28
-
|
The daily basemaps are a great starting point for many projects, and there is clear guidance on how to filter for sub pyramids of those tiles using the I'm wondering if there is any guidance on how to filter for specific layers of a There is already a feature request on the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Right now the |
Beta Was this translation helpful? Give feedback.
Right now the
pmtiles extractcommand does not do any operations within tiles, because it works generically for any type of vector/raster archive. If you need only some layers from the basemaps specifically you could modify the basemaps Java code to generate only certain layers, this should be pretty fast for small areas.