[MapProxy] mapproxy-seed - Create OSM like tile structure

Oliver Tonnhofer olt at omniscale.de
Fri Feb 11 02:36:21 EST 2011


Hi,

On 10.02.2011, at 18:43, Debasish Sahu wrote:
> The configuration is the same , except for the levels which I changed to 14 , 16 .

> > views:
> >     myview:
> >         bbox: [8596550.829, 3340667.637, 8598788.35, 3342816.079]
> >         bbox_srs: EPSG:900913
> >         level: [5,6]

The tile 14/11706/9550 is outside of your seeding area:

$ python -c 'from mapproxy import grid; print grid.tile_grid_for_epsg(900913).tile_bbox((11706, 9550, 14))'
(8595190.9566115029, 3321647.5011606179, 8597636.9415166285, 3324093.4860657435)

Regards,
Oliver


More information about the MapProxy mailing list