You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, features are updated in the maplibre map object, and then in the zustand store, within SelectFeatures. These should be decoupled such that the map object is updated while painting occurs, and setting the store happens onMouseUp or something similar to get rid of the need to debounce.
The text was updated successfully, but these errors were encountered:
Right now, features are updated in the
maplibre
map object, and then in the zustand store, withinSelectFeatures
. These should be decoupled such that the map object is updated while painting occurs, and setting the store happensonMouseUp
or something similar to get rid of the need to debounce.The text was updated successfully, but these errors were encountered: