-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
34 lines (34 loc) · 1.13 KB
/
DESCRIPTION
File metadata and controls
34 lines (34 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Package: tmap.mapgl
Title: Extensions to 'tmap' with Two New Modes: 'mapbox' and 'maplibre'
Type: Package
LazyData: true
Authors@R: c(
person("Martijn", "Tennekes", email = "mtennekes@gmail.com", role = c("aut", "cre"))
)
Description: The 'tmap' package provides two plotting modes for static and interactive thematic maps. This package extends 'tmap' with two additional modes based on 'Mapbox GL JS' and 'MapLibre GL JS'. These modes feature interactive vector tiles, globe views, and other modern web-mapping capabilities, while maintaining a consistent 'tmap' interface across all plotting modes.
License: GPL-3
Version: 0.1.0.9000
Encoding: UTF-8
Depends:
R (>= 4.1),
Imports:
tmap (>= 4.2),
mapgl (>= 0.4.1),
terra,
rlang,
cli,
stars,
data.table,
grDevices,
colorspace,
htmltools,
htmlwidgets,
sf,
tmaptools,
units
Suggests:
knitr
Config/Needs/website: bookdown, rmarkdown, r-tmap/tmap, walkerke/mapgl, dplyr, osmdata, mapview
URL: https://github.com/r-tmap/tmap.mapgl, https://r-tmap.github.io/tmap.mapgl/
BugReports: https://github.com/r-tmap/tmap.mapgl/issues
RoxygenNote: 7.3.3