sen2r (version 1.2.1)

editModPoly: Shiny Module Server for Geo Create, Edit, Delete

Description

Shiny Module Server for Geo Create, Edit, Delete

Usage

editModPoly(input, output, session, leafmap, targetLayerId = NULL,
  sf = TRUE, record = FALSE, crs = 4326)

Arguments

input

Shiny server function input

output

Shiny server function output

session

Shiny server function session

leafmap

leaflet map to use for Selection

targetLayerId

character identifier of layer to edit, delete

sf

logical to return simple features. sf=FALSE will return GeoJSON.

record

logical to record all edits for future playback.

crs

CRS (EPSG) to be used

Value

server function for Shiny module