Target Use Case
I would like to draw circles with a dashed outline on my DeckGL map.
Proposal
Add the getDashArray accessor to the options of ScatterPlotLayer and use it similar to PolygonLayer, or draw the outline of ScatterPlotLayer using PathLayer so PathStyleExtension can be used.
Target Use Case
I would like to draw circles with a dashed outline on my DeckGL map.
Proposal
Add the
getDashArrayaccessor to the options ofScatterPlotLayerand use it similar toPolygonLayer, or draw the outline ofScatterPlotLayerusingPathLayersoPathStyleExtensioncan be used.