Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions R/get_map.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@
#' "terrain", "terrain-background", "satellite", "roadmap", and "hybrid"
#' (Google Maps), "stamen_terrain", "stamen_toner", "stamen_toner_lite", "stamen_watercolor",
#' "stamen_terrain_background", "stamen_toner_background",
#' "stamen_terrain_lines", "stamen_terrain_labels",
#' "stamen_toner_lines", "stamen_toner_labels"
#' "stamen_terrain_lines", "stamen_terrain_labels", "stamen_toner_lines",
#' "stamen_toner_labels","alidade_smooth", "alidade_smooth_dark",
#' "alidade_bright" and "outdoors"
#' (Stadia Maps)
#' @param source Google Maps ("google"), OpenStreetMap ("osm"), Stadia Maps
#' ("stadia")
Expand Down
4 changes: 3 additions & 1 deletion R/get_stadiamap.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# TODO: Extend with our own styles!
STADIA_BASEMAP_TYPES <- c("stamen_terrain", "stamen_toner", "stamen_toner_lite",
"stamen_watercolor", "alidade_smooth", "alidade_smooth_dark",
"alidade_bright",
"outdoors")
STADIA_BACKGROUND_LAYERGROUP_TYPES <- c("stamen_terrain_background", "stamen_toner_background")
STADIA_TRANSPARENT_LAYERGROUP_TYPES <- c("stamen_terrain_labels", "stamen_terrain_lines",
Expand All @@ -22,7 +23,8 @@ STADIA_VALID_MAP_TYPES <- c(STADIA_BASEMAP_TYPES,
#' @param maptype stamen_terrain, stamen_toner, stamen_toner_lite, stamen_watercolor,
#' stamen_terrain_background, stamen_toner_background,
#' stamen_terrain_lines, stamen_terrain_labels,
#' stamen_toner_lines, stamen_toner_labels.
#' stamen_toner_lines, stamen_toner_labels, alidade_smooth, alidade_smooth_dark,
#' alidade_bright, and outdoors.
#' @param crop crop raw map tiles to specified bounding box. if FALSE, the
#' resulting map will more than cover the bounding box specified.
#' @param messaging turn messaging on/off
Expand Down
5 changes: 3 additions & 2 deletions man/get_map.Rd

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

3 changes: 2 additions & 1 deletion man/get_stadiamap.Rd

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