File: control

package info (click to toggle)
tilemaker 3.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 78,952 kB
  • sloc: cpp: 29,461; ansic: 12,510; makefile: 229; ruby: 77; sh: 43
file content (33 lines) | stat: -rw-r--r-- 1,257 bytes parent folder | download
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
Source: tilemaker
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Felix Delattre <debian@centroi.de>
Section: science
Build-Depends: cmake,
               debhelper-compat (= 13),
               libboost-dev,
               libboost-filesystem-dev,
               libboost-program-options-dev,
               liblua5.1-dev,
               libprotobuf-dev,
               libshp-dev,
               libsqlite3-dev,
               pkgconf,
               protobuf-compiler,
               rapidjson-dev
Standards-Version: 4.7.3
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/

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.