We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a6ef86 commit 00bb41cCopy full SHA for 00bb41c
NEWS
@@ -4,6 +4,9 @@ leaflet 1.1.1
4
* Add `groupOptions` parameter, currently the only option is letting you specify
5
zoom levels at which a group should be visible.
6
7
+* Fix bug with accessing columns in formulas when the data source is a Crosstalk
8
+ SharedData object wrapping a spatial data frame or sf object.
9
+
10
leaflet 1.1.0
11
--------------------------------------------------------------------------------
12
R/normalize-SharedData.R
@@ -1,6 +1,6 @@
1
#' @export
2
metaData.SharedData <- function(obj) {
3
- obj$data(withSelection = TRUE, withFilter = FALSE, withKey = TRUE)
+ metaData(obj$data(withSelection = TRUE, withFilter = FALSE, withKey = TRUE))
}
0 commit comments