Skip to content

Commit

Permalink
fix(docs): Use old-school R doc format
Browse files Browse the repository at this point in the history
  • Loading branch information
gadenbuie committed Nov 13, 2023
1 parent d10097f commit 7fd18e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/layers.R
Original file line number Diff line number Diff line change
Expand Up @@ -1178,9 +1178,9 @@ markerOptions <- function(
#' @param removeOutsideVisibleBounds clusters and markers too far from the
#' viewport are removed from the map for performance
#' @param spiderLegPolylineOptions Allows you to specify
#' [PolylineOptions](https://web.archive.org/web/20220702182250/https://leafletjs.com/reference-1.3.4.html#polyline-option)
#' \href{https://web.archive.org/web/20220702182250/https://leafletjs.com/reference-1.3.4.html#polyline-option}{PolylineOptions}
#' to style spider legs. By default, they are
#' `{{ weight: 1.5, color: "#222", opacity: 0.5 }}`.
#' \code{\{weight: 1.5, color: "#222", opacity: 0.5 \}}.
#' @param freezeAtZoom Allows you to freeze cluster expansion to a zoom level.
#' Can be a zoom level e.g. 10, 12 or "max" or "maxKeepSpiderify".
#' See <https://github.com/ghybs/Leaflet.MarkerCluster.Freezable#api-reference>.
Expand Down
4 changes: 2 additions & 2 deletions man/map-options.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7fd18e1

Please sign in to comment.