init
This commit is contained in:
commit
116abafc09
58 changed files with 5749 additions and 0 deletions
30
DESCRIPTION
Normal file
30
DESCRIPTION
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
Package: protomapr
|
||||
Title: Add Protomaps Layers to Leaflet Maps
|
||||
Version: 0.1.0
|
||||
Authors@R: c(
|
||||
person("Evan", "Morrison", , "evan@p34.au", role = c("aut", "cre")),
|
||||
person("Brandon", "Liu", role = "cph",
|
||||
comment = "Author of protomaps-leaflet JavaScript library"))
|
||||
Description: Provides functions to add Protomaps vector tile layers to leaflet
|
||||
maps in R. Wraps the 'protomaps-leaflet' JavaScript library by Brandon Liu
|
||||
<https://protomaps.com/>. Supports PMTiles format, multiple built-in themes
|
||||
(light, dark, white, grayscale, black), custom paint and label rules, and
|
||||
various symbolizer types for styling map features.
|
||||
License: MIT + file LICENSE
|
||||
Encoding: UTF-8
|
||||
Roxygen: list(markdown = TRUE)
|
||||
RoxygenNote: 7.3.2
|
||||
Imports:
|
||||
leaflet (>= 2.0.0),
|
||||
htmltools,
|
||||
htmlwidgets,
|
||||
jsonlite
|
||||
Suggests:
|
||||
testthat (>= 3.0.0),
|
||||
knitr,
|
||||
rmarkdown,
|
||||
viridisLite,
|
||||
RColorBrewer
|
||||
VignetteBuilder: knitr
|
||||
Config/testthat/edition: 3
|
||||
URL: https://github.com/evmo/protomapr
|
||||
Loading…
Add table
Add a link
Reference in a new issue