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 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
|
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: optional
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: 4.2.1
Vcs-Browser: https://salsa.debian.org/debian-gis-team/tilestache
Vcs-Git: https://salsa.debian.org/debian-gis-team/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.
|