I'm using tilecache 2.11 with Mapnik and OpenLayers. When I try to run tilecache_seed with a bounding box, all the tiles generated are outside the area I specified. I was hoping you guys would take a look at my configuration and see if you can spot anything wrong.<br>
<br>tilecache.cfg:<br><br>[osm]<br>type=MapnikLayer<br>mapfile=/usr/local/osm/config/osm.xml<br>spherical_mercator=true<br>maxResolution=156543.03390625<br>levels=19<br>units=m<br>metaTile=yes<br>metaBuffer=128<br>metaSize=20,20<br>
srs=EPSG:900913<br>extent_type=loose<br>mime_type=image/png<br>extension=png256<br><br>And here's an example of the command I'm running:<br><br>tilecache_seed.py -c /etc/tilecache.cfg -b -9984004.036836,4171041.5364735,-9980655.1395348,4174125.292833 osm 16 17<br>
<br>