Replies: 3 comments
|
This discussion more likely belongs to the planetiler-openmaptiles repository |
0 replies
I usually generate a pmtiles output file, then drag and drop it to https://pmtiles.io/ |
0 replies
|
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. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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.
All reactions