https://github.com/mdsumner/tasmapr
Get Tasmania map server layers via mapview
https://github.com/mdsumner/tasmapr
Last synced: 7 months ago
JSON representation
Get Tasmania map server layers via mapview
- Host: GitHub
- URL: https://github.com/mdsumner/tasmapr
- Owner: mdsumner
- Created: 2017-06-08T14:23:07.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-11-14T02:15:11.000Z (over 6 years ago)
- Last Synced: 2024-12-28T12:16:55.299Z (over 1 year ago)
- Language: R
- Homepage:
- Size: 8.6 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.Rmd
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
---
output: github_document
editor_options:
chunk_output_type: console
---
[](https://travis-ci.org/mdsumner/tasmapr)
[](https://codecov.io/gh/mdsumner/tasmapr?branch=master)
# tasmapr
The goal of tasmapr is to provide background maps of Tasmania for R leaflet.
# Install
```{r, eval=FALSE}
devtools::install_github("mdsumner/tasmapr")
```
## Example
This is a basic example which shows you how to make an awesome map!
The `tasmapr()` function will launch a mapview/leaflet viewer with the chosen basemap. Some layers are in dev due to a recent upgrade, WIP.
```{r example, eval = FALSE}
library(tasmapr)
tasmap() ## Topographic basemap
tasmap(basemap = "TTSA") ## Tasmania Towns Street Atlas
tasmap(basemap = "HillshadeGrey") ## hill shade
```
See https://github.com/mdsumner/wmts.git for a way to get these layers as raster data.
## Code of Conduct
Please note that the tasmapr project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/1/0/0/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.