[MapProxy] transparent layers get an opaque background after merging

Tobias Wendorff tobias.wendorff at tu-dortmund.de
Tue Oct 13 17:48:57 PDT 2020


Hell... sometimes you just need to read the code AND documentation:
https://mapproxy.org/docs/nightly/configuration.html#image

This did it:

caches:
  cache_polygons_patterns_mixed:
    sources: [cache_polygons, cache_patterns]
    grids: [osm_grid]
    disable_storage: true
    image:
      transparent: true

Living in the code since v1.1.0 ;)


Am 13.10.2020 um 22:01 schrieb Tobias Wendorff:
> I've created a testcase using my data and PIL. They get merged with
> transparent background. So it seems to be an issue of MapProxy.
> 
> I'll try to use the code from MapProxy and write a bug report or patch.


More information about the MapProxy mailing list