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&">http://localhost/cgi-bin/mapserv.exe?map=map.map&</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("Test", _mapfile,<br> {<br> "LAYERS": ['Test1,Test1Label',<br>
'Test2,Test2Label', <br> 'Test3,Test3Label'],<br> transparent: true,<br> format: "image/png"<br> }, {<br>
isBaseLayer: false,<br> buffer: 0,<br> visibility: true<br> });<br><br><br>Thanks<br>