<div dir="ltr">Hi<div><br></div><div>I have cache files with TMS structure. so far I could use it as source with this configuration:</div><div><br></div><div><b>caches:</b><br></div><div><div>  tms_cache:</div><div>    sources: [tms_files]</div><div>    grids: [sat_cache_grid]</div><div>    meta_size: [4, 4]</div><div>    format: image/jpg</div><div>    request_format: image/jpg</div><div>    disable_storage: true</div></div><div><b><br></b></div><div><b>sources:</b><br></div><div><div><div>  tms_files:</div><div>    type: tile</div><div>    url: file:///media/disk2/TMSCache/sat/%(z)s/%(x)s/%(y)s.jpg</div><div>    grid: sat_cache_grid</div></div><div><br></div><div><b>grids:</b><br></div><div><div>  sat_cache_grid:</div><div>    base: GLOBAL_WEBMERCATOR</div><div>    origin: 'sw'</div></div><div><br></div><div>this configuration work with all type of service.</div><div>now I want to set boundary for my grid. but when I set bbox in grid configuration like:</div><div><br></div><div><div>bbox: [4821036.248003, 2807374.7924, 6993070.843754, 4948983.347398]</div><div>bbox_srs: 'EPSG:3857'</div></div><div><br></div><div>the I get this message:</div><div> mapproxy.service.wmts - WARNING - skipping layer 'tms_cas' for WMTS,<br></div><div> grid 'sat_cache_grid' of cache 'sat_cache' is not compatible with WMTS.<br></div></div><div><br></div><div>WMTS layer removed and also TMS service layers don't show anything.</div><div>I think it is something about scale and resolution and try different config for that but no success!</div><div><br></div><div>could you advice me about how resolve this?</div><div><br></div><div>Regards </div><div>Omid</div></div>