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
Hi!
Thanks for the amazing package mapedit!
I use it in my package plimanshiny and I'm facing some difficulties when editing sf objects. In summary, I have an sf object that contains several columns, but after calling callModule(), the returned (edited) sf, only contains the column geometry. Here's a reprex.
Is this an expected behavior?
How could I obtain the edited sf (with the removed polygons), but keep the original columns (in this case, the columns in df)?
The text was updated successfully, but these errors were encountered:
Hi!
Thanks for the amazing package mapedit!
I use it in my package plimanshiny and I'm facing some difficulties when editing sf objects. In summary, I have an sf object that contains several columns, but after calling callModule(), the returned (edited) sf, only contains the column geometry. Here's a reprex.
Here, I removed some polygons. Then, after clicking "Save" and "Done", the output looks like
Is this an expected behavior?
How could I obtain the edited sf (with the removed polygons), but keep the original columns (in this case, the columns in df)?
The text was updated successfully, but these errors were encountered: