Hi all,<br><br clear="all">I've been playing the whole day with mapproxy and I must say that I'm really impress !<br>Everythings works fine and I can display my OpenStreetMap map tiles from a local mapnik installation.<br>
<br>But I would like to seed the tiles and I don't understand why this doesn't work.<br>I suspect a problem with my seed.yaml because I can see the tiles withe the demo interface.<br><br>But my yaml file is prettysimple :<br>
<br>seeds:<br>  osm_reunion_seed:<br>    caches: [osm_re_cache]<br>    grids: [global_geodetic_sqrt2]<br>    coverages: [reunion]<br>    levels:<br>        to: 10<br>    refresh_before:<br>        minutes: 1<br><br>cleanups:<br>
  clean1:<br>    caches: [osm_re_cache]<br>    grids: [global_geodetic_sqrt2]<br>    remove_before:<br>      days: 7<br>      hours: 3<br>    levels: [2,3,5,7]<br><br>coverages:<br>  reunion:<br>    bbox: [55.026,-21.612,56.008,-20.657]<br>
    bbox_srs: "EPSG:4326"<br><br>When I ask for the seed process I just get this message :<br><br>arnaudvandecasteele@sd-12587:~/src/osm974$ mapproxy-seed --seed-conf seed.yaml --proxy-conf mapproxy.yaml --seed osm_reunion_seed --summary<br>
/usr/lib/pymodules/python2.7/mapnik2/__init__.py:27: DeprecationWarning:  mapnik2 module has been deprecated,<br>        please use 'import mapnik'<br>  warnings.warn(msg, DeprecationWarning)<br>========== Seeding tasks ==========<br>
  osm_reunion_seed:<br>    Seeding cache 'osm_re_cache' with grid 'global_geodetic_sqrt2' in EPSG:4326<br>    Limited to: 55.02600, -21.61200, 56.00800, -20.65700 (EPSG:4326)<br>    Levels: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10]<br>
    Overwriting: tiles older than 2012-07-09 18:47:34<br>========== Cleanup tasks ==========<br><br>And no tile is generated inside my cache_data folder. But when I use the demo interface the tiles are generated.<br><br>Do you see what I'm doing wrong ?<br>
<br><br>Sincerely yours thanks for your help<br><br>Arnaud<br><br><br><br>