Skip to content

Commit 6a7f47c

Browse files
committed
docs: typo
1 parent 5fb25fe commit 6a7f47c

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

R/get_tiles.R

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
#' are cached in a \link[base:tempfile]{tempdir} folder.
2323
#' @param forceDownload if TRUE, existing cached tiles may be overwritten.
2424
#' @param flip if TRUE, tiles are vertically flipped. The default is TRUE for
25-
#' providers serving JPG files and FALSE for others.
25+
#' providers serving JPG files and FALSE for others. This argumet may be removed
26+
#' at any time.
2627
#' @param retina if TRUE, tiles are downloaded in high resolution if they exist.
2728
#' Stadia and CARTO provide such tiles.
2829
#' @details
@@ -45,9 +46,9 @@
4546
#'
4647
#' "Esri.WorldStreetMap", "Esri.WorldTopoMap", "Esri.WorldImagery",
4748
#' "Esri.WorldTerrain", "Esri.WorldShadedRelief", "Esri.OceanBasemap",
48-
#' "Esri.NatGeoWorldMap", "Esri.WorldGrayCanvas", "CartoDB.Positron",
49+
#' "Esri.NatGeoWorldMap", "Esri.WorldGrayCanvas",
4950
#'
50-
#' "CartoDB.PositronNoLabels", "CartoDB.PositronOnlyLabels",
51+
#' "CartoDB.Positron", "CartoDB.PositronNoLabels", "CartoDB.PositronOnlyLabels",
5152
#' "CartoDB.DarkMatter",
5253
#' "CartoDB.DarkMatterNoLabels", "CartoDB.DarkMatterOnlyLabels",
5354
#' "CartoDB.Voyager", "CartoDB.VoyagerNoLabels", "CartoDB.VoyagerOnlyLabels",

man/get_tiles.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)