From abf87e3152019ae23095169be359106738cd5676 Mon Sep 17 00:00:00 2001 From: olivroy Date: Wed, 27 Mar 2024 19:57:10 -0400 Subject: [PATCH] fix typo --- R/mapPane.R | 2 +- man/addMapPane.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/R/mapPane.R b/R/mapPane.R index 733c40407..a4c642afd 100644 --- a/R/mapPane.R +++ b/R/mapPane.R @@ -5,7 +5,7 @@ #' ordering. We recommend a \code{zIndex} value between 400 (the default #' overlay pane) and 500 (the default shadow pane). You can then use this pane #' to render overlays (points, lines, polygons) by setting the \code{pane} -#' argument in [leafletOptions]. This will give you control +#' argument in [leafletOptions()]. This will give you control #' over the order of the layers, e.g. points always on top of polygons. #' If two layers are provided to the same pane, overlay will be determined by #' order of adding. See examples below. diff --git a/man/addMapPane.Rd b/man/addMapPane.Rd index ecdf193e4..a3a8d87ed 100644 --- a/man/addMapPane.Rd +++ b/man/addMapPane.Rd @@ -19,7 +19,7 @@ map panes can be created by supplying a name and a zIndex to control layer ordering. We recommend a \code{zIndex} value between 400 (the default overlay pane) and 500 (the default shadow pane). You can then use this pane to render overlays (points, lines, polygons) by setting the \code{pane} -argument in \link{leafletOptions}. This will give you control +argument in \code{\link[=leafletOptions]{leafletOptions()}}. This will give you control over the order of the layers, e.g. points always on top of polygons. If two layers are provided to the same pane, overlay will be determined by order of adding. See examples below.