-
Beta Was this translation helpful? Give feedback.
Answered by
sargunv
Aug 11, 2025
Replies: 2 comments 2 replies
-
Also using
Gonna see if I can't fix that |
Beta Was this translation helpful? Give feedback.
0 replies
-
Looks like line dasharray doesn't yet support data driven styling, so you can't use feature get: https://maplibre.org/maplibre-style-spec/layers/#line-dasharray Upstream issues:
In this case, you can use multiple line layers, each with a filter, to accomplish what you want. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
jgillich
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Looks like line dasharray doesn't yet support data driven styling, so you can't use feature get: https://maplibre.org/maplibre-style-spec/layers/#line-dasharray
Upstream issues:
In this case, you can use multiple line layers, each with a filter, to accomplish what you want.