Metadata-Version: 2.1
Name: MapProxy
Version: 4.0.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.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
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: future
Requires-Dist: pyproj>=2
Requires-Dist: jsonschema>=4
Requires-Dist: werkzeug<4
Requires-Dist: Pillow!=2.4.0,!=8.3.0,!=8.3.1

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 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 documentation is available at: http://mapproxy.github.io/mapproxy/latest/

Changes
-------
4.0.1 2025-03-25
~~~~~~~~~~~~~~~~

Improvements:

  - Added docs regarding OGC API support

Fixes:

  - WMTS Demo now works if kvp is disabled


4.0.0 2025-03-21
~~~~~~~~~~~~~~~~

Breaking:
  - Removed legacy seed configuration.
  - Removed Python 3.8 support.
  - Removed riak support as the client library is not maintained anymore. If you rely on the riak support you have to
    continue to use version 3.1.3 with Python 3.8.

Improvements:

  - The tile removal and refresh code is improved by simplifying the usage of `remove_timestamp` and `before_timestamp`
    and complementing them by new `remove_all` and `refresh_all` parameters.
  - Add a default logging config to the docker images.
  - Add environment variables to the docker images to enable and configure multiapp support.
  - Added a docker compose file to make it easy to run & build docker images and to use as reference.
  - Updated and improved the documentation about usage of the docker images.

Maintenance:

  - Use python build instead of invoking setup.py.
  - Removal of the six library.
  - Removed array initializers in function signatures.

Fixes:

  - Added `AdminstrativeArea` to WMTS serviceprovider metadata.
  - Fixed spelling & grammar in seed.rst.
  - Fixed problem with combined usage of `coverage` and the `remove_all` cache config parameters.
  - Fixed missing dimension parameters in the `remove_tile` functions of various caches.


3.1.3 2024-11-26
~~~~~~~~~~~~~~~~

Maintenance:

  - Several dependencies for the tests and GitHub actions have been updated
  - Spelling and grammar mistakes in the documentation corrected

Fixes:

  - The chmod to update file permissions is now only called if the file was freshly created
  - A bug with clipping polygons that become multi polygons due to the clipping is now fixed


3.1.2 2024-11-20
~~~~~~~~~~~~~~~~

Maintenance:

  - Several dependencies for the tests and github actions have been updated

Fixes:

  - Metadata URLs are now required to have a `url`, `type` and `format`
  - The layers of a wms `req` are now correctly splitted at `,` for validation
  - The validation for seeding configs is fixed
  - Single color tiles are now created with configured file_permissions


3.1.1 2024-11-15
~~~~~~~~~~~~~~~~

Maintenance:

  - Werkzeug version is no longer pinned and can be chosen freely.

Fixes:

  - The permission handling for file locks now also sets permissions on the files not just on the directories.


3.1.0 2024-10-22
~~~~~~~~~~~~~~~~

Improvements:

  - Add new config parameters `file_permissions` and `directory_permissions` to set file and directory
    permissions on newly created cache files and directories.

Maintenance:

  - Dependency updates

Fixes:

  - Fix transparency in TMS demo page.


3.0.1 2024-08-27
~~~~~~~~~~~~~~~~

Fixes:

  - Fix capabilities links in demo page and config template
  - Trivy report format



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