-
-
Notifications
You must be signed in to change notification settings - Fork 69
Open
Description
If I'm using pmtiles extract to get a piece of a larger tileset, sometimes I might not want every layer available. Could extract also filter layers or give me a way to include or exclude layers?
The API could look something like this:
# only extract buildings and county boundaries
pmtiles extract input.pmtiles output.pmtiles --bbox "..." --layers "buildings,boundaries_country"
# get everything except water
pmtiles extract input.pmtiles output.pmtiles --bbox "..." --exclude-layers "water"daniel-j-h, ward, dericke, Etheonor, MLaidlawScott and 9 moreEtheonor, johnnagro and jaffadog
Metadata
Metadata
Assignees
Labels
No labels