[MapProxy] No tile generated with seed process
Oliver Tonnhofer
tonnhofer at omniscale.de
Tue Jul 10 00:00:25 PDT 2012
On 09.07.2012, at 18:50, Arnaud Vandecasteele wrote:
> 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
You are only seeding from level 0 to 10...
> coverages:
> reunion:
> bbox: [55.026,-21.612,56.008,-20.657]
> bbox_srs: "EPSG:4326"
and the BBOX is quite small. So there are not many tiles to seed with this configuration.
> 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 have any tiles in the cache_data folder? Maybe you have a coverage in you mapproxy.yaml that does not intersect with the seed coverage?
Regards,
Oliver
--
Oliver Tonnhofer | Omniscale GmbH & Co KG | http://omniscale.de
http://mapproxy.org | https://bitbucket.org/olt | @oltonn
More information about the MapProxy
mailing list