keplergl/kepler.gl

Deck.gl PathStyleExtension

Offen

#1.564 geöffnet am 30.07.2021

 (1 Kommentar) (0 Reaktionen) (1 zugewiesene Person)TypeScript (1.657 Forks)batch import
good first issuehelp wanted

Repository-Metriken

Stars
 (9.718 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 19h 29m) (13 gemergte PRs in 30 T)

Beschreibung

Is your feature request related to a problem? Please describe. I there a way to use deck.gl PathStyleExtension within keplel.gl? I need to draw line that represents road and have to have ability to offset the line right and left and render dashed lines. All this is handled by PathStyleExtension.

Describe the solution you'd like I would like to programmatically configure kepler.gl to render layers (PathLayer, LineLayer, GeoJsonLayer) using PathStyleExtension.

Contributor Guide