We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
The line-layer demo: https://dash-gallery.plotly.host/dash-deck-explorer/line-layer
Hows far less data than the equivalent deck.gl demo. https://deck.gl/examples/line-layer/
Yet both load and parse the same data source file: https://raw.githubusercontent.com/visgl/deck.gl-data/master/examples/line/heathrow-flights.json
Any ideas on why this is the case? I cannot see any obvious cause in the code.
Thanks
Darren
The text was updated successfully, but these errors were encountered:
The line-layer demo comes from this pydeck demo, which also has fewer lines.
I think it's likely caused by picking_radius or get_radius when you define the pydeck layer.
picking_radius
get_radius
Sorry, something went wrong.
Looks like the demo code shown in pydeck and even deck.gl maybe use a reduced dataset? See #4138 at deck.gl repo
No branches or pull requests
Hi,
The line-layer demo: https://dash-gallery.plotly.host/dash-deck-explorer/line-layer
Hows far less data than the equivalent deck.gl demo. https://deck.gl/examples/line-layer/
Yet both load and parse the same data source file:
https://raw.githubusercontent.com/visgl/deck.gl-data/master/examples/line/heathrow-flights.json
Any ideas on why this is the case? I cannot see any obvious cause in the code.
Thanks
Darren
The text was updated successfully, but these errors were encountered: