support for unfolded orthographic view #6948
shadab-skhan
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In many application there is requirement to create unfolded orthographic view, where [abscissa, z] are plotted.
One way to do this is by calculating unfolded data but this will need new data to be created. My proposal is to use same data but a new view which can visualize the data by calculating abscissa and preserving z (This will allow existing features of deck.gl like highlighting the same data in different views).
Is there a possibility to create this kind of unfolded view using current orthographic viewport or we can have new feature for this?
Here are some examples:
Beta Was this translation helpful? Give feedback.
All reactions