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
|
Source: mapnik-vector-tile
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Jérémy Lal <kapouer@melix.org>
Section: devel
Priority: extra
Build-Depends: debhelper (>= 9),
catch,
gyp,
libmapnik-dev (>= 3.0.12),
libprotobuf-dev,
libprotozero-dev (>= 1.4.2),
protobuf-compiler,
python-all,
python-gdal
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/mapnik-vector-tile.git
Vcs-Git: https://anonscm.debian.org/git/pkg-grass/mapnik-vector-tile.git
Homepage: https://github.com/mapbox/mapnik-vector-tile
Package: mapnik-vector-tile
Architecture: all
Depends: libmapnik-dev (>= 3.0.12~),
libprotobuf-dev,
libprotozero-dev,
${misc:Depends}
Description: Vector tiles integration with mapnik - development files
This package provides C++ header and source needed to render geodata
into vector tiles, and vector tiles into images.
.
Tiles are encoded as protobuf messages, and that geodata format can be
used as a drop-in replacement for mapnik datasources like postgis and
shapefiles, without compromising on speed.
.
Mapnik is a C++/Python toolkit for developing GIS applications.
|