Hi Chris,<br><br>That worked great...Thanks very much<br><br>Jerry<br><br><div><span class="gmail_quote">On 14/06/07, <b class="gmail_sendername">Christopher Schmidt</b> &lt;<a href="mailto:crschmidt@metacarta.com">crschmidt@metacarta.com
</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">On Thu, Jun 14, 2007 at 10:49:44AM +0100, Jerry O&#39;Sullivan wrote:<br>
&gt; Hi,<br>&gt;<br>&gt; I have downloaded tilecache and got it working through IIS with the sample<br>&gt; index.html caching data from metacarta.<br>&gt;<br>&gt; I am trying to use my own geoserver data and I am only getting pink tiles.
<br>&gt; What could the problem be? I can get the tiles fine through regular OL but<br>&gt; not via Tilecache?<br><br>Neither OpenLayers nor TileCache is configured correctly. OpenLayers is<br>missing any kind of &#39;maxResolution&#39; or other resolution-setting option,
<br>and TileCache is missing maxresolution and bbox.<br><br>&quot;The most important thing to do is to ensure that the OpenLayers Layer<br>has the same resolutions and bounding box as your TileCache layer. You<br>can define the resolutions in OpenLayers via the &#39;resolutions&#39; option or
<br>the &#39;maxResolution&#39; option on the layer. The maxExtent should be defined<br>to match the bbox parameter of the TileCache layer.&quot;&nbsp;&nbsp;--<br><a href="http://tilecache.org/readme.html">http://tilecache.org/readme.html
</a><br><br>-- Chris<br><br>&gt; Tilecache.cfg extract<br>&gt; [Ireland]<br>&gt; type=WMSLayer<br>&gt; url=<a href="http://127.0.0.1:8080/geoserver/wms">http://127.0.0.1:8080/geoserver/wms</a>?<br>&gt; srs=EPSG:29903<br>&gt; layers=topp:Counties_region
<br>&gt;<br>&gt; OpenLayers Code<br>&gt; map = new OpenLayers.Map( &#39;map&#39;,{maxExtent: new OpenLayers.Bounds(0, 0,<br>&gt; 450000, 450000),units:&#39;meters&#39;, projection:&quot;EPSG:29903&quot; } );<br>&gt; layer = new 
OpenLayers.Layer.WMS( &quot;VMap0&quot;, &quot;tilecache.cgi?&quot;, {layers:<br>&gt; &#39;Ireland&#39;, format: &#39;image/png&#39;}, {projection:&quot;EPSG:29903&quot; } );<br>&gt; map.addLayer(layer);<br><br>&gt; _______________________________________________
<br>&gt; Tilecache mailing list<br>&gt; <a href="mailto:Tilecache@openlayers.org">Tilecache@openlayers.org</a><br>&gt; <a href="http://openlayers.org/mailman/listinfo/tilecache">http://openlayers.org/mailman/listinfo/tilecache
</a><br><br><br>--<br>Christopher Schmidt<br>MetaCarta<br></blockquote></div><br>