<div dir="ltr"><div class=""><div class=""><pre><br></pre><pre>I have a fully seeded cache of aerial imagery and was wondering<br></pre><pre>if it possible to the seeded cache as the source to serve retina<br></pre><pre>tiles<br><br></pre><pre>Something like this:<br></pre><pre><br><br>grids:
  webmercator:
    srs: "EPSG:3857"
    origin: nw
    min_res: 156543.03392804097
  webmercator_hq:
    srs: "EPSG:3857"
    origin: nw
    min_res: 78271.51696402048
    tile_size: [512, 512]
</pre></div>
</div>
<p></p>
<div class=""><div class=""><pre>layers:
  - name: map
    title: Regular map
    sources: [map_cache]
  - name: map_hq
    title: HQ map
    sources: [map_hq_cache]

caches:
  map_cache:
    grids: [webmercator]
    sources: [map_source]
  map_hq_cache:
    grids: [webmercator_hq]
    sources: [map_cache]
</pre></div>
</div></div>