[Tilecache] Tilecache seed with bbox

Christopher Schmidt crschmidt at metacarta.com
Wed Dec 5 16:03:34 EST 2007


On Wed, Dec 05, 2007 at 03:39:25PM -0500, JP de Miranda wrote:
> Sorry, i knew i forgot something in my email
> 
> Here is my config
> [LayerName]
> type=WMSLayer
> url=http://x.x.x.x/cgi-bin/wms?transparent=true&
> extension=jpg
> layers=IMAGERY
> srs=EPSG:900913
> bbox=-20037509,-20037509,20037509,20037509

Right, so you're requesting a tiny bounding box in the middle of the
middle tile. So, you should request a bounding box that covers the area
you're interested in.

Also, your bounding box doesn't match the bounding box for spherical
mercator, which is what I assume you're intending. If you care about
this, you should change your bbox and maxResolution to match the values
in teh default tilecache config.

Regards,
-- 
Christopher Schmidt
MetaCarta



More information about the Tilecache mailing list