[MapProxy] retina tiles using cached source
Oliver Tonnhofer
olt at omniscale.de
Thu Mar 17 03:38:00 PDT 2016
Hi,
using a cache as the source of another cache should work.
Do you have any trouble with this config?
Regards,
Oliver
--
Oliver Tonnhofer | Omniscale GmbH & Co KG | http://omniscale.com
OpenStreetMap WMS and tile services | http://maps.omniscale.com
> On 10.03.2016, at 21:14, Travis Kirstine <traviskirstine at gmail.com> wrote:
>
>
> 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]
>
> _______________________________________________
> MapProxy mailing list
> MapProxy at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/mapproxy
More information about the MapProxy
mailing list