diff --git a/R/get_map.R b/R/get_map.R index 3edf440..65f3850 100644 --- a/R/get_map.R +++ b/R/get_map.R @@ -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") diff --git a/R/get_stadiamap.R b/R/get_stadiamap.R index 3ae4eb9..82ce0eb 100644 --- a/R/get_stadiamap.R +++ b/R/get_stadiamap.R @@ -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", @@ -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 diff --git a/man/get_map.Rd b/man/get_map.Rd index 7e69d81..effb055 100644 --- a/man/get_map.Rd +++ b/man/get_map.Rd @@ -37,8 +37,9 @@ supported.} "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)} \item{source}{Google Maps ("google"), OpenStreetMap ("osm"), Stadia Maps diff --git a/man/get_stadiamap.Rd b/man/get_stadiamap.Rd index 3a044cc..cfa8ce8 100644 --- a/man/get_stadiamap.Rd +++ b/man/get_stadiamap.Rd @@ -26,7 +26,8 @@ upperrightlon, upperrightlat).} \item{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.} \item{crop}{crop raw map tiles to specified bounding box. if FALSE, the resulting map will more than cover the bounding box specified.}