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
* v2.0.4
* Update docs, fix a couple of partial match warnings, update revdep
* Fix broken leaflet doc links
* Fix more broken links
* More links
* Sigh, more links.
* Remove obsolete links
* DESCRIPTION link http->https
* Don't launch browsers during R CMD check
* Fix link
* More links
Co-authored-by: Joe Cheng <[email protected]>
* Minor tweaks to example data and tests, required to stay on CRAN
12
9
13
10
14
11
@@ -60,7 +57,7 @@ leaflet 2.0.0
60
57
61
58
BREAKING CHANGES
62
59
63
-
* Update to latest leaflet.js v1.3.1 (#453, 314616f) Please see http://leafletjs.com/reference-1.3.0.html for the latest documentation
60
+
* Update to latest leaflet.js v1.3.1 (#453, 314616f) Please see https://leafletjs.com/reference-1.3.4.html for the latest documentation
64
61
65
62
* All plugins updated to versions compatible with leaflet > 1.0 (#458)
66
63
@@ -91,7 +88,7 @@ BUG FIXES AND FEATURES
91
88
92
89
* Added more providers for `addProviderTiles()`: "OpenStreetMap.CH", "OpenInfraMap", "OpenInfraMap.Power", "OpenInfraMap.Telecom", "OpenInfraMap.Petroleum", "OpenInfraMap.Water", "OpenPtMap", "OpenRailwayMap", "OpenFireMap", "SafeCast". (4aea447)
93
90
94
-
* `L.multiPolyline` was absorbed into `L.polyline`, which accepts multiple an array of polyline information. http://leafletjs.com/reference-1.3.0.html#polyline. (#515)
91
+
* `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)
95
92
96
93
* Fix bug where icons where anchored to the top-center, not center-center (2a60751)
#' label options; see \url{http://leafletjs.com/reference-1.3.1.html#tooltip-option}
554
-
#' @param opacity Tooltip container opacity. Ranges from 0 to 1. Default value is \code{1} (different from leaflet.js \code{0.9}); see \url{http://leafletjs.com/reference-1.3.1.html#tooltip-opacity}
553
+
#' label options; see \url{https://leafletjs.com/reference-1.3.4.html#tooltip-option}
554
+
#' @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}
555
555
#' @param textsize Change the text size of a single tooltip
556
556
#' @param textOnly Display only the text, no regular surrounding box.
557
557
#' @param style list of css style to be added to the tooltip
558
558
#' @param zoomAnimation deprecated. See \url{https://github.com/Leaflet/Leaflet/blob/master/CHANGELOG.md#api-changes-5}
559
-
#' @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{http://leafletjs.com/reference-1.3.1.html#tooltip-sticky}
559
+
#' @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}
#' marker options; see \url{http://leafletjs.com/reference-1.3.1.html#marker-option}
883
+
#' marker options; see \url{https://leafletjs.com/reference-1.3.4.html#marker-option}
884
884
#' @describeIn map-options Options for markers
885
885
#' @export
886
886
markerOptions<-function(
@@ -913,7 +913,7 @@ markerOptions <- function(
913
913
#' spiderfy it so you can see all of its markers
914
914
#' @param removeOutsideVisibleBounds clusters and markers too far from the
915
915
#' viewport are removed from the map for performance
916
-
#' @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 }
916
+
#' @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 }
917
917
#' @param freezeAtZoom Allows you to freeze cluster expansion to a zoom level.
918
918
#' Can be a zoom level e.g. 10, 12 or "max" or "maxKeepSpiderify"
919
919
#' See \url{https://github.com/ghybs/Leaflet.MarkerCluster.Freezable#api-reference}
0 commit comments