Metadata-Version: 2.4
Name: MapProxy
Version: 1.16.1
Summary: An accelerating proxy for tile and web map services
Home-page: https://mapproxy.org
Author: Oliver Tonnhofer
Author-email: olt@omniscale.de
Maintainer: terrestris GmbH & Co. KG
Maintainer-email: info@terrestris.de
License: Apache Software License 2.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Internet :: Proxy Servers
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: Topic :: Scientific/Engineering :: GIS
Description-Content-Type: text/x-rst
License-File: LICENSE.txt
License-File: COPYING.txt
License-File: AUTHORS.txt
Requires-Dist: PyYAML>=3.0
Requires-Dist: Pillow!=2.4.0,!=8.3.0,!=8.3.1
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: maintainer
Dynamic: maintainer-email
Dynamic: requires-dist
Dynamic: summary

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.

.. image:: https://mapproxy.org/mapproxy.png

MapProxy is a tile cache, but also offers many new and innovative features like full support for WMS clients.

MapProxy is released under the Apache Software License 2.0, runs on Unix/Linux and Windows and is easy to install and to configure.

Go to https://mapproxy.org/ for more information.

The latest documentation is available at: http://mapproxy.github.io/mapproxy/

Older documentation is available at: https://mapproxy.org/documentation

Changes
-------
1.16.1 2025-04-10
~~~~~~~~~~~~~~~~~

Fixes:

- Security fix to prevent XSS injections in demo pages
- Security fix to prevent reading file urls


Nightly
~~~~~~~~~~~~~~~~~

1.16.0 2023-04-13
~~~~~~~~~~~~~~~~~
Breaking:

- Removal of old unsupported python versions 2.7 and 3.6
- Tested python version range is now 3.7 to 3.11
- Lots of dependency updates

Improvements:

- New cache: Azure Blob storage
- Lots of dependency updates
- Support for JSON legends
- Updated layer preview to use latest openlayers
- Official docker images released, documentation updated

Fixes:

- Fixed issues with sqlite cache (#629 and #625)
- Dependency correction
- library detection difficulties on some operating systems
- encoding issues with umlauts in featureinfo
- Several minor bugfixes
- mapproxy-util export - derive image format from cache config

1.15.1 2022-06-14
~~~~~~~~~~~~~~~~~

Fixes:

- Fixup release on PyPI

1.15.0 2022-06-14
~~~~~~~~~~~~~~~~~

Improvements:

- WMS Dimension caching (#449)
- Add a mechanism to define plugins (#578)
- Support of non-EPSG SRS authorities (#572)
- Support for python 3.10 (#582)

Fixes:

- Several minor bugfixes

1.14.0 2021-11-24
~~~~~~~~~~~~~~~~~

Improvements:

- Refresh while serving (#518).
- Enabled commandline option `skip uncached` (#515)
- Several dependencies updated
- Support for python 3.5 has been dropped because of its EOL, 3.9 has been added

Fixes:

- Several minor bugfixes
- Security fix to avoid potential web cache poisoning.

1.13.2 2021-07-14
~~~~~~~~~~~~~~~~~

Fixes:

- Hotfix: Fixup demo service (#528).

1.13.1 2021-07-13
~~~~~~~~~~~~~~~~~

Improvements:

- Support cookie management for HTTP sources.

Fixes:

- Security fix for local file disclosure (#526).


Older changes
-------------
See https://raw.github.com/mapproxy/mapproxy/master/CHANGES.txt
