-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
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
[EPIC] Support for ColumnLayer (extruded point values) #543
Comments
Indeed, the primary functionality that needs to be added is support for ColumnLayer. It should be relatively straightforward. Though on the JS side there's a question of whether to add this functionality to https://github.com/geoarrow/deck.gl-layers now that there's a semi-official fork in https://github.com/visgl/deck.gl-community that I haven't had time to engage with yet. |
Oh actually there's already a |
In case you have an interest in making a PR, adding the ColumnLayer should be very similar to adding the PolygonLayer, so you should be able to use that PR as guidance. #330 It turns out that we already have the column layer on the JS side Line 264 in 5560ead
|
Context
I'd like to be able to use lonboard to create 3d mapping of data that include extruded column layers, like this (pure pydeck code below).
Issue
I'd like to be able to translate this pure-pydeck example into lonboard (i.e. as proof-of-principle for support for this layer).
I think the key piece here is just adding support for "ColumnLayer", but not sure. Ideally I'd like to be able to layer this kind of rendering with other layers also generated in lonboard.
The text was updated successfully, but these errors were encountered: