[MapProxy] No tile generated with seed process

Arnaud Vandecasteele arnaud.sig at gmail.com
Mon Jul 9 09:50:33 PDT 2012


Hi all,

I've been playing the whole day with mapproxy and I must say that I'm
really impress !
Everythings works fine and I can display my OpenStreetMap map tiles from a
local mapnik installation.

But I would like to seed the tiles and I don't understand why this doesn't
work.
I suspect a problem with my seed.yaml because I can see the tiles withe the
demo interface.

But my yaml file is prettysimple :

seeds:
  osm_reunion_seed:
    caches: [osm_re_cache]
    grids: [global_geodetic_sqrt2]
    coverages: [reunion]
    levels:
        to: 10
    refresh_before:
        minutes: 1

cleanups:
  clean1:
    caches: [osm_re_cache]
    grids: [global_geodetic_sqrt2]
    remove_before:
      days: 7
      hours: 3
    levels: [2,3,5,7]

coverages:
  reunion:
    bbox: [55.026,-21.612,56.008,-20.657]
    bbox_srs: "EPSG:4326"

When I ask for the seed process I just get this message :

arnaudvandecasteele at sd-12587:~/src/osm974$ mapproxy-seed --seed-conf
seed.yaml --proxy-conf mapproxy.yaml --seed osm_reunion_seed --summary
/usr/lib/pymodules/python2.7/mapnik2/__init__.py:27: DeprecationWarning:
mapnik2 module has been deprecated,
        please use 'import mapnik'
  warnings.warn(msg, DeprecationWarning)
========== Seeding tasks ==========
  osm_reunion_seed:
    Seeding cache 'osm_re_cache' with grid 'global_geodetic_sqrt2' in
EPSG:4326
    Limited to: 55.02600, -21.61200, 56.00800, -20.65700 (EPSG:4326)
    Levels: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
    Overwriting: tiles older than 2012-07-09 18:47:34
========== Cleanup tasks ==========

And no tile is generated inside my cache_data folder. But when I use the
demo interface the tiles are generated.

Do you see what I'm doing wrong ?


Sincerely yours thanks for your help

Arnaud
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/mapproxy/attachments/20120709/0affeab2/attachment.html>


More information about the MapProxy mailing list