dash-deck
dash-deck copied to clipboard
Bringing deck.gl and pydeck into Dash
## About Update the deck.gl version to benefit of a lot of new additions ## Description of changes Simple update of the deck.gl version ## Pre-Merge checklist - [x] The...
In the dash-deck gallery, the example for Column layers is not displaying the map. I have tried to reproduce the example locally and the same issue holds. So my sample...
Dash-Deck is not using the latest deckGL version and that is causing compatibility issues with mobile. See [this issue](https://github.com/visgl/deck.gl/issues/6617) for more details. Any way we can get an upgrade to...
I want to get the zoom level when user scrolls, but I can't find relevant props in `dash-deck`.
This PR enables the use of `.gltf` and `.glb` files ## Pre-Merge checklist - [x] The project was correctly built with `npm run build`. - [x] If there was any...
#### Description Hello, I'm trying to render a [Scenegraph layer](https://deck.gl/docs/api-reference/mesh-layers/scenegraph-layer) with dash-deck but this does not seem possible. I am getting an error `Unexpected ":" at character 5` #### Steps/Code...
## About ### Added - `demos/usage-bootstrap.py`: Example showing deck map inside a container. - `disableContext` property to prevent right click context menu from showing up on deck.gl map. Set to...
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...
Bumps [object-path](https://github.com/mariocasciaro/object-path) from 0.11.4 to 0.11.5. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
I am using Dash Deck to create interactive maps, but I have a question about the geojson data I upload. I want to know if the geojson data is stored...