Replies: 2 comments 1 reply
-
deck.gl does not control user interaction when used as a Google Maps overlay. You will have to register your own events and figure out how to block the map from panning. Once you obtain the cursor position you can call Deck’s picking methods to find out which icon is under the cursor and update the layer data. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Twitching of layers when dragging the map. Will this issue be resolved? |
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 am engaged in the interaction with google maps, the question arises of how to make the IconLayer drag and drop
I also noticed that when dragging the map, the Icon Layer jerks a little. I will be glad to help. https://jsfiddle.net/Novakand/50uj7dbg/17/
Beta Was this translation helpful? Give feedback.
All reactions