-
Notifications
You must be signed in to change notification settings - Fork 29
/
DESCRIPTION
93 lines (93 loc) · 2.93 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
Package: leafem
Title: 'leaflet' Extensions for 'mapview'
Version: 0.2.3.9007
Authors@R:
c(person(given = "Tim",
family = "Appelhans",
role = c("cre", "aut"),
email = "[email protected]"),
person(given = "Christoph",
family = "Reudenbach",
role = "ctb",
email = "[email protected]"),
person(given = "Kenton",
family = "Russell",
role = "ctb"),
person(given = "Jochen",
family = "Darley",
role = "ctb",
email = "[email protected]"),
person(given = "Daniel",
family = "Montague",
role = c("ctb", "cph"),
comment = "Leaflet.EasyButton plugin"),
person(given = "Lorenzo",
family = "Busetto",
role = c("ctb"),
email = "[email protected]"),
person(given = "Luigi",
family = "Ranghetti",
role = c("ctb")),
person(given = "Miles",
family = "McBain",
role = c("ctb")),
person(given = "Sebastian",
family = "Gatscha",
role = "ctb",
email = "[email protected]"),
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 = "[email protected]"),
person(given = "Kevin",
family = "Cazelles",
role = "ctb",
email = "[email protected]",
comment = c(ORCID = "0000-0001-6619-9874")))
Maintainer: Tim Appelhans <[email protected]>
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,
leaflet (>= 2.0.1),
methods,
raster,
sf,
png
Suggests:
clipr,
leafgl,
lwgeom,
mapdeck,
plainview,
stars,
terra,
tools
Encoding: UTF-8
LazyData: false
RoxygenNote: 7.3.2