Skip to content

Commit

Permalink
updated NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
16EAGLE committed Nov 1, 2024
1 parent c07a507 commit f4f2d6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ New map service *Maptiler*, minor improvements

**Features:**

* added Maptiler support (`map_service=maptiler`) for many new map types from https://maptiler.com (free token required), including `aquarelle`, `backdrop`, `basic`, `bright`, `dataviz`, `landscape`, `ocean`, `outdoor`, `satellite`, `streets`, `toner`, `topo` and `winter` (see `get_maptypes`)
* added Maptiler support (`map_service="maptiler"`) for many new map types from https://maptiler.com (free token required), including `"aquarelle"`, `"backdrop"`, `"basic"`, `"bright"`, `"dataviz"`, `"landscape"`, `"ocean"`, `"outdoor"`, `"satellite"`, `"streets"`, `"toner"`, `"topo"` and `"winter"` (see `get_maptypes()`)

**Bugs:**

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![R-CMD-check](https://github.com/16EAGLE/basemaps/workflows/R-CMD-check/badge.svg)](https://github.com/16EAGLE/basemaps/actions)
[![AppVeyor build status](https://ci.appveyor.com/api/projects/status/github/16EAGLE/basemaps?branch=master&svg=true)](https://ci.appveyor.com/project/16EAGLE/basemaps)
[![Coverage](https://codecov.io/gh/16eagle/basemaps/branch/master/graph/badge.svg)](https://app.codecov.io/gh/16EAGLE/basemaps)
[![Package dependencies](https://tinyverse.netlify.com/badge/basemaps)](https://CRAN.R-project.org/package=basemaps)
[![Package dependencies](https://tinyverse.netlify.app/badge/basemaps)](https://CRAN.R-project.org/package=basemaps)

`basemaps` is a lightweight `R` package to download and cache spatial basemaps from open sources such as *OpenStreetMap*, *Stamen*, *Stadia*, *Thunderforest*, *Carto*, *Mapbox*, *Esri*, *Maptiler* and others. Retrieved basemaps are translated into and returned as classes of choice, such as `terra`, `stars`, `raster`, `ggplot`, `mapview`, `magick`, or as files, such as `png` or `geotif`. The package aims to ease the use of basemaps in different contexts by providing a function interface as minimalist as possible.

Expand Down

0 comments on commit f4f2d6d

Please sign in to comment.