Hi,

   In the WFSCapabilitiesReader, layers are created with the following 
strategies :

strategies: [new OpenLayers.Strategy.Fixed()]

   Other than modifying that line in code directly, is there a way to 
define a new default value for the strategies ?  Defining (in 
WFSCapabilitiesStore) the following option doesn't work because the same 
objects would be used for each layers instead of creating new ones :

   layerOptions: {
             strategies: [
                 new OpenLayers.Strategy.BBOX(),
                 new OpenLayers.Strategy.Save()
             ]

Thanks,

-- 
Alexandre Dubé
Mapgears
www.mapgears.com

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

Reply via email to