From 39bc07bc93e1c4631d4fa7c0eb3a35608ef1c7d4 Mon Sep 17 00:00:00 2001 From: tim-salabim Date: Sat, 28 Apr 2018 10:24:55 +0200 Subject: [PATCH] bump version for CRAN --- DESCRIPTION | 4 ++-- NEWS | 6 +++--- NEWS.md | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 837782d8a..4840e4270 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: mapview Type: Package Title: Interactive Viewing of Spatial Data in R -Version: 2.3.17 -Date: 2018-04-25 +Version: 2.4.0 +Date: 2018-04-28 Authors@R: c( person("Tim", "Appelhans", email = "tim.appelhans@gmail.com", role = c("cre", "aut")), person("Florian", "Detsch", email = "florian.detsch@staff.uni-marburg.de", role = c("aut")), diff --git a/NEWS b/NEWS index da40c5e72..6119822c1 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -mapview 2.3.17 +mapview 2.4.0 new features: @@ -6,10 +6,10 @@ new features: * mapview methods for raster data have gained arguments label, query.type, query.digits, query.position and query.prefix to modify raster value query settings. https://twitter.com/pierreroudier/status/958476875344392193 * popupTable now right aligns values. * Thanks to Pierre Roudier quantile strectching in viewRGB can now be turned off by simply setting to NULL. #127 - * mapshot has gained argument remove_controls to remove map junk when saving to file. + * mapshot has gained argument remove_controls to remove map junk when saving to image file format. * mapview method for data.frame has gained argument crs to enable rendering on a basemap #138 * updated to work with leaflet 2.0.0 #129 (incl. deprecation of previously used large methods) - * added function addMapPane to enable control over layer order. + * new function addMapPane to enable control over layer order. * mapview has gained argument pane as it now uses addMapPane to ensure points overlay lines overlay polygons. * mapview has gained argument canvas to enable canvas rendering. diff --git a/NEWS.md b/NEWS.md index 73b3ec4c4..6a8e2a409 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -## mapview 2.3.17 +## mapview 2.4.0 new features: @@ -6,10 +6,10 @@ new features: * mapview methods for raster data have gained arguments label, query.type, query.digits, query.position and query.prefix to modify raster value query settings. https://twitter.com/pierreroudier/status/958476875344392193 * popupTable now right aligns values. * Thanks to Pierre Roudier quantile strectching in viewRGB can now be turned off by simply setting to NULL. #127 - * mapshot has gained argument remove_controls to remove map junk when saving to file. + * mapshot has gained argument remove_controls to remove map junk when saving to image file format. * mapview method for data.frame has gained argument crs to enable rendering on a basemap #138 * updated to work with leaflet 2.0.0 #129 (incl. deprecation of previously used large methods) - * added function addMapPane to enable control over layer order. + * new function addMapPane to enable control over layer order. * mapview has gained argument pane as it now uses addMapPane to ensure points overlay lines overlay polygons. * mapview has gained argument canvas to enable canvas rendering.