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
|
Source: tilemaker
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Felix Delattre <debian@xama.nu>
Section: science
Priority: optional
Build-Depends: cmake,
debhelper-compat (= 13),
libboost-dev,
libboost-filesystem-dev,
libboost-iostreams-dev,
libboost-program-options-dev,
libboost-system-dev,
liblua5.1-dev,
libprotobuf-dev,
libshp-dev,
libsqlite3-dev,
pkgconf,
protobuf-compiler,
rapidjson-dev
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/debian-gis-team/tilemaker
Vcs-Git: https://salsa.debian.org/debian-gis-team/tilemaker.git
Homepage: https://tilemaker.org/
Rules-Requires-Root: no
Package: tilemaker
Section: utils
Architecture: any
Depends: shapelib,
${misc:Depends},
${shlibs:Depends},
Description: Generates vector tiles from OpenStreetMap data
tilemaker is a single executable command that takes OpenStreetMap data as
planet or diff files and directly makes it into vector tiles. It's
supremely customisable, and if you just want off-the-shelf tiles in a
standard style, tilemaker comes bundled with the configuration and process
files to rely on the schema of OpenMapTiles by default.
|