Source: tilestache
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: David Paleino <dapal@debian.org>,
           Bas Couwenberg <sebastic@debian.org>
Section: web
Priority: extra
Build-Depends: debhelper (>= 9~),
               dh-python,
               python-all (>= 2.6.6-3~),
               python-gdal,
               python-modestmaps (>= 1.3.0),
               python-pkg-resources,
               python-mapbox-vector-tile,
               python-memcache,
               python-nose,
               python-setuptools,
               python-shapely,
               python-werkzeug
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/tilestache.git
Vcs-Git: https://anonscm.debian.org/git/pkg-grass/tilestache.git
Homepage: http://tilestache.org

Package: tilestache
Architecture: all
Depends: fonts-dejavu-core,
         ${python:Depends},
         ${misc:Depends}
Recommends: libjs-modestmaps (>= 2.0.0),
            python-blit,
            python-gdal,
            python-mapnik,
            python-psycopg2,
            python-pyproj,
            python-pysolr,
            python-shapely
Suggests: python-boto,
          python-memcache,
          python-redis
Description: map tiles caching system
 TileStache is a Python-based server application that can serve up map tiles
 based on rendered geographic data.
 .
 TileStache features:
 .
  - Renders Mapnik maps.
  - Serves pre-rendered tiles out of MBTiles tilesets.
  - Generates vector tiles from OGR datasources in GeoJSON usable in Polymaps.
  - Caches to disk, Memcache, Amazon S3, MBTiles, and elsewhere.
  - Serves tiles in Google-style spherical mercator projection and WGS84
    lat/lon projection.
  - Runs from CGI, mod_python, or Gunicorn WSGI.
  - Uses metatiles.

