Skip to content

a Mapbox vector tile server and viewer for R

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

MilesMcBain/mvtview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mvtview

Provides a development Mapbox Vector Tile server and viewer for R, powered by {plumber} and {rdeck}.

Installation

You can install the development version of {mvtview} from GitHub with:

# install.packages("devtools")
devtools::install_github("MilesMcBain/mvtview")

Usage

Serving an .mbtiles file for map making:

library(mvtview)

serve_mvt("my_tiles.mbtiles")

Or alternatively, serving and then viewing tile data in an .mbtiles database on an interactive map:

view_mvt("my_tiles.mbtiles)

Clean up running servers:

clean_mvt()

Prior art

  • mbview a NodeJS vector tile viewer by Mapbox

Vector tile stuff

About

a Mapbox vector tile server and viewer for R

Topics

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages