Shiny Module Server for Geo Create, Edit, Delete
editModPoly(
input,
output,
session,
leafmap,
targetLayerId = NULL,
sf = TRUE,
record = FALSE,
crs = 4326
)Shiny server function input
Shiny server function output
Shiny server function session
leaflet map to use for Selection
character identifier of layer to edit, delete
logical to return simple features. sf=FALSE will return
GeoJSON.
logical to record all edits for future playback.
CRS (EPSG) to be used
server function for Shiny module