What is the best way to update data #1028
-
Hi guys, I try to update data of a layer, which is working in principle. Unfortunately, the popups are not working afterwards and also no click or hover effects can be seens for the layer. I currently change the data using layer.data = new_data. Kind regards |
Beta Was this translation helpful? Give feedback.
Answered by
galaxismad
Jan 7, 2025
Replies: 1 comment
-
Stupid me, it was a problem with the order of layers. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
galaxismad
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Stupid me, it was a problem with the order of layers.