Hi there,<br><br> I have a system configured like this:<br> - PostgresSQL with Postgis map database<br> - Geoserver 1.5.1<br> - Tilecache 1.9<br><br> I'm seeding the cache using tilecache Python scripts as described by Geoserver
TileCache Tutorial (<a href="http://docs.codehaus.org/display/GEOSDOC/TileCache+Tutorial">http://docs.codehaus.org/display/GEOSDOC/TileCache+Tutorial
</a>). Everything works fine generating map images for SRS=EPSG:4326<br><br> Now I must seed the cache using Mercator Profile (as Google do). I tried some things but they didn't work (all images generated are blank images):
<br> - changed tilecache.cfg file, setting srs=EPSG:41001, maxResolution=156543.0339 and bbox=-20037508.3427892,-20037508.3427892,20037508.3427892,20037508.3427892 ;<br><br> Could anyone help and guide me on what I have to change to seed the cache in this way?
<br><br> Thanks in advance.<br> Regards,<br><br>Evandro<br>