Skip to content

Commit ef27cac

Browse files
author
Tim Appelhans
committed
bump dev version 2.11.2.9001
1 parent aecac41 commit ef27cac

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: mapview
22
Title: Interactive Viewing of Spatial Data in R
3-
Version: 2.11.2.9000
3+
Version: 2.11.2.9001
44
Authors@R:
55
c(person(given = "Tim",
66
family = "Appelhans",

NEWS

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
mapview 2.11.2.9000 (2024-04-17)
1+
mapview 2.11.2.9001 (2024-12-20)
22

33
features and improvements
44

@@ -44,7 +44,7 @@ new features:
4444
miscellaneous:
4545

4646
* all deprecated functions are now defunct. See ?mapview-defunct.
47-
* drop viridisLite dependency and use base::hcl.colors instead. We now depend on R >= 3.6.
47+
* drop viridisLite dependency and use base::hcl.colors() instead. We now depend on R >= 3.6.
4848

4949
mapview 2.7.8
5050

@@ -174,21 +174,21 @@ new features:
174174
bugfixes:
175175

176176
* na.alpha caused list/burst methods to fail.
177-
* legend did not work when zcol only had one unique value. This was actually a delibarate choice as for a single map it doesn't really make sense to have a legend for only one color. However, for latticeView/sync this does actually make sense, hence re-enabled.
177+
* legend did not work when zcol only had one unique value. This was actually a deliberate choice as for a single map it doesn't really make sense to have a legend for only one color. However, for latticeView/sync this does actually make sense, hence re-enabled.
178178

179179
mapview 2.1.0
180180

181181
new features:
182182

183183
* plainview/cubeview now respects/has gained argument na.color.
184-
* mapview now supports st_GEOMETRY with truely mixed feature types (e.g. LINESTRING and POLYGON) - fixes #85
185-
* addFeatures: one function to add them all. Type agnostic version of leaflet::add* functions for simple features objects.
184+
* mapview now supports st_GEOMETRY with truly mixed feature types (e.g. LINESTRING and POLYGON) - fixes #85
185+
* addFeatures(): one function to add them all. Type agnostic version of leaflet::add* functions for simple features objects.
186186
* mapview (for vector data only) has gained argument na.alpha to control opacity of missing values.
187187

188188
bugfixes:
189189

190190
* deleted obsolete data.table import.
191-
* fixed #79: colnames of popupTables are now converted to utf-8.
191+
* fixed #79: colnames of popup Tables are now converted to utf-8.
192192
* fixed #78: respect explicit setting of 'layer.name' argument.
193193
* included NEWS file as R-help doesn't render NEWS.md
194194
* highlight now respects alpha/alpha.regions = 0
@@ -257,7 +257,7 @@ new features:
257257
* mapshot: to save maps as html page or static image or both.
258258
* knitr integration (i.e. no need to call the @map slot anymore to render in knitr).
259259
* cubeView: view raster bricks or stacks hovmoeller style, use keys up & down, left & right, page up & page down to navigate through y, x, z dimensions, respectively.
260-
* labels: if zcol is set, mouseover will now show the repesctive values of zcol, if zcol is not set moseover shows feature ID. Only available if suitable leaflet package version is installed.
260+
* labels: if zcol is set, mouseover will now show the respective values of zcol, if zcol is not set moseover shows feature ID. Only available if suitable leaflet package version is installed.
261261
* new popup functions popupTable, popupGraph and popupImage.
262262
* functions to turn coordinates into spatial lines or spatial polygons.
263263
* mapview objects now work natively on shiny applications (i.e. renderMapview and mapviewOutput now available).

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# mapview 2.11.2.9000 (2024-04-17)
1+
# mapview 2.11.2.9001 (2024-12-20)
22

33
#### ✨ features and improvements
44

0 commit comments

Comments
 (0)