|
1 | | -mapview 2.11.2.9000 (2024-04-17) |
| 1 | +mapview 2.11.2.9001 (2024-12-20) |
2 | 2 |
|
3 | 3 | features and improvements |
4 | 4 |
|
@@ -44,7 +44,7 @@ new features: |
44 | 44 | miscellaneous: |
45 | 45 |
|
46 | 46 | * 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. |
48 | 48 |
|
49 | 49 | mapview 2.7.8 |
50 | 50 |
|
@@ -174,21 +174,21 @@ new features: |
174 | 174 | bugfixes: |
175 | 175 |
|
176 | 176 | * 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. |
178 | 178 |
|
179 | 179 | mapview 2.1.0 |
180 | 180 |
|
181 | 181 | new features: |
182 | 182 |
|
183 | 183 | * 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. |
186 | 186 | * mapview (for vector data only) has gained argument na.alpha to control opacity of missing values. |
187 | 187 |
|
188 | 188 | bugfixes: |
189 | 189 |
|
190 | 190 | * 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. |
192 | 192 | * fixed #78: respect explicit setting of 'layer.name' argument. |
193 | 193 | * included NEWS file as R-help doesn't render NEWS.md |
194 | 194 | * highlight now respects alpha/alpha.regions = 0 |
@@ -257,7 +257,7 @@ new features: |
257 | 257 | * mapshot: to save maps as html page or static image or both. |
258 | 258 | * knitr integration (i.e. no need to call the @map slot anymore to render in knitr). |
259 | 259 | * 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. |
261 | 261 | * new popup functions popupTable, popupGraph and popupImage. |
262 | 262 | * functions to turn coordinates into spatial lines or spatial polygons. |
263 | 263 | * mapview objects now work natively on shiny applications (i.e. renderMapview and mapviewOutput now available). |
|
0 commit comments