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 5fa9b98 commit 9841cdeCopy full SHA for 9841cde
R/methods.R
@@ -49,7 +49,7 @@ setView <- function(map, lng, lat, zoom, options = list()) {
49
#' }
50
#' @export
51
setStyle = function(map, group, styles, label = NULL, offset = 0) {
52
- invokeMethod(map, NULL, "setStyle", group, styles, label, offset)
+ invokeMethod(map, NULL, "setStyle", group, styles, label, offset - 1)
53
}
54
55
0 commit comments