Line Layer has capRounded property working? #9223
miltonarce
started this conversation in
General
Replies: 1 comment
-
Not sure what you mean. LineLayer and PathLayer handle widths the same way, just with different widthUnits defaults. |
Beta Was this translation helpful? Give feedback.
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.
-
when I tried to use capRounded with LineLayer didn't work. And I can't use PathLayer because LineLayer change the width of my route dinamycally.
I have to do this with PathLayer but it doen'st look good:
getWidth: () => {
let lineWidth = 15000;
It's an option add capRounded property in LineLayer or Do I have another way to handle lineWidth better with PathLayer?
Beta Was this translation helpful? Give feedback.
All reactions