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
106
+
* 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
99
107
100
108
* All plugins updated to versions compatible with leaflet > 1.0 (#458)
101
109
@@ -126,7 +134,7 @@ BUG FIXES AND FEATURES
126
134
127
135
* Added more providers for `addProviderTiles()`: "OpenStreetMap.CH", "OpenInfraMap", "OpenInfraMap.Power", "OpenInfraMap.Telecom", "OpenInfraMap.Petroleum", "OpenInfraMap.Water", "OpenPtMap", "OpenRailwayMap", "OpenFireMap", "SafeCast". (4aea447)
128
136
129
-
* `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)
137
+
* `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)
130
138
131
139
* 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}
803
-
#' @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}
802
+
#' label options; see \url{https://web.archive.org/web/20220702182250/https://leafletjs.com/reference-1.3.4.html#tooltip-option}
803
+
#' @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}
804
804
#' @param textsize Change the text size of a single tooltip
805
805
#' @param textOnly Display only the text, no regular surrounding box.
806
806
#' @param style list of css style to be added to the tooltip
807
807
#' @param zoomAnimation deprecated. See \url{https://github.com/Leaflet/Leaflet/blob/master/CHANGELOG.md#api-changes-5}
808
-
#' @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}
808
+
#' @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}
1130
+
#' marker options; see \url{https://web.archive.org/web/20220702182250/https://leafletjs.com/reference-1.3.4.html#marker-option}
1131
1131
#' @describeIn map-options Options for markers
1132
1132
#' @export
1133
1133
markerOptions<-function(
@@ -1160,7 +1160,7 @@ markerOptions <- function(
1160
1160
#' spiderfy it so you can see all of its markers
1161
1161
#' @param removeOutsideVisibleBounds clusters and markers too far from the
1162
1162
#' viewport are removed from the map for performance
1163
-
#' @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 }
1163
+
#' @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 }
1164
1164
#' @param freezeAtZoom Allows you to freeze cluster expansion to a zoom level.
1165
1165
#' Can be a zoom level e.g. 10, 12 or "max" or "maxKeepSpiderify"
1166
1166
#' 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