Hello ...<br><br><br>I´m started with Tilecache today, and its working fine with single layers :<br> <br>tilecache.cfg :<br><br>[Layer1]<br>type=WMS<br>url=<a href="http://localhost/cgi-bin/mapserv.exe?map=map.map&amp;">http://localhost/cgi-bin/mapserv.exe?map=map.map&amp;</a><br>
extension=png<br><br>How can I configure tilecache.cfg to use with Geoext Sublayers like that one:<br><br><br>    var _layerx = new OpenLayers.Layer.WMS(&quot;Test&quot;, _mapfile,<br>        {<br>            &quot;LAYERS&quot;: [&#39;Test1,Test1Label&#39;,<br>
                           &#39;Test2,Test2Label&#39;,             <br>                          &#39;Test3,Test3Label&#39;],<br>            transparent: true,<br>            format: &quot;image/png&quot;<br>        }, {<br>
            isBaseLayer: false,<br>            buffer: 0,<br>            visibility: true<br>        });<br><br><br>Thanks<br>