GlobeView & TerrainExtension supoort #1015
Unanswered
charlieforward9
asked this question in
Q&A
Replies: 1 comment 1 reply
|
This is an interesting topic I'd love to explore a bit more. As I wrote elsewhere, there's currently no way to add dynamic content to the Google renderer besides the polygon/polyline/model/marker elements available in the API. We might be able to synchronize the globe viewParams from deck.gl with those used in gmp-map-3d, but I don't think there's any information publicly available on the details of the used camera model. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Ive been making leaps on these topics in pure deck.gl, and am curious about status on the difficult task of draping data on the terrain.
TerrainExtensionout of the box?Example of the built in support I am looking for for data layers on Google Photorealistic Tiles: https://visgl.github.io/deck.gl-community/examples/editable-layers/3d-tiles (not just editable)
All reactions