I'm not sure what you mean.. since I have configured my layers to include
multiple layers like- 

   //Trails Group
         var layer_Trails = new OpenLayers.Layer.WMS("Trails",
"http://localhost/WebServices/Request.aspx";,
                {
                     layers: ['Onstreet_Bike_Route',
'Mountain_-_Stunt_Biking', 'Equestrian', 'Gravel_or_Shale', 'Asphalt'],
                     VERSION: "1.1.1",
                     transparent: true
                    },
                    { isBaseLayer: false,
                      singleTile: true,
                      visibility: false,
                      buffer: 1,
                      ratio: 1
                    }
                );  

So are you saying I need to split my layers for the WMSGFI to work properly
for individual layers?
-- 
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/WMSGetFeatureInfo-with-grouped-layers-tp5852910p5855675.html
Sent from the OpenLayers Users mailing list archive at Nabble.com.
_______________________________________________
Users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/openlayers-users

Reply via email to