MapProxy 3.1.3__tar.gz → 4.0.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {MapProxy-3.1.3 → mapproxy-4.0.0}/CHANGES.txt +32 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/MapProxy.egg-info/PKG-INFO +52 -28
- {MapProxy-3.1.3 → mapproxy-4.0.0}/MapProxy.egg-info/SOURCES.txt +1 -3
- {MapProxy-3.1.3 → mapproxy-4.0.0}/MapProxy.egg-info/entry_points.txt +0 -1
- {MapProxy-3.1.3 → mapproxy-4.0.0}/MapProxy.egg-info/requires.txt +2 -5
- {MapProxy-3.1.3 → mapproxy-4.0.0}/PKG-INFO +52 -28
- {MapProxy-3.1.3 → mapproxy-4.0.0}/doc/auth.rst +2 -1
- {MapProxy-3.1.3 → mapproxy-4.0.0}/doc/caches.rst +2 -49
- {MapProxy-3.1.3 → mapproxy-4.0.0}/doc/deployment.rst +3 -3
- {MapProxy-3.1.3 → mapproxy-4.0.0}/doc/install.rst +2 -2
- mapproxy-4.0.0/doc/install_docker.rst +110 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/doc/install_windows.rst +2 -2
- {MapProxy-3.1.3 → mapproxy-4.0.0}/doc/seed.rst +8 -121
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/cache/compact.py +2 -2
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/cache/couchdb.py +1 -1
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/cache/geopackage.py +4 -4
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/cache/mbtiles.py +5 -5
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/cache/s3.py +1 -1
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/client/wms.py +1 -6
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/config/loader.py +0 -34
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/config/spec.py +0 -17
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/config_template/base_config/full_example.yaml +0 -16
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/script/export.py +1 -1
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/script/util.py +4 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/seed/cleanup.py +9 -4
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/seed/config.py +17 -93
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/seed/seeder.py +14 -7
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/seed/util.py +6 -6
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/service/templates/wmts100capabilities.xml +1 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/service/tile.py +2 -2
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/service/wms.py +3 -3
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/mocker.py +3 -24
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/fixture/cache_bulk_meta_tiles.yaml +0 -1
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/fixture/minimal_cgi.py +1 -4
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/fixture/seed.yaml +7 -9
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/test_cache_s3.py +0 -6
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/test_seed.py +35 -33
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/unit/test_cache_compact.py +6 -6
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/unit/test_cache_geopackage.py +2 -2
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/unit/test_cache_mbtile.py +1 -1
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/unit/test_seed.py +3 -3
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/unit/test_seed_cachelock.py +1 -2
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/util/ext/tempita/__init__.py +2 -8
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/util/ext/tempita/_looper.py +0 -7
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/util/fs.py +30 -24
- mapproxy-4.0.0/pyproject.toml +3 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/requirements-tests.txt +6 -10
- {MapProxy-3.1.3 → mapproxy-4.0.0}/setup.py +1 -3
- MapProxy-3.1.3/doc/install_docker.rst +0 -116
- MapProxy-3.1.3/mapproxy/cache/riak.py +0 -206
- MapProxy-3.1.3/mapproxy/test/system/fixture/seed_old.yaml +0 -12
- MapProxy-3.1.3/mapproxy/test/unit/test_cache_riak.py +0 -80
- {MapProxy-3.1.3 → mapproxy-4.0.0}/AUTHORS.txt +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/COPYING.txt +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/LICENSE.txt +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/MANIFEST.in +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/MapProxy.egg-info/dependency_links.txt +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/MapProxy.egg-info/not-zip-safe +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/MapProxy.egg-info/top_level.txt +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/README.md +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/doc/GM.txt +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/doc/_static/logo.png +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/doc/_static/logo_title.png +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/doc/_static/mapproxy.css +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/doc/_templates/versions.html +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/doc/caching_layer_dimensions.rst +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/doc/conf.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/doc/configuration.rst +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/doc/configuration_examples.rst +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/doc/coverages.rst +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/doc/decorate_img.rst +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/doc/development.rst +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/doc/imgs/bicubic.png +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/doc/imgs/bilinear.png +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/doc/imgs/labeling-dynamic.png +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/doc/imgs/labeling-meta-buffer.png +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/doc/imgs/labeling-metatiling-buffer.png +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/doc/imgs/labeling-metatiling.png +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/doc/imgs/labeling-no-clip.png +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/doc/imgs/labeling-no-placement.png +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/doc/imgs/labeling-partial-false.png +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/doc/imgs/labeling-repeated.png +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/doc/imgs/mapnik-webmerc-hq.png +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/doc/imgs/mapnik-webmerc.png +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/doc/imgs/mapproxy-demo.png +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/doc/imgs/nearest.png +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/doc/index.rst +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/doc/inspire.rst +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/doc/install_osgeo4w.rst +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/doc/labeling.rst +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/doc/mapproxy_util.rst +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/doc/mapproxy_util_autoconfig.rst +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/doc/plugins.rst +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/doc/services.rst +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/doc/sources.rst +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/doc/tutorial.rst +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/doc/tutorial.yaml +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/doc/yaml/cache_conf.yaml +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/doc/yaml/grid_conf.yaml +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/doc/yaml/merged_conf.yaml +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/doc/yaml/meta_conf.yaml +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/doc/yaml/seed.yaml +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/doc/yaml/simple_conf.yaml +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/__init__.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/cache/__init__.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/cache/azureblob.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/cache/base.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/cache/dummy.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/cache/file.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/cache/legend.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/cache/meta.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/cache/path.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/cache/redis.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/cache/renderd.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/cache/tile.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/client/__init__.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/client/arcgis.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/client/cgi.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/client/http.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/client/log.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/client/tile.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/compat/__init__.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/compat/image.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/config/__init__.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/config/config-schema.json +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/config/config.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/config/coverage.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/config/defaults.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/config/validator.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/config_template/__init__.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/config_template/base_config/config.wsgi +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/config_template/base_config/full_seed_example.yaml +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/config_template/base_config/log.ini +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/config_template/base_config/mapproxy.yaml +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/config_template/base_config/seed.yaml +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/exception.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/featureinfo.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/grid.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/image/__init__.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/image/fonts/DejaVuSans.ttf +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/image/fonts/DejaVuSansMono.ttf +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/image/fonts/LICENSE +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/image/fonts/__init__.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/image/mask.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/image/merge.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/image/message.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/image/opts.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/image/tile.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/image/transform.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/layer.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/multiapp.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/proj.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/request/__init__.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/request/arcgis.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/request/base.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/request/tile.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/request/wms/__init__.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/request/wms/exception.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/request/wmts.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/response.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/script/__init__.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/script/conf/__init__.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/script/conf/app.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/script/conf/caches.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/script/conf/geopackage.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/script/conf/layers.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/script/conf/seeds.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/script/conf/sources.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/script/conf/utils.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/script/defrag.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/script/grids.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/script/scales.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/script/wms_capabilities.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/seed/__init__.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/seed/cachelock.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/seed/script.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/seed/spec.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/service/__init__.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/service/base.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/service/demo.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/service/kml.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/service/ows.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/service/template_helper.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/service/templates/demo/capabilities_demo.html +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/service/templates/demo/demo.html +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/service/templates/demo/openlayers-demo.cfg +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/service/templates/demo/static/img/blank.gif +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/service/templates/demo/static/img/east-mini.png +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/service/templates/demo/static/img/north-mini.png +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/service/templates/demo/static/img/south-mini.png +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/service/templates/demo/static/img/west-mini.png +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/service/templates/demo/static/img/zoom-minus-mini.png +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/service/templates/demo/static/img/zoom-plus-mini.png +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/service/templates/demo/static/img/zoom-world-mini.png +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/service/templates/demo/static/logo.png +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/service/templates/demo/static/ol.css +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/service/templates/demo/static/ol.js +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/service/templates/demo/static/proj4.min.js +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/service/templates/demo/static/proj4defs.js +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/service/templates/demo/static/site.css +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/service/templates/demo/static/theme/default/framedCloud.css +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/service/templates/demo/static/theme/default/google.css +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/service/templates/demo/static/theme/default/ie6-style.css +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/service/templates/demo/static/theme/default/style.css +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/service/templates/demo/static.html +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/service/templates/demo/tms_demo.html +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/service/templates/demo/wms_demo.html +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/service/templates/demo/wmts_demo.html +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/service/templates/ows_exception.xml +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/service/templates/tms_capabilities.xml +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/service/templates/tms_exception.xml +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/service/templates/tms_root_resource.xml +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/service/templates/tms_tilemap_capabilities.xml +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/service/templates/wms100capabilities.xml +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/service/templates/wms100exception.xml +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/service/templates/wms110capabilities.xml +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/service/templates/wms110exception.xml +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/service/templates/wms111capabilities.xml +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/service/templates/wms111exception.xml +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/service/templates/wms130capabilities.xml +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/service/templates/wms130exception.xml +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/service/templates/wmts100exception.xml +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/service/wmts.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/source/__init__.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/source/arcgis.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/source/error.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/source/mapnik.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/source/tile.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/source/wms.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/srs.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/template.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/__init__.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/conftest.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/helper.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/http.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/image.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/schemas/inspire/common/1.0/common.xsd +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/schemas/inspire/common/1.0/enums/enum_bul.xsd +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/schemas/inspire/common/1.0/enums/enum_cze.xsd +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/schemas/inspire/common/1.0/enums/enum_dan.xsd +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/schemas/inspire/common/1.0/enums/enum_dut.xsd +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/schemas/inspire/common/1.0/enums/enum_eng.xsd +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/schemas/inspire/common/1.0/enums/enum_est.xsd +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/schemas/inspire/common/1.0/enums/enum_fin.xsd +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/schemas/inspire/common/1.0/enums/enum_fre.xsd +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/schemas/inspire/common/1.0/enums/enum_ger.xsd +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/schemas/inspire/common/1.0/enums/enum_gle.xsd +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/schemas/inspire/common/1.0/enums/enum_gre.xsd +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/schemas/inspire/common/1.0/enums/enum_hun.xsd +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/schemas/inspire/common/1.0/enums/enum_ita.xsd +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/schemas/inspire/common/1.0/enums/enum_lav.xsd +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/schemas/inspire/common/1.0/enums/enum_lit.xsd +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/schemas/inspire/common/1.0/enums/enum_mlt.xsd +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/schemas/inspire/common/1.0/enums/enum_pol.xsd +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/schemas/inspire/common/1.0/enums/enum_por.xsd +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/schemas/inspire/common/1.0/enums/enum_rum.xsd +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/schemas/inspire/common/1.0/enums/enum_slo.xsd +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/schemas/inspire/common/1.0/enums/enum_slv.xsd +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/schemas/inspire/common/1.0/enums/enum_spa.xsd +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/schemas/inspire/common/1.0/enums/enum_swe.xsd +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/schemas/inspire/common/1.0/network.xsd +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/schemas/inspire/inspire_vs/1.0/inspire_vs.xsd +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/schemas/kml/2.2.0/ReadMe.txt +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/schemas/kml/2.2.0/atom-author-link.xsd +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/schemas/kml/2.2.0/ogckml22.xsd +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/schemas/kml/2.2.0/xAL.xsd +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/schemas/ows/1.1.0/ReadMe.txt +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/schemas/ows/1.1.0/ows19115subset.xsd +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/schemas/ows/1.1.0/owsAll.xsd +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/schemas/ows/1.1.0/owsCommon.xsd +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/schemas/ows/1.1.0/owsContents.xsd +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/schemas/ows/1.1.0/owsDataIdentification.xsd +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/schemas/ows/1.1.0/owsDomainType.xsd +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/schemas/ows/1.1.0/owsExceptionReport.xsd +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/schemas/ows/1.1.0/owsGetCapabilities.xsd +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/schemas/ows/1.1.0/owsGetResourceByID.xsd +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/schemas/ows/1.1.0/owsInputOutputData.xsd +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/schemas/ows/1.1.0/owsManifest.xsd +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/schemas/ows/1.1.0/owsOperationsMetadata.xsd +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/schemas/ows/1.1.0/owsServiceIdentification.xsd +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/schemas/ows/1.1.0/owsServiceProvider.xsd +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/schemas/sld/1.1.0/sld_capabilities.xsd +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/schemas/wms/1.0.0/capabilities_1_0_0.dtd +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/schemas/wms/1.0.0/capabilities_1_0_0.xml +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/schemas/wms/1.0.7/capabilities_1_0_7.dtd +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/schemas/wms/1.0.7/capabilities_1_0_7.xml +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/schemas/wms/1.1.0/capabilities_1_1_0.dtd +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/schemas/wms/1.1.0/capabilities_1_1_0.xml +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/schemas/wms/1.1.0/exception_1_1_0.dtd +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/schemas/wms/1.1.0/exception_1_1_0.xml +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/schemas/wms/1.1.1/OGC-exception.xsd +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/schemas/wms/1.1.1/WMS_DescribeLayerResponse.dtd +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/schemas/wms/1.1.1/WMS_MS_Capabilities.dtd +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/schemas/wms/1.1.1/WMS_exception_1_1_1.dtd +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/schemas/wms/1.1.1/capabilities_1_1_1.dtd +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/schemas/wms/1.1.1/capabilities_1_1_1.xml +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/schemas/wms/1.1.1/exception_1_1_1.dtd +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/schemas/wms/1.1.1/exception_1_1_1.xml +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/schemas/wms/1.3.0/ReadMe.txt +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/schemas/wms/1.3.0/capabilities_1_3_0.xml +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/schemas/wms/1.3.0/capabilities_1_3_0.xsd +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/schemas/wms/1.3.0/exceptions_1_3_0.xml +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/schemas/wms/1.3.0/exceptions_1_3_0.xsd +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/schemas/wmsc/1.1.1/OGC-exception.xsd +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/schemas/wmsc/1.1.1/WMS_DescribeLayerResponse.dtd +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/schemas/wmsc/1.1.1/WMS_MS_Capabilities.dtd +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/schemas/wmsc/1.1.1/WMS_exception_1_1_1.dtd +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/schemas/wmsc/1.1.1/capabilities_1_1_1.dtd +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/schemas/wmsc/1.1.1/capabilities_1_1_1.xml +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/schemas/wmsc/1.1.1/exception_1_1_1.dtd +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/schemas/wmsc/1.1.1/exception_1_1_1.xml +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/schemas/wmts/1.0/ReadMe.txt +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/schemas/wmts/1.0/wmts.xsd +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/schemas/wmts/1.0/wmtsAbstract.wsdl +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/schemas/wmts/1.0/wmtsGetCapabilities_request.xsd +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/schemas/wmts/1.0/wmtsGetCapabilities_response.xsd +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/schemas/wmts/1.0/wmtsGetFeatureInfo_request.xsd +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/schemas/wmts/1.0/wmtsGetFeatureInfo_response.xsd +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/schemas/wmts/1.0/wmtsGetTile_request.xsd +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/schemas/wmts/1.0/wmtsKVP.xsd +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/schemas/wmts/1.0/wmtsPayload_response.xsd +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/schemas/xlink/1.0.0/ReadMe.txt +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/schemas/xlink/1.0.0/xlinks.xsd +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/schemas/xml.xsd +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/__init__.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/fixture/arcgis.yaml +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/fixture/auth.yaml +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/fixture/cache.mbtiles +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/fixture/cache_azureblob.yaml +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/fixture/cache_band_merge.yaml +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/fixture/cache_coverage.yaml +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/fixture/cache_data/dop_cache_EPSG3857/00/000/000/000/000/000/000.png +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/fixture/cache_data/wms_cache_EPSG900913/01/000/000/000/000/000/001.jpeg +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/fixture/cache_data/wms_cache_transparent_EPSG900913/01/000/000/000/000/000/001.png +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/fixture/cache_geopackage.yaml +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/fixture/cache_grid_names.yaml +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/fixture/cache_mbtiles.yaml +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/fixture/cache_s3.yaml +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/fixture/cache_source.yaml +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/fixture/combined_sources.yaml +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/fixture/coverage.yaml +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/fixture/demo.yaml +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/fixture/dimension.yaml +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/fixture/disable_storage.yaml +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/fixture/empty_ogrdata.geojson +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/fixture/formats.yaml +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/fixture/inspire.yaml +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/fixture/inspire_full.yaml +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/fixture/kml_layer.yaml +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/fixture/layer.yaml +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/fixture/layergroups.yaml +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/fixture/layergroups_root.yaml +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/fixture/legendgraphic.yaml +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/fixture/mapnik_source.yaml +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/fixture/mapproxy_export.yaml +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/fixture/mapserver.yaml +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/fixture/mixed_mode.yaml +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/fixture/multi_cache_layers.yaml +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/fixture/multiapp1.yaml +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/fixture/multiapp2.yaml +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/fixture/renderd_client.yaml +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/fixture/scalehints.yaml +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/fixture/seed_mapproxy.yaml +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/fixture/seed_timeouts.yaml +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/fixture/seed_timeouts_mapproxy.yaml +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/fixture/seedonly.yaml +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/fixture/sld.yaml +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/fixture/source_errors.yaml +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/fixture/source_errors_raise.yaml +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/fixture/tileservice_origin.yaml +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/fixture/tileservice_refresh.yaml +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/fixture/tilesource_minmax_res.yaml +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/fixture/util-conf-base-grids.yaml +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/fixture/util-conf-overwrite.yaml +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/fixture/util-conf-wms-111-cap.xml +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/fixture/util_grids.yaml +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/fixture/util_wms_capabilities111.xml +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/fixture/util_wms_capabilities130.xml +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/fixture/util_wms_capabilities_service_exception.xml +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/fixture/watermark.yaml +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/fixture/wms_srs_extent.yaml +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/fixture/wms_versions.yaml +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/fixture/wmts.yaml +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/fixture/wmts_dimensions.yaml +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/fixture/xslt_featureinfo.yaml +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/fixture/xslt_featureinfo_input.yaml +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/test_arcgis.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/test_auth.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/test_behind_proxy.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/test_bulk_meta_tiles.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/test_cache_azureblob.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/test_cache_band_merge.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/test_cache_coverage.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/test_cache_geopackage.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/test_cache_grid_names.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/test_cache_mbtiles.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/test_cache_source.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/test_combined_sources.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/test_coverage.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/test_decorate_img.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/test_demo.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/test_demo_with_extra_service.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/test_dimensions.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/test_disable_storage.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/test_formats.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/test_inspire_vs.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/test_kml.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/test_layergroups.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/test_legendgraphic.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/test_mapnik.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/test_mapserver.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/test_mixed_mode_format.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/test_multi_cache_layers.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/test_multiapp.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/test_refresh.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/test_renderd_client.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/test_response_headers.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/test_scalehints.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/test_seed_only.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/test_sld.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/test_source_errors.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/test_tilesource_minmax_res.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/test_tms.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/test_tms_origin.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/test_util_conf.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/test_util_export.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/test_util_grids.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/test_util_wms_capabilities.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/test_watermark.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/test_wms.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/test_wms_srs_extent.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/test_wms_version.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/test_wmsc.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/test_wmts.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/test_wmts_dimensions.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/test_wmts_restful.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/system/test_xslt_featureinfo.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/test_http_helper.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/unit/__init__.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/unit/epsg +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/unit/polygons/polygons.dbf +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/unit/polygons/polygons.shp +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/unit/polygons/polygons.shx +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/unit/test_async.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/unit/test_auth.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/unit/test_cache.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/unit/test_cache_azureblob.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/unit/test_cache_couchdb.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/unit/test_cache_redis.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/unit/test_cache_s3.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/unit/test_cache_tile.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/unit/test_client.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/unit/test_client_arcgis.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/unit/test_client_cgi.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/unit/test_collections.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/unit/test_concat_legends.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/unit/test_conf_loader.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/unit/test_conf_validator.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/unit/test_config.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/unit/test_decorate_img.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/unit/test_exceptions.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/unit/test_featureinfo.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/unit/test_file_lock_load.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/unit/test_fs.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/unit/test_geom.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/unit/test_grid.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/unit/test_image.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/unit/test_image_mask.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/unit/test_image_messages.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/unit/test_image_options.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/unit/test_isodate.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/unit/test_multiapp.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/unit/test_ogr_reader.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/unit/test_request.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/unit/test_request_wmts.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/unit/test_response.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/unit/test_srs.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/unit/test_tiled_source.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/unit/test_tilefilter.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/unit/test_times.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/unit/test_timeutils.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/unit/test_util_conf_utils.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/unit/test_utils.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/unit/test_wms_capabilities.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/unit/test_wms_layer.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/test/unit/test_yaml.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/tilefilter.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/util/__init__.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/util/async_.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/util/collections.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/util/coverage.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/util/ext/__init__.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/util/ext/dictspec/__init__.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/util/ext/dictspec/spec.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/util/ext/dictspec/test/__init__.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/util/ext/dictspec/test/test_validator.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/util/ext/dictspec/validator.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/util/ext/local.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/util/ext/lockfile.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/util/ext/odict.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/util/ext/serving.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/util/ext/tempita/string_utils.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/util/ext/wmsparse/__init__.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/util/ext/wmsparse/duration.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/util/ext/wmsparse/parse.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/util/ext/wmsparse/test/__init__.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/util/ext/wmsparse/test/test_parse.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/util/ext/wmsparse/test/test_util.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/util/ext/wmsparse/test/wms-example-111.xml +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/util/ext/wmsparse/test/wms-example-130.xml +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/util/ext/wmsparse/test/wms-large-111.xml +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/util/ext/wmsparse/test/wms_nasa_cap.xml +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/util/ext/wmsparse/util.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/util/geom.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/util/lib.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/util/lock.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/util/ogr.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/util/py.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/util/times.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/util/yaml.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/version.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/mapproxy/wsgiapp.py +0 -0
- {MapProxy-3.1.3 → mapproxy-4.0.0}/setup.cfg +0 -0
|
@@ -1,3 +1,35 @@
|
|
|
1
|
+
4.0.0 2025-03-21
|
|
2
|
+
~~~~~~~~~~~~~~~~
|
|
3
|
+
|
|
4
|
+
Breaking:
|
|
5
|
+
- Removed legacy seed configuration.
|
|
6
|
+
- Removed Python 3.8 support.
|
|
7
|
+
- Removed riak support as the client library is not maintained anymore. If you rely on the riak support you have to
|
|
8
|
+
continue to use version 3.1.3 with Python 3.8.
|
|
9
|
+
|
|
10
|
+
Improvements:
|
|
11
|
+
|
|
12
|
+
- The tile removal and refresh code is improved by simplifying the usage of `remove_timestamp` and `before_timestamp`
|
|
13
|
+
and complementing them by new `remove_all` and `refresh_all` parameters.
|
|
14
|
+
- Add a default logging config to the docker images.
|
|
15
|
+
- Add environment variables to the docker images to enable and configure multiapp support.
|
|
16
|
+
- Added a docker compose file to make it easy to run & build docker images and to use as reference.
|
|
17
|
+
- Updated and improved the documentation about usage of the docker images.
|
|
18
|
+
|
|
19
|
+
Maintenance:
|
|
20
|
+
|
|
21
|
+
- Use python build instead of invoking setup.py.
|
|
22
|
+
- Removal of the six library.
|
|
23
|
+
- Removed array initializers in function signatures.
|
|
24
|
+
|
|
25
|
+
Fixes:
|
|
26
|
+
|
|
27
|
+
- Added `AdminstrativeArea` to WMTS serviceprovider metadata.
|
|
28
|
+
- Fixed spelling & grammar in seed.rst.
|
|
29
|
+
- Fixed problem with combined usage of `coverage` and the `remove_all` cache config parameters.
|
|
30
|
+
- Fixed missing dimension parameters in the `remove_tile` functions of various caches.
|
|
31
|
+
|
|
32
|
+
|
|
1
33
|
3.1.3 2024-11-26
|
|
2
34
|
~~~~~~~~~~~~~~~~
|
|
3
35
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: MapProxy
|
|
3
|
-
Version:
|
|
3
|
+
Version: 4.0.0
|
|
4
4
|
Summary: An accelerating proxy for tile and web map services
|
|
5
5
|
Home-page: https://mapproxy.org
|
|
6
6
|
Author: Oliver Tonnhofer
|
|
@@ -8,11 +8,9 @@ Author-email: olt@omniscale.de
|
|
|
8
8
|
Maintainer: terrestris GmbH & Co. KG
|
|
9
9
|
Maintainer-email: info@terrestris.de
|
|
10
10
|
License: Apache Software License 2.0
|
|
11
|
-
Platform: UNKNOWN
|
|
12
11
|
Classifier: Development Status :: 5 - Production/Stable
|
|
13
12
|
Classifier: License :: OSI Approved :: Apache Software License
|
|
14
13
|
Classifier: Operating System :: OS Independent
|
|
15
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
16
14
|
Classifier: Programming Language :: Python :: 3.9
|
|
17
15
|
Classifier: Programming Language :: Python :: 3.10
|
|
18
16
|
Classifier: Programming Language :: Python :: 3.11
|
|
@@ -24,6 +22,24 @@ Description-Content-Type: text/x-rst
|
|
|
24
22
|
License-File: LICENSE.txt
|
|
25
23
|
License-File: COPYING.txt
|
|
26
24
|
License-File: AUTHORS.txt
|
|
25
|
+
Requires-Dist: PyYAML>=3.0
|
|
26
|
+
Requires-Dist: future
|
|
27
|
+
Requires-Dist: pyproj>=2
|
|
28
|
+
Requires-Dist: jsonschema>=4
|
|
29
|
+
Requires-Dist: werkzeug<4
|
|
30
|
+
Requires-Dist: Pillow!=2.4.0,!=8.3.0,!=8.3.1
|
|
31
|
+
Dynamic: author
|
|
32
|
+
Dynamic: author-email
|
|
33
|
+
Dynamic: classifier
|
|
34
|
+
Dynamic: description
|
|
35
|
+
Dynamic: description-content-type
|
|
36
|
+
Dynamic: home-page
|
|
37
|
+
Dynamic: license
|
|
38
|
+
Dynamic: license-file
|
|
39
|
+
Dynamic: maintainer
|
|
40
|
+
Dynamic: maintainer-email
|
|
41
|
+
Dynamic: requires-dist
|
|
42
|
+
Dynamic: summary
|
|
27
43
|
|
|
28
44
|
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.
|
|
29
45
|
|
|
@@ -37,6 +53,38 @@ The documentation is available at: http://mapproxy.github.io/mapproxy/latest/
|
|
|
37
53
|
|
|
38
54
|
Changes
|
|
39
55
|
-------
|
|
56
|
+
4.0.0 2025-03-21
|
|
57
|
+
~~~~~~~~~~~~~~~~
|
|
58
|
+
|
|
59
|
+
Breaking:
|
|
60
|
+
- Removed legacy seed configuration.
|
|
61
|
+
- Removed Python 3.8 support.
|
|
62
|
+
- Removed riak support as the client library is not maintained anymore. If you rely on the riak support you have to
|
|
63
|
+
continue to use version 3.1.3 with Python 3.8.
|
|
64
|
+
|
|
65
|
+
Improvements:
|
|
66
|
+
|
|
67
|
+
- The tile removal and refresh code is improved by simplifying the usage of `remove_timestamp` and `before_timestamp`
|
|
68
|
+
and complementing them by new `remove_all` and `refresh_all` parameters.
|
|
69
|
+
- Add a default logging config to the docker images.
|
|
70
|
+
- Add environment variables to the docker images to enable and configure multiapp support.
|
|
71
|
+
- Added a docker compose file to make it easy to run & build docker images and to use as reference.
|
|
72
|
+
- Updated and improved the documentation about usage of the docker images.
|
|
73
|
+
|
|
74
|
+
Maintenance:
|
|
75
|
+
|
|
76
|
+
- Use python build instead of invoking setup.py.
|
|
77
|
+
- Removal of the six library.
|
|
78
|
+
- Removed array initializers in function signatures.
|
|
79
|
+
|
|
80
|
+
Fixes:
|
|
81
|
+
|
|
82
|
+
- Added `AdminstrativeArea` to WMTS serviceprovider metadata.
|
|
83
|
+
- Fixed spelling & grammar in seed.rst.
|
|
84
|
+
- Fixed problem with combined usage of `coverage` and the `remove_all` cache config parameters.
|
|
85
|
+
- Fixed missing dimension parameters in the `remove_tile` functions of various caches.
|
|
86
|
+
|
|
87
|
+
|
|
40
88
|
3.1.3 2024-11-26
|
|
41
89
|
~~~~~~~~~~~~~~~~
|
|
42
90
|
|
|
@@ -127,31 +175,7 @@ Fixes:
|
|
|
127
175
|
- Fix gh-pages workflow
|
|
128
176
|
|
|
129
177
|
|
|
130
|
-
2.2.0 2024-07-24
|
|
131
|
-
~~~~~~~~~~~~~~~~
|
|
132
|
-
|
|
133
|
-
Improvements:
|
|
134
|
-
|
|
135
|
-
- Add timeout to SQLite connect for geopackages. This helps against locking exceptions
|
|
136
|
-
- Improvement of documentation, typos, wrong cli commands, old python2 stuff
|
|
137
|
-
- The WMTS capabilites will now advertise the WMS GetLegendGraphic as a LegendURL if both services are active
|
|
138
|
-
- It is possible now to configure LegendURLs that should be shown in the WMTS capabilities
|
|
139
|
-
- A new method for plugins to intercept and modify requests made to MapProxy was added.
|
|
140
|
-
|
|
141
|
-
Maintenance:
|
|
142
|
-
|
|
143
|
-
- Removal of debian package information
|
|
144
|
-
- Fix docs workflow
|
|
145
|
-
|
|
146
|
-
Fixes:
|
|
147
|
-
|
|
148
|
-
- Remove import of the packaging library that does not appear in the `install_requires`
|
|
149
|
-
- Only install and use `importlib_resources` in python 3.8
|
|
150
|
-
|
|
151
|
-
|
|
152
178
|
|
|
153
179
|
Older changes
|
|
154
180
|
-------------
|
|
155
181
|
See https://raw.github.com/mapproxy/mapproxy/master/CHANGES.txt
|
|
156
|
-
|
|
157
|
-
|
|
@@ -4,6 +4,7 @@ COPYING.txt
|
|
|
4
4
|
LICENSE.txt
|
|
5
5
|
MANIFEST.in
|
|
6
6
|
README.md
|
|
7
|
+
pyproject.toml
|
|
7
8
|
requirements-tests.txt
|
|
8
9
|
setup.py
|
|
9
10
|
MapProxy.egg-info/PKG-INFO
|
|
@@ -90,7 +91,6 @@ mapproxy/cache/meta.py
|
|
|
90
91
|
mapproxy/cache/path.py
|
|
91
92
|
mapproxy/cache/redis.py
|
|
92
93
|
mapproxy/cache/renderd.py
|
|
93
|
-
mapproxy/cache/riak.py
|
|
94
94
|
mapproxy/cache/s3.py
|
|
95
95
|
mapproxy/cache/tile.py
|
|
96
96
|
mapproxy/client/__init__.py
|
|
@@ -400,7 +400,6 @@ mapproxy/test/system/fixture/renderd_client.yaml
|
|
|
400
400
|
mapproxy/test/system/fixture/scalehints.yaml
|
|
401
401
|
mapproxy/test/system/fixture/seed.yaml
|
|
402
402
|
mapproxy/test/system/fixture/seed_mapproxy.yaml
|
|
403
|
-
mapproxy/test/system/fixture/seed_old.yaml
|
|
404
403
|
mapproxy/test/system/fixture/seed_timeouts.yaml
|
|
405
404
|
mapproxy/test/system/fixture/seed_timeouts_mapproxy.yaml
|
|
406
405
|
mapproxy/test/system/fixture/seedonly.yaml
|
|
@@ -438,7 +437,6 @@ mapproxy/test/unit/test_cache_couchdb.py
|
|
|
438
437
|
mapproxy/test/unit/test_cache_geopackage.py
|
|
439
438
|
mapproxy/test/unit/test_cache_mbtile.py
|
|
440
439
|
mapproxy/test/unit/test_cache_redis.py
|
|
441
|
-
mapproxy/test/unit/test_cache_riak.py
|
|
442
440
|
mapproxy/test/unit/test_cache_s3.py
|
|
443
441
|
mapproxy/test/unit/test_cache_tile.py
|
|
444
442
|
mapproxy/test/unit/test_client.py
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: MapProxy
|
|
3
|
-
Version:
|
|
3
|
+
Version: 4.0.0
|
|
4
4
|
Summary: An accelerating proxy for tile and web map services
|
|
5
5
|
Home-page: https://mapproxy.org
|
|
6
6
|
Author: Oliver Tonnhofer
|
|
@@ -8,11 +8,9 @@ Author-email: olt@omniscale.de
|
|
|
8
8
|
Maintainer: terrestris GmbH & Co. KG
|
|
9
9
|
Maintainer-email: info@terrestris.de
|
|
10
10
|
License: Apache Software License 2.0
|
|
11
|
-
Platform: UNKNOWN
|
|
12
11
|
Classifier: Development Status :: 5 - Production/Stable
|
|
13
12
|
Classifier: License :: OSI Approved :: Apache Software License
|
|
14
13
|
Classifier: Operating System :: OS Independent
|
|
15
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
16
14
|
Classifier: Programming Language :: Python :: 3.9
|
|
17
15
|
Classifier: Programming Language :: Python :: 3.10
|
|
18
16
|
Classifier: Programming Language :: Python :: 3.11
|
|
@@ -24,6 +22,24 @@ Description-Content-Type: text/x-rst
|
|
|
24
22
|
License-File: LICENSE.txt
|
|
25
23
|
License-File: COPYING.txt
|
|
26
24
|
License-File: AUTHORS.txt
|
|
25
|
+
Requires-Dist: PyYAML>=3.0
|
|
26
|
+
Requires-Dist: future
|
|
27
|
+
Requires-Dist: pyproj>=2
|
|
28
|
+
Requires-Dist: jsonschema>=4
|
|
29
|
+
Requires-Dist: werkzeug<4
|
|
30
|
+
Requires-Dist: Pillow!=2.4.0,!=8.3.0,!=8.3.1
|
|
31
|
+
Dynamic: author
|
|
32
|
+
Dynamic: author-email
|
|
33
|
+
Dynamic: classifier
|
|
34
|
+
Dynamic: description
|
|
35
|
+
Dynamic: description-content-type
|
|
36
|
+
Dynamic: home-page
|
|
37
|
+
Dynamic: license
|
|
38
|
+
Dynamic: license-file
|
|
39
|
+
Dynamic: maintainer
|
|
40
|
+
Dynamic: maintainer-email
|
|
41
|
+
Dynamic: requires-dist
|
|
42
|
+
Dynamic: summary
|
|
27
43
|
|
|
28
44
|
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.
|
|
29
45
|
|
|
@@ -37,6 +53,38 @@ The documentation is available at: http://mapproxy.github.io/mapproxy/latest/
|
|
|
37
53
|
|
|
38
54
|
Changes
|
|
39
55
|
-------
|
|
56
|
+
4.0.0 2025-03-21
|
|
57
|
+
~~~~~~~~~~~~~~~~
|
|
58
|
+
|
|
59
|
+
Breaking:
|
|
60
|
+
- Removed legacy seed configuration.
|
|
61
|
+
- Removed Python 3.8 support.
|
|
62
|
+
- Removed riak support as the client library is not maintained anymore. If you rely on the riak support you have to
|
|
63
|
+
continue to use version 3.1.3 with Python 3.8.
|
|
64
|
+
|
|
65
|
+
Improvements:
|
|
66
|
+
|
|
67
|
+
- The tile removal and refresh code is improved by simplifying the usage of `remove_timestamp` and `before_timestamp`
|
|
68
|
+
and complementing them by new `remove_all` and `refresh_all` parameters.
|
|
69
|
+
- Add a default logging config to the docker images.
|
|
70
|
+
- Add environment variables to the docker images to enable and configure multiapp support.
|
|
71
|
+
- Added a docker compose file to make it easy to run & build docker images and to use as reference.
|
|
72
|
+
- Updated and improved the documentation about usage of the docker images.
|
|
73
|
+
|
|
74
|
+
Maintenance:
|
|
75
|
+
|
|
76
|
+
- Use python build instead of invoking setup.py.
|
|
77
|
+
- Removal of the six library.
|
|
78
|
+
- Removed array initializers in function signatures.
|
|
79
|
+
|
|
80
|
+
Fixes:
|
|
81
|
+
|
|
82
|
+
- Added `AdminstrativeArea` to WMTS serviceprovider metadata.
|
|
83
|
+
- Fixed spelling & grammar in seed.rst.
|
|
84
|
+
- Fixed problem with combined usage of `coverage` and the `remove_all` cache config parameters.
|
|
85
|
+
- Fixed missing dimension parameters in the `remove_tile` functions of various caches.
|
|
86
|
+
|
|
87
|
+
|
|
40
88
|
3.1.3 2024-11-26
|
|
41
89
|
~~~~~~~~~~~~~~~~
|
|
42
90
|
|
|
@@ -127,31 +175,7 @@ Fixes:
|
|
|
127
175
|
- Fix gh-pages workflow
|
|
128
176
|
|
|
129
177
|
|
|
130
|
-
2.2.0 2024-07-24
|
|
131
|
-
~~~~~~~~~~~~~~~~
|
|
132
|
-
|
|
133
|
-
Improvements:
|
|
134
|
-
|
|
135
|
-
- Add timeout to SQLite connect for geopackages. This helps against locking exceptions
|
|
136
|
-
- Improvement of documentation, typos, wrong cli commands, old python2 stuff
|
|
137
|
-
- The WMTS capabilites will now advertise the WMS GetLegendGraphic as a LegendURL if both services are active
|
|
138
|
-
- It is possible now to configure LegendURLs that should be shown in the WMTS capabilities
|
|
139
|
-
- A new method for plugins to intercept and modify requests made to MapProxy was added.
|
|
140
|
-
|
|
141
|
-
Maintenance:
|
|
142
|
-
|
|
143
|
-
- Removal of debian package information
|
|
144
|
-
- Fix docs workflow
|
|
145
|
-
|
|
146
|
-
Fixes:
|
|
147
|
-
|
|
148
|
-
- Remove import of the packaging library that does not appear in the `install_requires`
|
|
149
|
-
- Only install and use `importlib_resources` in python 3.8
|
|
150
|
-
|
|
151
|
-
|
|
152
178
|
|
|
153
179
|
Older changes
|
|
154
180
|
-------------
|
|
155
181
|
See https://raw.github.com/mapproxy/mapproxy/master/CHANGES.txt
|
|
156
|
-
|
|
157
|
-
|
|
@@ -93,7 +93,8 @@ Here is a more elaborate example that denies requests to all layers that start w
|
|
|
93
93
|
environ['mapproxy.authorize'] = self.authorize
|
|
94
94
|
return self.app(environ, start_response)
|
|
95
95
|
|
|
96
|
-
def authorize(self, service, layers=
|
|
96
|
+
def authorize(self, service, layers=None, environ=None, **kw):
|
|
97
|
+
layers = layers or None
|
|
97
98
|
allowed = denied = False
|
|
98
99
|
if service.startswith('wms.'):
|
|
99
100
|
auth_layers = {}
|
|
@@ -317,61 +317,14 @@ MapProxy will place the JSON document for tile z=3, x=1, y=2 at ``http://localho
|
|
|
317
317
|
|
|
318
318
|
The ``_attachments``-part is the internal structure of CouchDB where the tile itself is stored. You can access the tile directly at: ``http://localhost:9999/mywms_tiles/mygrid-3-1-2/tile``.
|
|
319
319
|
|
|
320
|
+
|
|
320
321
|
.. _cache_riak:
|
|
321
322
|
|
|
322
323
|
``riak``
|
|
323
324
|
========
|
|
324
325
|
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
Store tiles in a `Riak <http://basho.com/riak/>`_ cluster. MapProxy creates keys with binary data as value and timestamps as user defined metadata.
|
|
328
|
-
This backend is good for very large caches which can be distributed over many nodes. Data can be distributed over multiple nodes providing a fault-tolernt and high-available storage. A Riak cluster is masterless and each node can handle read and write requests.
|
|
329
|
-
|
|
330
|
-
Requirements
|
|
331
|
-
------------
|
|
332
|
-
|
|
333
|
-
You will need the `Python Riak client <https://pypi.org/project/riak>`_ version 2.4.2 or older. You can install it in the usual way, for example with ``pip install riak==2.4.2``. Environments with older version must be upgraded with ``pip install -U riak==2.4.2``. Python library depends on packages `python-dev`, `libffi-dev` and `libssl-dev`.
|
|
334
|
-
|
|
335
|
-
Configuration
|
|
336
|
-
-------------
|
|
337
|
-
|
|
338
|
-
Available options:
|
|
326
|
+
Support dropped after version 3.1.3 of MapProxy.
|
|
339
327
|
|
|
340
|
-
``nodes``:
|
|
341
|
-
A list of riak nodes. Each node needs a ``host`` and optionally a ``pb_port`` and an ``http_port`` if the ports differ from the default. Defaults to single localhost node.
|
|
342
|
-
|
|
343
|
-
``protocol``:
|
|
344
|
-
Communication protocol. Allowed options is ``http``, ``https`` and ``pbc``. Defaults to ``pbc``.
|
|
345
|
-
|
|
346
|
-
``bucket``:
|
|
347
|
-
The name of the bucket MapProxy uses for this cache. The bucket is the namespace for the tiles and must be unique for each cache. Defaults to cache name suffixed with grid name (e.g. ``mycache_webmercator``).
|
|
348
|
-
|
|
349
|
-
``default_ports``:
|
|
350
|
-
Default ``pb`` and ``http`` ports for ``pbc`` and ``http`` protocols. Will be used as the default for each defined node.
|
|
351
|
-
|
|
352
|
-
``secondary_index``:
|
|
353
|
-
If ``true`` enables secondary index for tiles. This improves seed cleanup performance but requires that Riak uses LevelDB as the backend. Refer to the Riak documentation. Defaults to ``false``.
|
|
354
|
-
|
|
355
|
-
Example
|
|
356
|
-
-------
|
|
357
|
-
|
|
358
|
-
.. code-block:: yaml
|
|
359
|
-
|
|
360
|
-
myriakcache:
|
|
361
|
-
sources: [mywms]
|
|
362
|
-
grids: [mygrid]
|
|
363
|
-
cache:
|
|
364
|
-
type: riak
|
|
365
|
-
nodes:
|
|
366
|
-
- host: 1.example.org
|
|
367
|
-
pb_port: 9999
|
|
368
|
-
- host: 1.example.org
|
|
369
|
-
- host: 1.example.org
|
|
370
|
-
protocol: pbc
|
|
371
|
-
bucket: myriakcachetiles
|
|
372
|
-
default_ports:
|
|
373
|
-
pb: 8087
|
|
374
|
-
http: 8098
|
|
375
328
|
|
|
376
329
|
.. _cache_redis:
|
|
377
330
|
|
|
@@ -285,11 +285,11 @@ MultiMapProxy
|
|
|
285
285
|
|
|
286
286
|
.. versionadded:: 1.2.0
|
|
287
287
|
|
|
288
|
-
You can run multiple MapProxy
|
|
288
|
+
You can run multiple MapProxy apps (configurations) within one process with MultiMapProxy.
|
|
289
289
|
|
|
290
290
|
MultiMapProxy can dynamically load configurations. You can put all configurations into one directory and MapProxy maps each file to a URL: ``conf/proj1.yaml`` is available at ``http://hostname/proj1/``.
|
|
291
291
|
|
|
292
|
-
Each configuration will be loaded on demand and MapProxy caches each loaded
|
|
292
|
+
Each configuration will be loaded on demand and MapProxy caches each loaded app. The configuration will be reloaded if the file changes.
|
|
293
293
|
|
|
294
294
|
MultiMapProxy as the following options:
|
|
295
295
|
|
|
@@ -308,5 +308,5 @@ There is a ``make_wsgi_app`` function in the ``mapproxy.multiapp`` package that
|
|
|
308
308
|
.. code-block:: python
|
|
309
309
|
|
|
310
310
|
from mapproxy.multiapp import make_wsgi_app
|
|
311
|
-
application = make_wsgi_app('/path/to.
|
|
311
|
+
application = make_wsgi_app('/path/to.configs', allow_listing=True)
|
|
312
312
|
|
|
@@ -5,7 +5,7 @@ This tutorial guides you to the MapProxy installation process on Unix systems. F
|
|
|
5
5
|
|
|
6
6
|
This tutorial was created and tested with Debian and Ubuntu, if you're installing MapProxy on a different system you might need to change some package names.
|
|
7
7
|
|
|
8
|
-
MapProxy is `registered at the Python Package Index <https://pypi.org/project/MapProxy/>`_ (PyPI). If you have Python 3.
|
|
8
|
+
MapProxy is `registered at the Python Package Index <https://pypi.org/project/MapProxy/>`_ (PyPI). If you have Python 3.9 or higher, you can install MapProxy with::
|
|
9
9
|
|
|
10
10
|
python -m pip install MapProxy
|
|
11
11
|
|
|
@@ -39,7 +39,7 @@ This will change the ``PATH`` for your `current` session.
|
|
|
39
39
|
Install Dependencies
|
|
40
40
|
--------------------
|
|
41
41
|
|
|
42
|
-
MapProxy is written in Python, thus you will need a working Python installation. MapProxy works with Python 3.
|
|
42
|
+
MapProxy is written in Python, thus you will need a working Python installation. MapProxy works with Python 3.9 or higher, which should already be installed with most Linux distributions.
|
|
43
43
|
|
|
44
44
|
MapProxy requires a few third-party libraries that are required to run. There are different ways to install each dependency. Read :ref:`dependency_details` for a list of all required and optional dependencies.
|
|
45
45
|
|
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
Installation via Docker
|
|
2
|
+
========================
|
|
3
|
+
|
|
4
|
+
MapProxy has its own official docker images.
|
|
5
|
+
These are currently hosted on the GitHub container registry and can be found here:
|
|
6
|
+
|
|
7
|
+
- https://github.com/mapproxy/mapproxy/pkgs/container/mapproxy%2Fmapproxy
|
|
8
|
+
|
|
9
|
+
Currently we have 6 different images for every release, named e.g.
|
|
10
|
+
|
|
11
|
+
- ghcr.io/mapproxy/mapproxy/mapproxy:1.16.0
|
|
12
|
+
- ghcr.io/mapproxy/mapproxy/mapproxy:1.16.0-alpine
|
|
13
|
+
|
|
14
|
+
- ghcr.io/mapproxy/mapproxy/mapproxy:1.16.0-dev
|
|
15
|
+
- ghcr.io/mapproxy/mapproxy/mapproxy:1.16.0-alpine-dev
|
|
16
|
+
|
|
17
|
+
- ghcr.io/mapproxy/mapproxy/mapproxy:1.16.0-nginx
|
|
18
|
+
- ghcr.io/mapproxy/mapproxy/mapproxy:1.16.0-alpine-nginx
|
|
19
|
+
|
|
20
|
+
The alpine variants use alpine base images and are functionally the same as the other images.
|
|
21
|
+
|
|
22
|
+
The first ones comes with everything installed, but no HTTP WebServer running. These can be used for seeding tasks or as
|
|
23
|
+
base images for implementing custom setups. As they have no WebServer running they are not used normally.
|
|
24
|
+
|
|
25
|
+
The images ending with ``-dev``, start the integrated webserver mapproxy provides through
|
|
26
|
+
``mapproxy-util serve-develop``. These should not be used in a production environment!
|
|
27
|
+
|
|
28
|
+
The images ending with ``-nginx``, come bundled with a preconfigured `nginx`_ HTTP Server, that lets you use MapProxy
|
|
29
|
+
instantly in a production environment.
|
|
30
|
+
|
|
31
|
+
See the quickstart section below for a configuration / example on how to use those images.
|
|
32
|
+
|
|
33
|
+
There are also several unofficial Docker images available on `Docker Hub`_ that provide ready-to-use containers for
|
|
34
|
+
MapProxy.
|
|
35
|
+
|
|
36
|
+
.. _`Docker Hub`: https://hub.docker.com/search?q=mapproxy
|
|
37
|
+
|
|
38
|
+
The community has very good experiences with the following ones:
|
|
39
|
+
|
|
40
|
+
- https://hub.docker.com/repository/docker/justb4/mapproxy/general (`github just4b <https://github.com/justb4/docker-mapproxy>`_)
|
|
41
|
+
- https://hub.docker.com/r/kartoza/mapproxy (`github kartoza <https://github.com/kartoza/docker-mapproxy>`_)
|
|
42
|
+
|
|
43
|
+
There are also images available that already include binaries for `MapServer` or `Mapnik`:
|
|
44
|
+
|
|
45
|
+
- https://github.com/justb4/docker-mapproxy-mapserver
|
|
46
|
+
- https://github.com/justb4/docker-mapproxy-mapserver-mapnik
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
Quickstart
|
|
50
|
+
----------
|
|
51
|
+
|
|
52
|
+
The mapproxy repository includes an `example docker compose file <https://github.com/mapproxy/mapproxy/blob/master/docker-compose.yaml>`_
|
|
53
|
+
that you can use to run one of the images or as a reference for the most commonly used options.
|
|
54
|
+
|
|
55
|
+
Create a directory (e.g. `mapproxyconfig`) for your configuration files. Put your configs into that folder.
|
|
56
|
+
If you do not supply a mapproxy config file the image will create a default seed.yaml and mapproxy.yaml for you.
|
|
57
|
+
|
|
58
|
+
Then pull the image that you want to use, for example:
|
|
59
|
+
|
|
60
|
+
.. code-block:: sh
|
|
61
|
+
|
|
62
|
+
docker pull ghcr.io/mapproxy/mapproxy/mapproxy:1.16.0-nginx
|
|
63
|
+
|
|
64
|
+
And then run the image like this:
|
|
65
|
+
|
|
66
|
+
.. code-block:: sh
|
|
67
|
+
|
|
68
|
+
docker run --rm --name "mapproxy" -p 80:80 -v `pwd`/mapproxyconfig/mapproxy.yaml:/mapproxy/config/mapproxy.yaml ghcr.io/mapproxy/mapproxy/mapproxy:1.16.0-nginx
|
|
69
|
+
|
|
70
|
+
Afterwards, the `MapProxy` instance is running on http://localhost/mapproxy/demo/
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
Configuration
|
|
74
|
+
-------------
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
Volume-Mounts
|
|
78
|
+
~~~~~~~~~~~~~
|
|
79
|
+
|
|
80
|
+
- ``/mapproxy/config/mapproxy.yaml``: MapProxy Config
|
|
81
|
+
- ``/mapproxy/config/logging.ini``: Logging-Configuration
|
|
82
|
+
- ``/mapproxy/config/cache_data``: Cache Data dir. Make sure that this directory is writable for the mapproxy image.
|
|
83
|
+
This can be achieved with `chmod -R a+r cache_data`
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
Environment Variables
|
|
87
|
+
~~~~~~~~~~~~~~~~~~~~~
|
|
88
|
+
|
|
89
|
+
- ``MULTIAPP_MAPPROXY``: **This can only be used in nginx images.** If set to ``true``, MapProxy will start in multi app
|
|
90
|
+
mode and will run all configurations in the ``/mapproxy/config/apps`` directory as different apps. Default
|
|
91
|
+
is ``false``.
|
|
92
|
+
- ``MULTIAPP_ALLOW_LISTINGS``: In multi app mode if set to ``true``, MapProxy lists all available apps on the root page.
|
|
93
|
+
Default is ``false``.
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
Build your own image
|
|
97
|
+
--------------------
|
|
98
|
+
|
|
99
|
+
There exist 2 docker files in this repository. One for the debian based images (`Dockerfile`) and one for the alpine
|
|
100
|
+
based images (`Dockerfile-alpine`). Both are multistage and have different targets:
|
|
101
|
+
|
|
102
|
+
- `base` for the plain image that does not start a webserver
|
|
103
|
+
- `development` for the development image that starts the dev server
|
|
104
|
+
- `nginx` for the nginx image that uses nginx to run mapproxy
|
|
105
|
+
|
|
106
|
+
So if you want to build the alpine nginx image, the command would look like this:
|
|
107
|
+
|
|
108
|
+
.. code-block:: sh
|
|
109
|
+
|
|
110
|
+
docker build -f Dockerfile-alpine --target nginx -t ghcr.io/mapproxy/mapproxy/mapproxy:latest-alpine-nginx .
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Installation on Windows
|
|
2
2
|
=======================
|
|
3
3
|
|
|
4
|
-
At first you need a working Python installation. You can download Python from: https://www.python.org/download/. MapProxy requires Python 3.
|
|
4
|
+
At first you need a working Python installation. You can download Python from: https://www.python.org/download/. MapProxy requires Python 3.9 or higher.
|
|
5
5
|
|
|
6
6
|
Virtualenv
|
|
7
7
|
----------
|
|
@@ -88,7 +88,7 @@ Platform dependent packages
|
|
|
88
88
|
|
|
89
89
|
``pip`` downloads all packages from https://pypi.org/, but not all platform combinations might be available as a binary package, especially if you run a 64bit version of Python.
|
|
90
90
|
|
|
91
|
-
If you run into trouble during installation, because it is trying to compile something (e.g. complaining about ``vcvarsall.bat``), you should look at Christoph Gohlke's `Unofficial Windows Binaries for Python Extension Packages <http://www.lfd.uci.edu/~gohlke/pythonlibs/>`_. This is a reliable site for binary packages for Python. You need to download the right package: The ``cpxx`` code refers to the Python version (e.g. ``
|
|
91
|
+
If you run into trouble during installation, because it is trying to compile something (e.g. complaining about ``vcvarsall.bat``), you should look at Christoph Gohlke's `Unofficial Windows Binaries for Python Extension Packages <http://www.lfd.uci.edu/~gohlke/pythonlibs/>`_. This is a reliable site for binary packages for Python. You need to download the right package: The ``cpxx`` code refers to the Python version (e.g. ``cp39`` for Python 3.9); ``win32`` for 32bit Python installations and ``amd64`` for 64bit.
|
|
92
92
|
|
|
93
93
|
You can install the ``.whl``, ``.zip`` or ``.exe`` packages with ``pip``::
|
|
94
94
|
|