Skip to content

Instantly share code, notes, and snippets.

@tomkralidis
Last active March 10, 2021 18:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomkralidis/ad89794f1fd0394842fc3cad9e5234f3 to your computer and use it in GitHub Desktop.
Save tomkralidis/ad89794f1fd0394842fc3cad9e5234f3 to your computer and use it in GitHub Desktop.
Sample MapProxy config

MapProxy example for WMS styles testing.

caches:
GDPS.ETA_TT_cache:
grids:
- GLOBAL_GEODETIC
sources:
- GDPS.ETA_TT_source
globals: null
layers:
- name: GDPS.ETA_TT
sources:
- GDPS.ETA_TT_cache
title: GDPS.ETA_TT
services:
demo: null
wms:
md:
title: geomet-weather
versions:
- 1.3.0
- 1.1.1
sources:
GDPS.ETA_TT_source:
req:
layers: GDPS.ETA_TT
transparent: true
url: https://example.org/wms
type: wms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment