Skip to content

Commit f0de379

Browse files
committed
added NEWS, fixed tests for release
1 parent 9880888 commit f0de379

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

NEWS.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
***
22

33
## basemaps 0.0.6
4-
Major improvements
4+
Major improvements, adding new map services
55

66
**Bugs:**
77

@@ -12,7 +12,8 @@ Major improvements
1212
**Changes:**
1313

1414
* `gg_raster` now accepts `interpolate`, a logical argument to control smoothing of the plotted raster.
15-
* added Stadia Maps support for `osm_stamen` maps: Due to changes by Stamen, you now need a map token from stadiamaps.com (free registration) for Stamen maps.
15+
* added Stadia Maps support for `osm_stamen` maps: Due to changes by Stamen, you now need a map token from https://stadiamaps.com (free registration) for Stamen maps.
16+
* added Stadia Maps as new map service `osm_stadia` (requires map token from https://stadiamaps.com)
1617

1718
<br>
1819

tests/testthat/test-get_maptypes.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ skip_on_cran()
22
context("get_maptypes")
33

44
test_that("get_maptypes()", {
5-
expect_named(expect_is(expect_length(get_maptypes(), 6), "list"), c("osm", "osm_stamen", "osm_thunderforest",
5+
expect_named(expect_is(expect_length(get_maptypes(), 7), "list"), c("osm", "osm_stamen", "osm_stadia", "osm_thunderforest",
66
"carto", "mapbox", "esri"))
77
expect_is(get_maptypes("osm"), "character")
88
})

0 commit comments

Comments
 (0)