libapache2-mod-tile 0.7.1-2 source package in Ubuntu

Changelog

libapache2-mod-tile (0.7.1-2) unstable; urgency=medium

  * Team upload.
  * Add patch to fix FTBFS with Mapnik 4.0.0.

 -- Bas Couwenberg <email address hidden>  Mon, 17 Jun 2024 08:34:37 +0200

Upload details

Uploaded by:
Debian GIS Project
Uploaded to:
Sid
Original maintainer:
Debian GIS Project
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libapache2-mod-tile_0.7.1-2.dsc 2.2 KiB fbcf6ad68c53b36f43b23dff140042c168c84e49c9078d35207a3a2a376d4d73
libapache2-mod-tile_0.7.1.orig.tar.gz 1.4 MiB b42bd91136625b06b32d3d2e33637fa55599fba7858eb0e1725d3d143eb2dfab
libapache2-mod-tile_0.7.1-2.debian.tar.xz 9.8 KiB 8216a0be48a470575ead4cd1442f97a72efb140f3391164ca87e932d026bd8d0

Available diffs

No changes file available.

Binary packages built by this source

libapache2-mod-tile: Apache module to deliver tiles created by renderd

 mod_tile is a system to serve raster tiles for example to use within a
 slippy map. It provides a dynamic combination of efficient caching and
 on the fly rendering. Due to its dynamic rendering, only a small
 fraction of overall tiles need to be kept on disk, reducing the
 resources required. At the same time, its caching strategy allows for a
 high performance serving and can support several thousand requests per
 second.
 .
 mod_tile was originally written for serving the tiles of the main
 OpenStreetMap map (Mapnik layer), but since is being used on a variety
 of different servers providing maps on top of OpenStreetMap data.
 .
 This package contains the Apache module that receives map tiles requests
 and satisfies them from tiles stored on disk, or queries a renderd
 instance to create them.

libapache2-mod-tile-dbgsym: debug symbols for libapache2-mod-tile
renderd: Daemon that renders map tiles using mapnik

 mod_tile is a system to serve raster tiles for example to use within a
 slippy map. It provides a dynamic combination of efficient caching and
 on the fly rendering. Due to its dynamic rendering, only a small
 fraction of overall tiles need to be kept on disk, reducing the
 resources required. At the same time, its caching strategy allows for a
 high performance serving and can support several thousand requests per
 second.
 .
 This package contains the renderd daemon that creates "metatiles" for
 map tile requests issued by mod_tile using the mapnik library.

renderd-dbgsym: debug symbols for renderd