<div dir="ltr">When following the example configuration and guide for reprojecting tiles, I get a map full of all black tiles. If I add the webmercator grid to the borders_cache section, I can see on the demo site that the tiles are being loaded properly. Any ideas?<div><br></div><div><div>services:</div><div>  demo:</div><div>  tms:</div><div>    use_grid_names: true</div><div>  wms:</div><div>    md:</div><div>      title: MapProxy WMS Proxy</div><div>      abstract: This is a minimal MapProxy example.</div><div><br></div><div>layers:</div><div>  - name: Borders</div><div>    title: Border overlay</div><div>    sources: [borders_cache]</div><div><br></div><div>sources:</div><div>  shyft_borders_gtile:</div><div>    type: tile</div><div>    grid: GLOBAL_WEBMERCATOR</div><div>    url: <a href="http://192.168.1.217:8008/WMS?FORMAT=image/png&CRS=EPSG:3857&LAYER=Borders&REQUEST=GetGTile&SERVICE=WMS&TRANSPARENT=TRUE&VERSION=1.3.0&TILEZOOM=%(z)s&TILECOL=%(x)s&TILEROW=%(y)s">http://192.168.1.217:8008/WMS?FORMAT=image/png&CRS=EPSG:3857&LAYER=Borders&REQUEST=GetGTile&SERVICE=WMS&TRANSPARENT=TRUE&VERSION=1.3.0&TILEZOOM=%(z)s&TILECOL=%(x)s&TILEROW=%(y)s</a></div><div>    transparent: true</div><div><br></div><div>caches:</div><div>  borders_cache:</div><div>     grids: [GLOBAL_GEODETIC]</div><div>     meta_size: [4, 4]</div><div>     sources: [borders_in]</div><div><br></div><div>  borders_in:</div><div>     sources: [shyft_borders_gtile]</div><div>     grids: [GLOBAL_WEBMERCATOR]</div><div>     disable_storage: true</div><div><br></div><div>globals:</div></div><div><br></div></div>