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
* Update to latest leaflet.js v1.3.1 (#453, 314616f) Please see https://leafletjs.com/reference-1.3.4.html for the latest documentation
101
+
* Update to latest leaflet.js v1.3.1 (#453, 314616f) Please see https://web.archive.org/web/20220702182250/https://leafletjs.com/reference-1.3.4.html for the latest documentation
94
102
95
103
* All plugins updated to versions compatible with leaflet > 1.0 (#458)
96
104
@@ -121,7 +129,7 @@ BUG FIXES AND FEATURES
121
129
122
130
* Added more providers for `addProviderTiles()`: "OpenStreetMap.CH", "OpenInfraMap", "OpenInfraMap.Power", "OpenInfraMap.Telecom", "OpenInfraMap.Petroleum", "OpenInfraMap.Water", "OpenPtMap", "OpenRailwayMap", "OpenFireMap", "SafeCast". (4aea447)
123
131
124
-
* `L.multiPolyline` was absorbed into `L.polyline`, which accepts multiple an array of polyline information. https://leafletjs.com/reference-1.3.4.html#polyline. (#515)
132
+
* `L.multiPolyline` was absorbed into `L.polyline`, which accepts multiple an array of polyline information. https://web.archive.org/web/20220702182250/https://leafletjs.com/reference-1.3.4.html#polyline. (#515)
125
133
126
134
* Fix bug where icons where anchored to the top-center, not center-center (2a60751)
#' label options; see \url{https://leafletjs.com/reference-1.3.4.html#tooltip-option}
700
-
#' @param opacity Tooltip container opacity. Ranges from 0 to 1. Default value is \code{1} (different from leaflet.js \code{0.9}); see \url{https://leafletjs.com/reference-1.3.4.html#tooltip-opacity}
699
+
#' label options; see \url{https://web.archive.org/web/20220702182250/https://leafletjs.com/reference-1.3.4.html#tooltip-option}
700
+
#' @param opacity Tooltip container opacity. Ranges from 0 to 1. Default value is \code{1} (different from leaflet.js \code{0.9}); see \url{https://web.archive.org/web/20220702182250/https://leafletjs.com/reference-1.3.4.html#tooltip-opacity}
701
701
#' @param textsize Change the text size of a single tooltip
702
702
#' @param textOnly Display only the text, no regular surrounding box.
703
703
#' @param style list of css style to be added to the tooltip
704
704
#' @param zoomAnimation deprecated. See \url{https://github.com/Leaflet/Leaflet/blob/master/CHANGELOG.md#api-changes-5}
705
-
#' @param sticky If true, the tooltip will follow the mouse instead of being fixed at the feature center. Default value is \code{TRUE} (different from leaflet.js \code{FALSE}); see \url{https://leafletjs.com/reference-1.3.4.html#tooltip-sticky}
705
+
#' @param sticky If true, the tooltip will follow the mouse instead of being fixed at the feature center. Default value is \code{TRUE} (different from leaflet.js \code{FALSE}); see \url{https://web.archive.org/web/20220702182250/https://leafletjs.com/reference-1.3.4.html#tooltip-sticky}
#' marker options; see \url{https://leafletjs.com/reference-1.3.4.html#marker-option}
1027
+
#' marker options; see \url{https://web.archive.org/web/20220702182250/https://leafletjs.com/reference-1.3.4.html#marker-option}
1028
1028
#' @describeIn map-options Options for markers
1029
1029
#' @export
1030
1030
markerOptions<-function(
@@ -1057,7 +1057,7 @@ markerOptions <- function(
1057
1057
#' spiderfy it so you can see all of its markers
1058
1058
#' @param removeOutsideVisibleBounds clusters and markers too far from the
1059
1059
#' viewport are removed from the map for performance
1060
-
#' @param spiderLegPolylineOptions Allows you to specify PolylineOptions (\url{https://leafletjs.com/reference-1.3.4.html#polyline-option}) to style spider legs. By default, they are { weight: 1.5, color: "#222", opacity: 0.5 }
1060
+
#' @param spiderLegPolylineOptions Allows you to specify PolylineOptions (\url{https://web.archive.org/web/20220702182250/https://leafletjs.com/reference-1.3.4.html#polyline-option}) to style spider legs. By default, they are { weight: 1.5, color: "#222", opacity: 0.5 }
1061
1061
#' @param freezeAtZoom Allows you to freeze cluster expansion to a zoom level.
1062
1062
#' Can be a zoom level e.g. 10, 12 or "max" or "maxKeepSpiderify"
1063
1063
#' See \url{https://github.com/ghybs/Leaflet.MarkerCluster.Freezable#api-reference}
#' @param interval The spacing in map units between horizontal and vertical lines.
18
18
#' @param sphere boolean. Default FALSE
19
-
#' @param style path options for the generated lines. See \url{https://leafletjs.com/reference-1.3.4.html#path-option}
19
+
#' @param style path options for the generated lines. See \url{https://web.archive.org/web/20220702182250/https://leafletjs.com/reference-1.3.4.html#path-option}
20
20
#' @param layerId the layer id
21
21
#' @param group the name of the group this layer belongs to.
22
22
#' @param options the path options for the graticule layer
#' @param position standard \href{https://leafletjs.com/reference-1.3.4.html#control-positions}{Leaflet control position options}.
17
+
#' @param position standard \href{https://web.archive.org/web/20220702182250/https://leafletjs.com/reference-1.3.4.html#control-positions}{Leaflet control position options}.
18
18
#' @param primaryLengthUnit,secondaryLengthUnit units used to display length
19
19
#' results. secondaryLengthUnit is optional.
20
20
#' Valid values are \code{"feet"}, \code{"meters"}, \code{"miles"}, and \code{"kilometers"}.
#' Value should be a color represented as a hexadecimal string.
30
30
#' @param popupOptions \code{list} of options applied to the popup
31
31
#' of the resulting measure feature.
32
-
#' Properties may be any \href{https://leafletjs.com/reference-1.3.4.html#popup-option}{standard Leaflet popup options}.
32
+
#' Properties may be any \href{https://web.archive.org/web/20220702182250/https://leafletjs.com/reference-1.3.4.html#popup-option}{standard Leaflet popup options}.
33
33
#' @param captureZIndex Z-index of the marker used to capture measure clicks.
34
34
#' Set this value higher than the z-index of all other map layers to
35
35
#' disable click events on other layers while a measurement is active.
0 commit comments