An open API service indexing awesome lists of open source software.

https://github.com/mcejp/wmts-proxy

A very simple caching proxy for the Web Map Tile Service protocol
https://github.com/mcejp/wmts-proxy

proxy wmts wmts-server

Last synced: over 1 year ago
JSON representation

A very simple caching proxy for the Web Map Tile Service protocol

Awesome Lists containing this project

README

          

# wmts-proxy
A very simple caching proxy for the Web Map Tile Service protocol

What it can do:

- Forward requests to an upstream server
- Cache JPEG & PNG tiles
- Optionally spoof Referer and User-Agent headers

Usage:

pip3 install requests
./wmts-proxy.py

e.g.

./wmts-proxy.py "https://example.com/wmts" \
"http://localhost:8000/" \
--referer "https://example.com/map/"

Then, you would use the following URL in QGIS: http://localhost:8000/?SERVICE=WMTS&REQUEST=GetCapabilities