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 933a020 commit dacb8eaCopy full SHA for dacb8ea
R/ops.R
@@ -77,6 +77,13 @@ setMethod("+",
77
ind = hbcalls[zf]
78
if (length(zf) > 0) m$x$calls[ind] = NULL
79
m = leafem:::addZoomFullButton(m, out_obj)
80
+
81
+ hide_idx = getCallEntryFromMap(m, "hideGroup")
82
+ if (length(hide_idx) > 0) {
83
+ hide_lst = m$x$calls[hide_idx]
84
+ m$x$calls[hide_idx] = NULL
85
+ m$x$calls = append(m$x$calls, hide_lst)
86
+ }
87
}
88
89
if (mapviewGetOption("platform") == "mapdeck") {
0 commit comments