[MapProxy] globals.cache.base_dir

Radim Blazek radim.blazek at gmail.com
Tue Jun 7 04:25:55 PDT 2016


Hi,

I am not able to get globals.cache.base_dir working with mapproxy
1.8.2. Cache files are still written to ./cache_data. My yaml:

globals:
  cache:
    base_dir: '/tmp/mapproxy/cache_data'

What am I doing wrong?

>From what I see in GlobalConfiguration,
  self.base_config = load_default_config()
and load_base_config() is never called (apart in test unit). It seems
that GlobalConfiguration is never loaded from yaml.

Radim


More information about the MapProxy mailing list