-
Notifications
You must be signed in to change notification settings - Fork 33
Description
It would be nice if users could control which feature they were editing by selecting a row from a DT
table widget in the editMap
editor.
Here's my use case: I have a tibble
of non-spatial data that I want to convert into an sf
object, adding geometries to each row. mapedit
seems like the right package for the job! I can convert the tibble
to sf
by adding a sfc
with empty geometries, but then there's no way to select them in the editMap
editor. Having a table + map interface in the editor would allow a users to add new geometries to non-spatial data by going row by row, highlighting and drawing each shape/line/point one by one.
Additionally, I could see such an interface being useful for users who want to create MULTI*
geometries (e.g., a MULTIPOLYGON
containing > 1 polygons).