Skip to content
Discussion options

You must be logged in to vote

The process you used to generate the planet.pmtiles is different to the one you used for map.pmtiles.
For map.pmtiles you were using the openmaptiles schema which organises and processes features in different layers. For example buildings are in the layer building and landuses are in the layer landuse (additionally changing landuse="meadow" to class="grass", etc,).
In your planet.pmtiles on the other hand, all data is shoved in one single layer "osm" and the orginal osm tags are used. (activate "show attributes" in the pmtiles viewer, than it should be become clearer, that you are using a completely different data structure)

Your style is expecting layer="landuse" and class="grass", but y…

Replies: 1 comment 18 replies

Comment options

You must be logged in to vote
18 replies
@helloimalastair
Comment options

@wipfli
Comment options

@wipfli
Comment options

@zerda-ocm
Comment options

@helloimalastair
Comment options

Answer selected by helloimalastair
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants