visgl / deck.gl

WebGL2 powered visualization framework
https://deck.gl
MIT License
12.14k stars 2.08k forks source link

[Feat] Support arrowheads in dashed lines #7839

Closed Lucas20000903 closed 1 year ago

Lucas20000903 commented 1 year ago

Target Use Case

Currently, the direction is calculated at each specific point and arrows are drawn using iconlayer, but if the number of paths increases, performance problems occur.

I'd appreciate your help.

Proposal

image image

ibgreen commented 1 year ago

This layer may or may not be helpful:

Lucas20000903 commented 1 year ago

It doesn't work the way I want it to, but thank you for your help

I hope you can apply at deck.gl someday.

camillegachido commented 9 months ago

hey @Lucas20000903, could you share how you did it? I'd like to show an arrow with the direction of travel on a triplayer but I don't know how to do that