[MapProxy] error message in seeding after upgrade

Oliver Tonnhofer tonnhofer at omniscale.de
Mon Mar 7 05:01:04 EST 2011


Hi Lionel,

On 07.03.2011, at 09:33, lionel b wrote:
> Here is my seed.yaml :
> _____________________
> coverages:
>    cleanup_france_orthos:
>        bbox: [55000, 6000000, 1300000, 7150000]
>        bbox_srs: EPSG:2154
> 
> views:
>    france_orthos:
>        level: [0, 7]
>        srs: ['EPSG:2154']
>        bbox: [55000, 6000000, 1300000, 7150000]
>        bbox_srs: EPSG:2154
> 
> seeds:
>    orthophotos_cache:
>        views: ['france_orthos']
> 
> cleanups:
>    my_orthos_cleanup:
>        caches: [orthophotos_cache]
>        coverages: ['cleanup_france_orthos']
>        levels: [0, 1]

You are mixing the old and new seeding configuration. MapProxy parses the seed.yaml as an old configuration if it finds a `views` section.
Also, your `cleanups` section looks good, but the seeds section is not right. 


> _____________________
> 
> What I can really observe is a little more that what I wrote last week.
> 
> mapproxy-seed -f mapproxy.yaml -s seed.yaml --seed france_orthos
> No handlers could be found for logger "mapproxy.config.loader"
> 
> 
> mapproxy-seed -f mapproxy.yaml -s seed.yaml --summary
> No handlers could be found for logger "mapproxy.config.loader"
> ========== Seeding tasks ==========
>  france_orthos:
>    Seeding cache 'orthophotos_cache' with grid 'myl93grid' (EPSG:2154)
>    Limited to: (-6.20873, 40.82284, 11.57148, 51.44372)
>    Levels: [0, 1, 2, 3, 4, 5, 6, 7]
>    Overwriting: no tiles
> ========== Cleanup tasks ==========

mapproxy-seed does not configure the logging, so you won't see errors that happen outside the seeding code. I'll fix that for the next release.


Regards,
Oliver

-- 
Oliver Tonnhofer    | Omniscale GmbH & Co KG    | http://omniscale.de
http://mapproxy.org | https://bitbucket.org/olt





More information about the MapProxy mailing list