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 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86
|
Source: mapproxy
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Bas Couwenberg <sebastic@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 10~),
dh-python,
libgdal-dev,
python3-all,
python3-lxml,
python3-pil,
python3-pkg-resources,
python3-pytest,
python3-redis,
python3-requests,
python3-setuptools,
python3-shapely,
python3-sphinx,
python3-sphinx-bootstrap-theme,
python3-webtest,
python3-yaml,
docbook2x,
docbook-xsl,
docbook-xml,
xsltproc
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/debian-gis-team/mapproxy
Vcs-Git: https://salsa.debian.org/debian-gis-team/mapproxy.git
Homepage: http://mapproxy.org/
Package: mapproxy
Architecture: all
Section: web
Depends: python3-mapproxy (= ${binary:Version}),
${misc:Depends}
Suggests: mapproxy-doc
Description: open source proxy for geospatial data
MapProxy is an open source proxy for geospatial data. It caches, accelerates
and transforms data from existing map services and serves any desktop or web
GIS client.
.
MapProxy is a tile server (WMS-C, TMS, WMTS, KML SuperOverlays), and also a
fully compliant WMS server supporting any WMS client (desktop and web).
.
This package provides the mapproxy utilities.
Package: python3-mapproxy
Architecture: all
Depends: fonts-dejavu-core,
python3-pil,
python3-pkg-resources,
python3-pyproj,
python3-yaml,
${python3:Depends},
${misc:Depends}
Recommends: python3-boto3,
python3-botocore,
python3-gdal,
python3-lxml,
python3-pastedeploy,
python3-redis,
python3-shapely
Description: open source proxy for geospatial data - Python 3 module
MapProxy is an open source proxy for geospatial data. It caches, accelerates
and transforms data from existing map services and serves any desktop or web
GIS client.
.
MapProxy is a tile server (WMS-C, TMS, WMTS, KML SuperOverlays), and also a
fully compliant WMS server supporting any WMS client (desktop and web).
.
This package provides the mapproxy module for Python 3.
Package: mapproxy-doc
Architecture: all
Section: doc
Depends: ${sphinxdoc:Depends},
${misc:Depends}
Description: open source proxy for geospatial data - documentation
MapProxy is an open source proxy for geospatial data. It caches, accelerates
and transforms data from existing map services and serves any desktop or web
GIS client.
.
MapProxy is a tile server (WMS-C, TMS, WMTS, KML SuperOverlays), and also a
fully compliant WMS server supporting any WMS client (desktop and web).
.
This package provides the MapProxy documentation.
|