Skip to content

mapproxy/wmts-rest-legend-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WMTS Rest Legend Plugin

This is a plugin for MapProxy that allows to serve Legends for a WMTS Rest Service under the /wmts endpoint.

Quick-Start

  1. pip install git+ssh://github.com/mapproxy/wmts-rest-legend-plugin#egg=wmts-rest-legend-plugin
  2. add the following config to layers:
layers:
  - name: some-name
    wmts_rest_legend_url: '{base_url}/wmts/legend/{layer_name}.png'

Test locally

  1. pip install MapProxy
  2. pip install -e .
  3. mapproxy-util serve-develop example/mapproxy.yaml

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages