You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* isFALSE (caused errors on R < 3.5) is now handled properly.
140
140
* mapshot does not unintentionally delete url anymore if saving to png with same name.
141
141
* mapshot now properly deletes temporary url when saving to png (or png and html).
142
-
* internal function mapview:::nrings now calculates number of polygon rings correctly. #181
142
+
* internal function `mapview:::nrings` now calculates number of polygon rings correctly. #181
143
143
144
144
## mapview 2.5.0
145
145
@@ -156,12 +156,12 @@ new features:
156
156
157
157
bugfixes:
158
158
159
-
* leaflet::addScalebar would prevent Raster* method from rendering correctly for multiple layers.
159
+
*`leaflet::addScalebar()` would prevent Raster* method from rendering correctly for multiple layers.
160
160
* cex was not respected when burst = TRUE. #149
161
-
* popupTable no longer causes a stack overflow with large point data. #154
162
-
* popupGraph no longer relies on png files on disk but embeds graphs via base64. #156
161
+
*`popupTable()` no longer causes a stack overflow with large point data. #154
162
+
*`popupGraph()` no longer relies on png files on disk but embeds graphs via base64. #156
163
163
* in mapshot, remove temporary url files only if remove_url = TRUE. #157
164
-
* removeMouseCoordinates should work properly now (also exported). #145
164
+
*`removeMouseCoordinates()` should work properly now (also exported). #145
165
165
* home button for single point now zooms to maximum zoom 18.
166
166
167
167
miscellaneous:
@@ -227,7 +227,7 @@ new features:
227
227
* we now have mapview method for class 'numeric' which enables interactive plots of a numeric variable.
228
228
* updated slideView to accommodate more than one incident in a flexdashboard #95
229
229
* if supplied data has only one attribute/field column mapview will now colour the plot automatically according to that attribute/field.
230
-
* new mapview method for class 'bbox' -> mapview(st_bbox(x)) is equivalent to viewExtent(x)
230
+
* new mapview method for class 'bbox' -> `mapview(st_bbox(x))` is equivalent to `viewExtent(x)`
231
231
* plainview now provides mouse coordinates
232
232
233
233
enhancements:
@@ -247,22 +247,22 @@ new features:
247
247
248
248
bugfixes:
249
249
250
-
* na.alpha caused list/burst methods to fail.
251
-
* 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.
250
+
*`na.alpha` caused list/burst methods to fail.
251
+
* 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.
252
252
253
253
## mapview 2.1.0
254
254
255
255
new features:
256
256
257
-
* plainview/cubeview now respects/has gained argument na.color.
258
-
* mapview now supports st_GEOMETRY with truely mixed feature types (e.g. LINESTRING and POLYGON) - fixes #85
259
-
* addFeatures: one function to add them all. Type agnostic version of leaflet::add* functions for simple features objects.
257
+
* plainview/cubeview now respects/has gained argument `na.color`.
258
+
* mapview now supports st_GEOMETRY with truly mixed feature types (e.g. LINESTRING and POLYGON) - fixes #85
259
+
*`addFeatures()`: one function to add them all. Type agnostic version of leaflet::add* functions for simple features objects.
260
260
* mapview (for vector data only) has gained argument na.alpha to control opacity of missing values.
261
261
262
262
bugfixes:
263
263
264
264
* deleted obsolete data.table import.
265
-
* fixed #79: colnames of popupTables are now converted to utf-8.
265
+
* fixed #79: colnames of popup Tables are now converted to utf-8.
266
266
* fixed #78: respect explicit setting of 'layer.name' argument.
267
267
* included NEWS file as R-help doesn't render NEWS.md
268
268
* highlight now respects alpha/alpha.regions = 0
@@ -331,7 +331,7 @@ new features:
331
331
* mapshot: to save maps as html page or static image or both.
332
332
* knitr integration (i.e. no need to call the @map slot anymore to render in knitr).
333
333
* 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.
334
-
* 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.
334
+
* 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.
335
335
* new popup functions popupTable, popupGraph and popupImage.
336
336
* functions to turn coordinates into spatial lines or spatial polygons.
337
337
* mapview objects now work natively on shiny applications (i.e. renderMapview and mapviewOutput now available).
0 commit comments