mirror of
https://github.com/openstreetmap/mod_tile.git
synced 2026-01-09 14:17:29 +00:00
23 lines
874 B
Plaintext
23 lines
874 B
Plaintext
Source: libapache2-mod-tile
|
|
Section: utils
|
|
Priority: optional
|
|
Maintainer: Frederik Ramm <frederik@remote.org>
|
|
Build-Depends: debhelper (>= 7), apache2-prefork-dev (>= 2.2.3) | apache2-threaded-dev (>= 2.2.3), libmapnik-dev
|
|
Standards-Version: 3.8.0
|
|
|
|
Package: libapache2-mod-tile
|
|
Architecture: any
|
|
Depends: ${misc:Depends}, renderd, apache2.2-common, apache2-mpm-prefork | apache2-mpm-worker
|
|
Suggests: renderd
|
|
Description: Apache module to deliver tiles created by renderd
|
|
This Apache module receives map tiles requests and satisfies them from
|
|
tiles stored on disk, or queries a renderd instance to create them.
|
|
|
|
Package: renderd
|
|
Architecture: any
|
|
Depends: ${misc:Depends}, libmapnik0.6
|
|
Suggests: libapache2-mod-tile
|
|
Description: Daemon that renders map tiles using mapnik
|
|
This daemon creates "metatiles" for map tile requests issued by mod_tile
|
|
using the mapnik library.
|