[MapProxy] retina tiles using cached source

Travis Kirstine traviskirstine at gmail.com
Thu Mar 10 12:14:05 PST 2016


I have a fully seeded cache of aerial imagery and was wondering

if it possible to the seeded cache as the source to serve retina

tiles

Something like this:



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]

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]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/mapproxy/attachments/20160310/2c979a83/attachment.html>


More information about the MapProxy mailing list