This is a plugin for MapProxy that allows to serve Legends for a WMTS Rest Service
under the /wmts
endpoint.
pip install git+ssh://github.com/mapproxy/wmts-rest-legend-plugin#egg=wmts-rest-legend-plugin
- add the following config to layers:
layers:
- name: some-name
wmts_rest_legend_url: '{base_url}/wmts/legend/{layer_name}.png'
pip install MapProxy
pip install -e .
mapproxy-util serve-develop example/mapproxy.yaml