Replies: 1 comment 2 replies
-
|
In a 3D environment, talking about "zoomed values" isn't very precise. Are you looking for screen coordinates, rather than lat/lngs? If so, deck.gl has project functions that allow you to calculate this on the CPU for your data based on current viewport. |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
Is there a way to access zoomed geometry values currently? If I draw a polygon feature, then change the zoom level of the view, the polygon is zoomed as expected. But when observing the underlying feature geometry, those values remain unchanged. I have a use case that necessitates having access to the zoomed feature geometry values. It would seem nebula is tracking those updated values somewhere but I can't see to find where they are/how to access them.
Beta Was this translation helpful? Give feedback.
All reactions