[MapProxy] 500 errors with a seed-only MBtiles source
    Oliver Tonnhofer 
    olt at omniscale.de
       
    Fri Aug  1 03:20:42 PDT 2014
    
    
  
Hi Paul,
On 01.08.2014, at 00:32, Paul Norman wrote:
> I have a MBtiles generated from Tilemill 1 which I am hosting with Mapproxy.
> 
> The full configuration details are at https://github.com/osm-ca/mapproxy-config-faramir/blob/master/mapproxy.yaml#L161, but these are the relevant lines
> 
> layers:
>  - name: abbreviated_names
>    title: Abbreviated names
>    sources: [abbreviated_names]
> caches:
>  abbreviated_names:
>    sources: [seed_only]
>    grids: [z12y]
>    cache:
>      filename: /srv/prerendered/abbreviated_names.mbtiles
>      type: mbtiles
> 
> sources:
>  seed_only:
>    type: debug
>    seed_only: true
The debug source does not support the seed_only option. You can leave the sources of your cache empty (sources: []) to serve an .mbtiles file.
Regards,
Oliver
-- 
Oliver Tonnhofer    | Omniscale GmbH & Co KG    | http://omniscale.com
http://mapproxy.org | https://github.com/olt    | @oltonn
    
    
More information about the MapProxy
mailing list