Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a task to create custom navigation buttons that would change the zoom of a layer (Vuejs 3)
I was able to implement this when using PointCloudLayer
A function that changes the zoom
And it works
But when I want to do the same with the ScatterplotLayer layer - the zoom changes
But when I drag on the layer - it stops responding and the console shows this error Uncaught Error: deck.gl: assertion failed.
https://i.imgur.com/5j5BAwL.png
Is this a bug or am I doing something wrong? thank you
Beta Was this translation helpful? Give feedback.
All reactions