-
I'm still struggling to figure out how I can apply existing OpenMapTiles styles to PMTiles constructed with tilemaker. There are often mismatches, some of which are not immediately obvious. Is there a mechanism by which I can dump a list of all the (source, layer ID) pairs that occur in the PMTiles file? I'm hoping I could use such a list to then discern programmatically where the mismatches are when compared to a given JSON style specification. I'm guessing the PMTiles viewer does this implicitly to render all the available layers in a given PMTiles file. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
It's in the
The PMTiles viewer uses I don't think it will be easy to transfer an OMT style to a non-OMT tileset, you should probably just generate a OMT tileset with Planetiler. |
Beta Was this translation helpful? Give feedback.
It's in the
metadata
undervector_layers
:pmtiles show https://build.protomaps.com/20240628.pmtiles --tilejson
The PMTiles viewer uses
vector_layers
.I don't think it will be easy to transfer an OMT style to a non-OMT tileset, you should probably just generate a OMT tileset with Planetiler.