-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
29 lines (29 loc) · 1.08 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
Package: leafsync
Type: Package
Title: Small Multiples for Leaflet Web Maps
Version: 0.1.1.9002
Authors@R: c(
person("Tim", "Appelhans", role = c("aut", "cre"), email = "tim.appelhans@gmail.com"),
person("Kenton", "Russell", role = c("aut")),
person("Christoph", "Stepper", role = c("ctb")),
person("Jan Pieter", "Wagmeester", role = c("ctb"), comment = "Leaflet.Sync plugin")
)
Maintainer: Tim Appelhans <tim.appelhans@gmail.com>
Description: Create small multiples of several leaflet web maps with (optional)
synchronised panning and zooming control. When syncing is enabled all maps
respond to mouse actions on one map. This allows side-by-side comparisons
of different attributes of the same geometries. Syncing can be adjusted
so that any combination of maps can be synchronised.
License: MIT + file LICENSE
URL: https://github.com/r-spatial/leafsync
BugReports: https://github.com/r-spatial/leafsync/issues
Depends:
R (>= 3.1.0),
methods
Imports:
htmltools (>= 0.3),
htmlwidgets,
leaflet (>= 2.0.1)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2