Skip to content

Commit d564265

Browse files
committed
bump version
1 parent 657a9b2 commit d564265

File tree

3 files changed

+22
-4
lines changed

3 files changed

+22
-4
lines changed

DESCRIPTION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ Package: mapedit
22
Title: Interactive Editing of Spatial Data in R
33
Description: Suite of interactive functions and helpers for selecting and editing
44
geospatial data.
5-
Version: 0.4.2
6-
Date: 2018-08-11
5+
Version: 0.4.3
6+
Date: 2018-08-16
77
Authors@R: c(
88
person("Tim", "Appelhans", role = c("aut", "cre"), email = "tim.appelhans@gmail.com"),
99
person("Kenton", "Russell", role = c("aut"))
@@ -30,4 +30,4 @@ Enhances:
3030
geojsonio
3131
Encoding: UTF-8
3232
LazyData: true
33-
RoxygenNote: 6.0.1
33+
RoxygenNote: 6.1.0

NEWS

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
mapedit 0.4.3
2+
3+
#New Features
4+
5+
* stopApp when session ended to handle when a user closes a browser tab or window when using `viewer = browserViewer(browser = getOption("browser"))`
6+
7+
* add circleMarkerOptions for Leaflet.draw
8+
9+
* warn when feature drawn outside of -180, 180
10+
11+
#Bug Fixes
12+
13+
* fix precision to match new Leaflet 6 digits
14+
15+
* expose title argument to editFeatures and drawFeatures
16+
17+
118
mapedit 0.4.1
219

320
#Bug Fix
@@ -19,6 +36,7 @@ mapedit 0.4.1
1936

2037
* add new function drawFeatures
2138

39+
2240
# mapedit 0.3.2
2341

2442
#Bug Fix

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## mapedit 0.4.2 (develop)
1+
## mapedit 0.4.3
22

33
### New Features
44

0 commit comments

Comments
 (0)