Tile sources cannot be displayed on the LibreMap and cannot be Styled on Web UI #2445
-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
To explain why you are facing this:
This might have multiple reasons, for example that the data you have is relatively sparse and with a large extent: If you have a global dataset (f.ex. via planetiler -> https://maplibre.org/martin/recipe-basemap-postgis.html), this should work as expected.
This feature is not curre tntly implemented, this is why the tooltip on hovering over that button exists. If you want to work on this, I would love to mentor you. I think it would be a pretty rewarding feature to add 😉 |
Beta Was this translation helpful? Give feedback.


To explain why you are facing this:
The frontend is relatively new -> some bugs/missing features are expected.
This might have multiple reasons, for example that the data you have is relatively sparse and with a large extent:
If you have a global dataset (f.ex. via planetiler -> https://maplibre.org/martin/recipe-basemap-postgis.html), this should work as expected.
The not zooming to the data if it has limited extend is a bug
This feature is not curre tntly implemented, this is why the tooltip on hovering over that butto…