-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #94 from r-spatial/leafpm
Add leafpm
- Loading branch information
Showing
12 changed files
with
152 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,11 +2,12 @@ Package: mapedit | |
Title: Interactive Editing of Spatial Data in R | ||
Description: Suite of interactive functions and helpers for selecting and editing | ||
geospatial data. | ||
Version: 0.4.3 | ||
Date: 2018-08-16 | ||
Version: 0.5.0 | ||
Date: 2019-03-16 | ||
Authors@R: c( | ||
person("Tim", "Appelhans", role = c("aut", "cre"), email = "[email protected]"), | ||
person("Kenton", "Russell", role = c("aut")) | ||
person("Kenton", "Russell", role = c("aut")), | ||
person("Lorenzo", "Busetto", role = c("aut")) | ||
) | ||
URL: https://github.com/r-spatial/mapedit | ||
BugReports: https://github.com/r-spatial/mapedit/issues | ||
|
@@ -20,6 +21,7 @@ Imports: | |
jsonlite, | ||
leaflet (>= 2.0.1), | ||
leaflet.extras (>= 1.0), | ||
leafpm, | ||
mapview, | ||
miniUI, | ||
sf (>= 0.5-2), | ||
|
@@ -30,4 +32,4 @@ Enhances: | |
geojsonio | ||
Encoding: UTF-8 | ||
LazyData: true | ||
RoxygenNote: 6.1.0 | ||
RoxygenNote: 6.1.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
library(sf) | ||
library(mapview) | ||
|
||
#devtools::install_github("r-spatial/mapedit@leafpm") | ||
library(mapedit) | ||
#devtools::install_github("r-spatial/leafpm") | ||
library(leafpm) | ||
|
||
|
||
editFeatures(franconia[1:3,], editor = "leafpm") |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.