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
#' @param crs Coordinate Reference System to use. Don't change this if you're not sure what it means.
120
145
#' @seealso \code{\link{leafletCRS}} for creating a custom CRS.
121
146
#' @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
-
#' @param preferCanvas Whether leaflet.js Paths should be rendered on a Canvas renderer.
147
+
#' @param preferCanvas Whether leaflet.js Paths should be rendered on a Canvas renderer.
123
148
#' @param ... other options used for leaflet.js map creation.
124
149
#' @describeIn leaflet Options for map creation
125
150
#' @seealso See \url{http://leafletjs.com/reference-1.3.1.html#map-option} for details and more options.
0 commit comments