-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
33 lines (33 loc) · 1.04 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
Package: readMVT
Type: Package
Title: Read MapBox Vector Tiles From a GeoServer
Version: 1.0.0
Author: Bradley W. Compton
Maintainer: Bradley W. Compton <[email protected]>
Description: Read tiled vector data in Mapbox Vector Tiles (MVT) from a
GeoServer and return as 'sf' objects. This package is intended to
be used with 'leaflet' under 'shiny' with multiple users, though it
is expected to work fine in other applications that are probably
less demanding. Caches and shares served data among 'shiny' users
on a session, and avoids unnecessary redrawing in 'leaflet'. This
approach supports displaying very large vector datasets in tiles
that follow zooming and panning.
URL: https://bwcompton.github.io/readMVT/, https://github.com/bwcompton/readMVT
BugReports: https://github.com/bwcompton/readMVT/issues
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
httr,
xml2,
memoise,
protolite (>= 2.2.1),
sf
Remotes:
jeroen/protolite
Suggests:
knitr,
leaflet,
rmarkdown
VignetteBuilder: knitr