Hello ...

I´m started with Tilecache today, and its working fine with single layers :

tilecache.cfg :

[Layer1]
type=WMS
url=http://localhost/cgi-bin/mapserv.exe?map=map.map&;
extension=png

How can I configure tilecache.cfg to use with Geoext Sublayers like that
one:


    var _layerx = new OpenLayers.Layer.WMS("Test", _mapfile,
        {
            "LAYERS": ['Test1,Test1Label',
                           'Test2,Test2Label',
                          'Test3,Test3Label'],
            transparent: true,
            format: "image/png"
        }, {
            isBaseLayer: false,
            buffer: 0,
            visibility: true
        });


Thanks
_______________________________________________
Users mailing list
[email protected]
http://www.geoext.org/cgi-bin/mailman/listinfo/users

Reply via email to