Skip to content

Commit 8d8cb96

Browse files
committed
Fix label formulas with crosstalk data #402
1 parent d6918ce commit 8d8cb96

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

NAMESPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
S3method("[",leaflet_awesome_icon_set)
44
S3method("[",leaflet_icon_set)
5+
S3method(metaData,SharedData)
56
S3method(metaData,SpatialLinesDataFrame)
67
S3method(metaData,SpatialPointsDataFrame)
78
S3method(metaData,SpatialPolygonsDataFrame)
89
S3method(metaData,data.frame)
910
S3method(metaData,list)
1011
S3method(metaData,map)
1112
S3method(metaData,sf)
12-
S3method(metaData,sharedData)
1313
S3method(pointData,POINT)
1414
S3method(pointData,SharedData)
1515
S3method(pointData,SpatialPoints)

R/normalize-SharedData.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#' @export
2-
metaData.sharedData <- function(obj) {
2+
metaData.SharedData <- function(obj) {
33
obj$data(withSelection = TRUE, withFilter = FALSE, withKey = TRUE)
44
}
55

0 commit comments

Comments
 (0)