Skip to content

Commit

Permalink
added map types "aquarelle_dark" and "aquarelle-vivid"
Browse files Browse the repository at this point in the history
  • Loading branch information
16EAGLE committed Nov 21, 2024
1 parent 757f5c2 commit 55c7529
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 5 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@
## basemaps 0.1.0
Decreasing dependencies, minor improvements

**Features:**

* added additional map types `aquarelle_dark` and `aquarelle_vivid` for `map_service="maptiler"` (#32)

**Bugs:**

* fixed request format error for `map_service = "maptiler"`, `map_type = "aquarelle"`, resulting in a `404` error (issue #32)
* fixed faulty request format resulting in 404 error for `map_service = "maptiler"`, `map_type = "aquarelle"` (issue #32)

**Changes:**

Expand Down
2 changes: 2 additions & 0 deletions R/internal.R
Original file line number Diff line number Diff line change
Expand Up @@ -573,6 +573,8 @@ out <- function(input, type = 1, ll = NULL, msg = FALSE, sign = "", verbose = ge
),
maptiler = lapply(c(
aquarelle = "aquarelle", #webp
aquarelle_dark = "aquarelle-dark",
aquarelle_vivid = "aquarelle-vivid",
backdrop = "backdrop",
basic = "basic-v2",
bright = "bright-v2",
Expand Down

0 comments on commit 55c7529

Please sign in to comment.