<div dir="ltr">Hi list<div><br></div><div>I use mapproxy 1.8.2 and config a cache with this configuration.</div><div>the problem is I expect to tile images save in cache directory with .jpg file extention but they save with .png extension.</div><div>the source tiles is jpg format and the format parameter also set to jpg whay it still save file with .png?</div><div><br></div><div><b>caches:</b><br></div><div><div>  my_cache:</div><div>    sources: [mymap]</div><div>    grids: [GLOBAL_MERCATOR]</div><div>    # use a custom image format defined below</div><div>    format: jpg</div><div>    cache:</div><div>      type: file</div><div>      directory: /media/disk2/mycache/</div><div>      directory_layout: tms</div></div><div><br></div><div><b>sources:</b><br></div><div><div>  mymap:</div><div>    type: tile</div><div>    url: <a href="http://192.168.0.100/wmts?service=wmts&request=gettile&version=1.0.0&layer=mylayer&tilematrixset=webmercator&tilematrix=%(z)s&tilerow=%(y)s&tilecol=%(x)s&format=image%%2fjpg">http://192.168.0.100/wmts?service=wmts&request=gettile&version=1.0.0&layer=mylayer&tilematrixset=webmercator&tilematrix=%(z)s&tilerow=%(y)s&tilecol=%(x)s&format=image%%2fjpg</a></div><div><br></div><div>omid</div><div><br></div></div></div>