Package: leafpm Version: 0.1.0 Date: 2019-03-09 Title: Leaflet Map Plugin for Drawing and Editing Description: A collection of tools for interactive manipulation of (spatial) data layers on leaflet web maps. Tools include editing of existing layers, creation of new layers through drawing of shapes (points, lines, polygons), deletion of shapes as well as cutting holes into existing shapes. Provides control over options to e.g. prevent self-intersection of polygons and lines or to enable/disable snapping to align shapes. Authors@R: c( person("Kenton", "Russell", role = c("aut", "cre"), email = "kent.russell@timelyportfolio.com"), person("Tim", "Appelhans", role = c("aut")), person("Sumit", "Kumar", role = c("ctb"), comment = "Leaflet.pm plugin") ) License: MIT + file LICENSE URL: https://github.com/r-spatial/leafpm BugReports: https://github.com/r-spatial/leafpm/issues Encoding: UTF-8 ByteCompile: true RoxygenNote: 6.1.1 Depends: R (>= 3.1.0) Imports: dplyr, htmltools (>= 0.3), htmlwidgets, jsonlite, leaflet (>= 2.0.1), sf (>= 0.5-2), Enhances: geojsonio, mapedit, mapview, shiny Suggests: testthat Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev make libpng-dev libuv1-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev Repository: https://r-spatial.r-universe.dev Date/Publication: 2019-04-27 17:27:25 UTC RemoteUrl: https://github.com/r-spatial/leafpm RemoteRef: HEAD RemoteSha: a06a4ebd27231a40b548c919dc4f06f5d7ce92dd NeedsCompilation: no Packaged: 2026-07-11 05:04:40 UTC; root Author: Kenton Russell [aut, cre], Tim Appelhans [aut], Sumit Kumar [ctb] (Leaflet.pm plugin) Maintainer: Kenton Russell