Skip to content

Commit

Permalink
update news and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-salabim committed Mar 1, 2018
1 parent 3db6be2 commit edbf8bc
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 8 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ 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.0
Date: 2018-02-25
Version: 0.4.1
Date: 2018-03-01
Authors@R: c(
person("Tim", "Appelhans", role = c("aut", "cre"), email = "[email protected]"),
person("Kenton", "Russell", role = c("aut"))
Expand Down
17 changes: 12 additions & 5 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,17 +1,24 @@
mapedit 0.3.7
mapedit 0.4.1

#New Features

* add drawing mode to selectFeatures to enable selection via point/line/poolygon drawing. Selection will be done using any of ?geos_binary_ops
#Bug Fix

# mapedit 0.3.3
* fix `edit` module lookup for already added `Leaflet.draw`

#New Features

* add drawing mode to selectFeatures to enable selection via point/line/polygon drawing. Selection will be done using any of `?geos_binary_ops`; thx @tim-salabim

* add `CRS` in `edit*` functions; thx @tim-salabim

* add label for reference in `edit*` and `select*`

* add title argument for `editMap()`

* automatically close browser window on Shiny session end when using
`viewer = browserViewer(browser = getOption("browser"))`

* add new function drawFeatures

# mapedit 0.3.2

#Bug Fix
Expand Down
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# mapedit 0.4.0
## mapedit 0.4.1

### Bug Fix

Expand All @@ -17,6 +17,8 @@
* automatically close browser window on Shiny session end when using
`viewer = browserViewer(browser = getOption("browser"))`

* add new function drawFeatures

# mapedit 0.3.2

### Bug Fix
Expand Down

0 comments on commit edbf8bc

Please sign in to comment.