Replies: 3 comments
-
I'm not sure it's possible for lines as well, I think it will be drawn once per tile (although I'm not 100% sure about it). |
Beta Was this translation helpful? Give feedback.
-
There's also the |
Beta Was this translation helpful? Give feedback.
-
Yes, at the end I could use points or try to simplify the features so they have only one line. Just wanted to see if it was possible. Thanks! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to display text labels for MultiLineString features in a geoJSON file. I'm using the
symbol-placement: point
option so I can see the labels on different zoom levels and not just when I get really close as it would happen if I use theline
option.The thing is that when the MultiLinestring has more than one line, MapLibre is rendering a label for every one of them as seen in the image below. Would it be possible to render only one text label for each MultiLineString feature?
I'm leaving a sample of the geoJSON file I'm using (with the two features of the image) because the original file is really long: https://www.jsonblob.com/1120054652224946176
Beta Was this translation helpful? Give feedback.
All reactions