<div dir="ltr"><div>Hello list,</div><div><br></div><div>I want to "proxy" a tile set that is using the arcgiscache_path system. Basically I want to serve those tiles with the "normal" tile server schema "/z/x/y.ext" Ideally I want to show the tiles over the OSM map.<br></div><div><br></div><div>The arcgis tiles have the following boundary:</div><div><br></div><div>WGS84: POLYGON ((16.577511 48.322571, 16.18218 48.117668)) <br></div><div><br></div><div>more infos here:</div><div>- <a href="https://www.data.gv.at/katalog/dataset/orthofoto-2018-wien">https://www.data.gv.at/katalog/dataset/orthofoto-2018-wien</a></div><div>-<a href="https://maps.wien.gv.at/wmts/1.0.0/WMTSCapabilities.xml">https://maps.wien.gv.at/wmts/1.0.0/WMTSCapabilities.xml</a></div><div><br></div><div>I already got the tiles displayed over the osm map and the location is somehow correct, however I can not figure out how to configure the right zoom levels. Below there is a copy of my configuration.</div><div><br></div><div>Any help is appreciated.</div><div><br></div><div>Best,<br></div><div><br></div><div># -------------------------------<br># MapProxy example configuration.<br># -------------------------------<br>#<br><br>services:<br>  demo:<br>  tms:<br>    use_grid_names: true<br>    # origin for /tiles service<br>    origin: 'nw'<br>  kml:<br>      use_grid_names: true<br>  wmts:<br>  wms:<br>    md:<br>      title: MapProxy WMS Proxy<br>      abstract: This is a minimal MapProxy example.<br><br><br>layers:<br>  - name: vie<br>    title: Vienna orthophotos<br>    sources: [vie_cache]<br><br>caches:<br><br>  vie_cache:<br>    grids: [webmercator] <br>    sources: [osm_tile, vie_lb]<br><br>sources:<br>  vie_lb:<br>    type: tile<br>    transparent: true<br>    # use of this source is only permitted for testing<br>    grid: vie_custom<br>    url: <a href="https://maps.wien.gv.at/lb/Kacheln/_alllayers/%(arcgiscache_path)s.jpg">https://maps.wien.gv.at/lb/Kacheln/_alllayers/%(arcgiscache_path)s.jpg</a><br>  osm_tile:<br>    type: tile<br>    # use of this source is only permitted for testing <br>    grid: webmercator <br>    url: <a href="https://c.tile.openstreetmap.org/%(z)s/%(x)s/%(y)s.png">https://c.tile.openstreetmap.org/%(z)s/%(x)s/%(y)s.png</a><br><br><br>grids:<br>    webmercator:<br>        base: GLOBAL_WEBMERCATOR<br></div><div>    vie_custom:<br></div><div>        srs: 'EPSG:3857'<br>        bbox: [1799448.394855, 6124949.747770, 1848250.442089, 6162571.828177]<br>        bbox_srs: 'EPSG:3857'<br>        min_res: 559082264.029<br>        #max_res: 1066.36479193<br>        #num_levels: 20<br>globals:</div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><b>Juan Carlos Carvajal Bermúdez<br>+43 650 477 0005<br></b></div><div><b><a href="mailto:juan@mediaarchitecture.org" target="_blank">juan@mediaarchitecture.org</a><br></b></div><div dir="ltr"><b><a href="mailto:juca@juan-carlos.info" target="_blank">juca@juan-carlos.info</a><br>Nordwestbahnstrasse 49/26<br>AT 1200, Wien<br><a href="http://www.juan-carlos.info" target="_blank">www.juan-carlos.info</a><br></b></div><div dir="ltr"><b><br></b></div><div dir="ltr"><b>Join our <a href="http://lists.mediaarchitecture.org/?p=subscribe&id=1" target="_blank">mailing list</a> (Max 1-mail / month)</b><br><br></div></div></div></div></div></div>