<div dir="ltr"><div><div><div>First of all, sorry for my mistakes in configuration file, I'm totally newbie to MapProxy.<br></div>I'm trying to reproject from EPSG:3857 (ArcGIS MapServer service) to EPSG:4326, but it doesn't work. The ArcGIS MapServer service is private, but I'll put an example with an online service from ESRI for you to test. This is part of my mapproxy.yaml file.<br> <br><div style="margin-left:40px">layers:<br>  - name: esriLandsat4326<br>    title: esriLandsat4326<br>    sources: [cache_esriLandsat4326]<br><br>  - name: esriLandsat3857<br>    title: esriLandsat3857<br>    sources: [cache_esriLandsat3857]<br><br>caches:<br>  cache_esriLandsat4326:<br>    grids: [geodetic]<br>    format: image/jpeg<br>    sources: [cache_esriLandsat3857]<br>    cache:<br>      type: sqlite<br><br>  cache_esriLandsat3857:<br>    grids: [webmercator]<br>    format: image/jpeg<br>    sources: [src_esriLandsat3857]<br>    disable_storage: true<br><br>sources:<br>  src_esriLandsat3857:<br>    type: tile<br>    grid: webmercator<br>    url: <a href="http://services.arcgisonline.com/arcgis/rest/services/World_Imagery/MapServer/tile/%(z)s/%(y)s/%(x)s">http://services.arcgisonline.com/arcgis/rest/services/World_Imagery/MapServer/tile/%(z)s/%(y)s/%(x)s</a><br> <br>grids:<br>    webmercator:<br>        base: GLOBAL_WEBMERCATOR<br>    geodetic:<br>        base: GLOBAL_GEODETIC<br><br>globals:<br></div><br></div>Thanks in advance,<br></div>Santiago Horcajo<br></div>