Skip to content

Commit

Permalink
Fix typo in mapbox basemaps
Browse files Browse the repository at this point in the history
  • Loading branch information
crazycapivara committed Nov 11, 2021
1 parent 684fefb commit 05fa2d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data-raw/DATASET-basemaps.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PROVIDERS <- list(
),
Mapbox = list(
url = "mapbox://styles/mapbox/%s",
themes = c("streets-v11", "outdoors-v11", "light-v10", "dark-v10", "satellite-v9", "satellite-steets-v11")
themes = c("streets-v11", "outdoors-v11", "light-v10", "dark-v10", "satellite-v9", "satellite-streets-v11")
)
)

Expand All @@ -19,4 +19,4 @@ build_urls <- function(provider) {
}

basemaps <- lapply(PROVIDERS, build_urls)
usethis::use_data(basemaps)
usethis::use_data(basemaps, overwrite = TRUE)
Binary file modified data/basemaps.rda
Binary file not shown.

0 comments on commit 05fa2d2

Please sign in to comment.