r-spatial / mapedit

Interactive editing of spatial data in R
https://www.r-spatial.org/r/2019/03/31/mapedit_leafpm.html
Other
218 stars 33 forks source link

fix bug with multiple actions resulting in FeatureCollection #49

Closed timelyportfolio closed 7 years ago

timelyportfolio commented 7 years ago

will add tests to prevent this in future. Of course, leave it to a CRAN submission to identify a major bug :(

tim-salabim commented 7 years ago

Is this intended to fix the problem with some of the recorded changes not being returned in the object (mail conversation), but not fix #48. If so, then I can confirm that it works (and will approve via the review). If not, then it doesn't work as I still get the same error message as reported in #48 when editing and deleting at the same time.

timelyportfolio commented 7 years ago

Correct, the fix for #48 is independent from this. #48 is much more involved and potentially not solve-able currently.