Skip to content

Commit

Permalink
bump version for CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-salabim committed Apr 28, 2018
1 parent d2b6f1b commit 39bc07b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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 = "[email protected]", role = c("cre", "aut")),
person("Florian", "Detsch", email = "[email protected]", role = c("aut")),
Expand Down
6 changes: 3 additions & 3 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
mapview 2.3.17
mapview 2.4.0

new features:

* addImageQuery has gained argument prefix to modify the layerId prefix.
* 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.

Expand Down
6 changes: 3 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
## mapview 2.3.17
## mapview 2.4.0

new features:

* addImageQuery has gained argument prefix to modify the layerId prefix.
* 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.

Expand Down

0 comments on commit 39bc07b

Please sign in to comment.