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
The draw:edited does not inform the event handler which features were edited.
One way to achieve this would be to monkey patch in an edited flag to the feature. When save is clicked we would return the subset of features where edited === true.
Activity