-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
32 lines (32 loc) · 763 Bytes
/
DESCRIPTION
File metadata and controls
32 lines (32 loc) · 763 Bytes
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
Package: rtileserver
Type: Package
Title: Vector Tile Server for Spatial Databases
Version: 0.1.0
Authors@R: c(
person(
"Arthur", "Gailes",
email = "arthur@example.com",
role = c("aut", "cre")
)
)
Description: Provides a lightweight HTTP tile server for serving Mapbox Vector
Tiles (MVT) from spatial databases including DuckDB and PostgreSQL/PostGIS.
The package uses httpuv for serving tiles and supports the ST_AsMVT function
for efficient tile generation.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Imports:
DBI,
httpuv,
mapgl (>= 0.4.1)
Suggests:
duckdb,
duckspatial,
RPostgres,
sf,
tinytest
Remotes:
walkerke/mapgl