You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#' marker options; see \url{http://leafletjs.com/reference-1.2.0.html#marker-option}
863
+
#' marker options; see \url{http://leafletjs.com/reference-1.3.1.html#marker-option}
864
864
#' @describeIn map-options Options for markers
865
865
#' @export
866
866
markerOptions<-function(
@@ -893,7 +893,7 @@ markerOptions <- function(
893
893
#' spiderfy it so you can see all of its markers
894
894
#' @param removeOutsideVisibleBounds clusters and markers too far from the
895
895
#' viewport are removed from the map for performance
896
-
#' @param spiderLegPolylineOptions Allows you to specify PolylineOptions (\url{http://leafletjs.com/reference-1.2.0.html#polyline-option}) to style spider legs. By default, they are { weight: 1.5, color: "#222", opacity: 0.5 }
896
+
#' @param spiderLegPolylineOptions Allows you to specify PolylineOptions (\url{http://leafletjs.com/reference-1.3.1.html#polyline-option}) to style spider legs. By default, they are { weight: 1.5, color: "#222", opacity: 0.5 }
897
897
#' @param freezeAtZoom Allows you to freeze cluster expansion to a zoom level.
898
898
#' Can be a zoom level e.g. 10, 12 or "max" or "maxKeepSpiderify"
899
899
#' See \url{https://github.com/ghybs/Leaflet.MarkerCluster.Freezable#api-reference}
#' @param worldCopyJump With this option enabled, the map tracks when you pan to another "copy" of the world and seamlessly jumps to the original one so that all overlays like markers and vector layers are still visible.
122
122
#' @param ... other options.
123
123
#' @describeIn leaflet Options for map creation
124
-
#' @seealso \url{http://leafletjs.com/reference-1.2.0.html#map-option} for details.
124
+
#' @seealso \url{http://leafletjs.com/reference-1.3.1.html#map-option} for details.
0 commit comments