forked from r-spatial/leafgl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
36 lines (36 loc) · 973 Bytes
/
DESCRIPTION
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
35
36
Package: leafgl
Type: Package
Title: Bindings for Leaflet.glify
Version: 0.1.1
Authors@R:
c(person(given = "Tim",
family = "Appelhans",
role = c("cre", "aut"),
email = "[email protected]"),
person(given = "Colin",
family = "Fay",
role = "aut",
email = "[email protected]",
comment = structure("0000-0001-7343-1846", .Names = "ORCID")),
person(given = "Robert",
family = "Plummer",
role = "ctb",
comment = "Leaflet.glify plugin"))
Maintainer: Tim Appelhans <[email protected]>
Description: Provides bindings to Leaflet.glify which extends leaflet to render large data in the browser using webgl.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.0
Imports:
geojsonsf,
htmltools,
jsonify,
jsonlite,
leaflet,
sf
Suggests:
colourvalues,
mapview,
shiny,
testthat