Replies: 1 comment 9 replies
-
Can you clarify the question? It is not clear if this is a general question about the diff object or something else. |
Beta Was this translation helpful? Give feedback.
9 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.
-
I'm updating a couple hundred Features on a map, and thought I'd try to use
updateData
to more efficiently pass in the current list of Features and update things. But:add
works fine but reads like it will create a new Feature -- I was hoping to update in-placeupdate
will not add new entries in the listremoveAll
overrides the above and seems to clear my map, even ifadd
is setI see this method is newer, being added in 2022 -- am I thinking about it right? Is there a good place to clear up my thinking that I'm missing.
Beta Was this translation helpful? Give feedback.
All reactions