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( &#39;map&#39;,{maxExtent: new OpenLayers.Bounds(0, 0, 450000, 450000),units:&#39;meters&#39;, projection:&quot;EPSG:29903&quot; } );
</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">layer = new OpenLayers.Layer.WMS( &quot;VMap0&quot;, &quot;tilecache.cgi?&quot;, {layers: &#39;Ireland&#39;, format: &#39;image/png&#39;}, {projection:&quot;EPSG:29903&quot; } );
</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">map.addLayer(layer);<br><br><br></span></font>