Hi,<br><br>I have downloaded tilecache and got it working through IIS with the sample index.html caching data from metacarta.<br><br>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?
<br><br>Thanks,<br>Jerry<br><br><span style="font-weight: bold;">Tilecache.cfg extract</span><br><span style="font-family: courier new,monospace;">[Ireland]</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">
type=WMSLayer</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">url=<a href="http://127.0.0.1:8080/geoserver/wms">http://127.0.0.1:8080/geoserver/wms</a>?</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">srs=EPSG:29903</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">layers=topp:Counties_region</span><br><br><span style="font-weight: bold;">
OpenLayers Code</span><br><font size="2"><span style="font-family: courier new,monospace;">map = new OpenLayers.Map( 'map',{maxExtent: new OpenLayers.Bounds(0, 0, 450000, 450000),units:'meters', projection:"EPSG:29903" } );
</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">layer = new OpenLayers.Layer.WMS( "VMap0", "tilecache.cgi?", {layers: 'Ireland', format: 'image/png'}, {projection:"EPSG:29903" } );
</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">map.addLayer(layer);<br><br><br></span></font>