[Tilecache] tilecache with different epsg

Jerry O'Sullivan jeremiahosullivan at gmail.com
Thu Jun 14 05:49:44 EDT 2007


Hi,

I have downloaded tilecache and got it working through IIS with the sample
index.html caching data from metacarta.

I am trying to use my own geoserver data and I am only getting pink tiles.
What could the problem be? I can get the tiles fine through regular OL but
not via Tilecache?

Thanks,
Jerry

Tilecache.cfg extract
[Ireland]
type=WMSLayer
url=http://127.0.0.1:8080/geoserver/wms?
srs=EPSG:29903
layers=topp:Counties_region

OpenLayers Code
map = new OpenLayers.Map( 'map',{maxExtent: new OpenLayers.Bounds(0, 0,
450000, 450000),units:'meters', projection:"EPSG:29903" } );
layer = new OpenLayers.Layer.WMS( "VMap0", "tilecache.cgi?", {layers:
'Ireland', format: 'image/png'}, {projection:"EPSG:29903" } );
map.addLayer(layer);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/tilecache/attachments/20070614/dc63ee61/attachment.html


More information about the Tilecache mailing list