Skip to content

Commit

Permalink
updated REAMDE disclaimer
Browse files Browse the repository at this point in the history
  • Loading branch information
16EAGLE committed Nov 1, 2024
1 parent 4662b9d commit f483738
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
[![Coverage](https://codecov.io/gh/16eagle/basemaps/branch/master/graph/badge.svg)](https://app.codecov.io/gh/16EAGLE/basemaps)
[![Package dependencies](https://tinyverse.netlify.app/badge/basemaps)](https://CRAN.R-project.org/package=basemaps)

<img src="https://i.imgur.com/A2seuLt.gif" alt="A slideshow of map types supported by basemaps for R" width="100%">

`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 Expand Up @@ -313,4 +315,4 @@ The underpinning code of `basemaps` was originally developed for [`moveVis`](htt

***

Some maps shown in this file may be protected: <sup>&copy; Mapbox &copy; Thunderforest &copy; Stamen &copy; Carto &copy; Esri &copy; Maptiler. Please refer to teir Terms of Use. Many thanks to the creators of [reprex v2.0.2](https://reprex.tidyverse.org) which this README was partly compiled with.</sup>
<sup>Some content of this file may be protected (brand names, map imagery etc.), &copy; Mapbox &copy; Thunderforest &copy; Stamen &copy; Carto &copy; Esri &copy; Maptiler. Many thanks to the creators of [reprex v2.0.2](https://reprex.tidyverse.org) which this README was partly compiled with.</sup>

0 comments on commit f483738

Please sign in to comment.