Closed schmandr closed 3 years ago
The mapcache.xml config file is then configured at container startup, depending on the values of the following environment variables:
mapcache.xml
SERVICE_URL
https://geo-t.so.ch/api
SOURCE_URL
https://geo-t.so.ch/api/wms
DEMO_SERVICE_ENABLED
false
The
mapcache.xml
config file is then configured at container startup, depending on the values of the following environment variables:SERVICE_URL
(optional; the base URL of the MapCache service, e.g.https://geo-t.so.ch/api
)SOURCE_URL
(optional; the base URL of the source WMS; defaults tohttps://geo-t.so.ch/api/wms
)DEMO_SERVICE_ENABLED
(optional; whether to enable the MapCache demo service (a basic map viewer); defaults tofalse
)