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
- Host: GitHub
- URL: https://github.com/mcejp/wmts-proxy
- Owner: mcejp
- License: mit
- Created: 2020-09-26T21:02:08.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-27T09:29:10.000Z (almost 6 years ago)
- Last Synced: 2025-03-09T01:29:42.582Z (over 1 year ago)
- Topics: proxy, wmts, wmts-server
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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