-
Notifications
You must be signed in to change notification settings - Fork 30
/
DESCRIPTION
95 lines (95 loc) · 2.97 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
Package: leafem
Title: 'leaflet' Extensions for 'mapview'
Version: 0.2.3.9015
Authors@R:
c(person(given = "Tim",
family = "Appelhans",
role = c("cre", "aut"),
email = "tim.appelhans@gmail.com"),
person(given = "Christoph",
family = "Reudenbach",
role = "ctb",
email = "reudenbach@geo.uni-marburg.de"),
person(given = "Kenton",
family = "Russell",
role = "ctb"),
person(given = "Jochen",
family = "Darley",
role = "ctb",
email = "Debugger@jedimasters.de"),
person(given = "Daniel",
family = "Montague",
role = c("ctb", "cph"),
comment = "Leaflet.EasyButton plugin"),
person(given = "Lorenzo",
family = "Busetto",
role = c("ctb"),
email = "lbusett@gmail.com"),
person(given = "Luigi",
family = "Ranghetti",
role = c("ctb")),
person(given = "Miles",
family = "McBain",
role = c("ctb")),
person(given = "Sebastian",
family = "Gatscha",
role = "ctb",
email = "sebastian_gatscha@gmx.at"),
person(given = "Björn",
family = "Harrtell",
role = c("ctb", "cph"),
comment = "FlatGeobuf plugin"),
person(given = "Daniel",
family = "Dufour",
role = c("ctb", "cph"),
comment = "georaster-layer-for-leaflet"),
person(given = "Yeedle",
family = "Neuwirth",
role = "ctb"),
person(given = "Derek",
family = "Friend",
role = "ctb",
email = "dafriend.r@gmail.com"),
person(given = "Kevin",
family = "Cazelles",
role = "ctb",
email = "kevin.cazelles@gmail.com",
comment = c(ORCID = "0000-0001-6619-9874")))
Maintainer: Tim Appelhans <tim.appelhans@gmail.com>
Description: Provides extensions for packages 'leaflet' & 'mapdeck',
many of which are used by package 'mapview'.
Focus is on functionality readily available in
Geographic Information Systems such as 'Quantum GIS'. Includes functions
to display coordinates of mouse pointer position, query image values via
mouse pointer and zoom-to-layer buttons. Additionally, provides a feature
type agnostic function to add points, lines, polygons to a map.
License: MIT + file LICENSE
URL: https://github.com/r-spatial/leafem,
https://r-spatial.github.io/leafem/
BugReports: https://github.com/r-spatial/leafem/issues
Depends:
R (>= 3.1.0)
Imports:
base64enc,
geojsonsf,
htmltools (>= 0.3),
htmlwidgets,
jsonlite,
leaflet (>= 2.0.1),
methods,
raster,
sf,
png
Suggests:
clipr,
fontawesome,
leafgl,
lwgeom,
mapdeck,
plainview,
stars,
terra,
tools
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2