-
-
Notifications
You must be signed in to change notification settings - Fork 184
-
Please look at here : https://openmaptiles.org/schema/#landcover
It says :
subclass
Use subclass to do more precise styling. Original value of either the natural, landuse, leisure, or wetland tag.
But after mbtiles build, it seems that these tags are not present in mbtiles file datas.
Question : do I need to specify all these tags with "extra_name_tags" argument to keep them in output datas ?
Also : do you know any tool to inspect the datas in the output mbtiles file ? It will be very useful to construct the filters in style file.
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 3 comments
-
This discussion more likely belongs to the planetiler-openmaptiles repository
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 1
-
Also : do you know any tool to inspect the datas in the output mbtiles file ? It will be very useful to construct the filters in style file.
I usually generate a pmtiles output file, then drag and drop it to https://pmtiles.io/
Beta Was this translation helpful? Give feedback.
All reactions
-
Yes I'm constructing a SLD / SE styling file. That's why I ask these questions : to build the ogc filters, I want to use the tags I mentioned.
So because tags seems not to be in the output data built by planetiler, inspect the datas in mbtiles file will allow me to confirm or not if tags are present.
Beta Was this translation helpful? Give feedback.