On Tue, Oct 20, 2009 at 7:39 PM, Pere Roca Ristol <[email protected]> wrote: > > > hi, > > can I send this simple WFS filter via POST? (I want to add multiple > parameters in the filter and I'm afraid GET requests will not allow this > URL length). Where should it be specified? > > wfs = new OpenLayers.Layer.WFS( "myWFS", > "http://my_geoserver/wfs",{typename:"topp:layer",filter:my_filter});
use Layer.Vector with a Protocol.WFS, and the WFS GetFeature requests will be sent using POST. -- Eric Lemoine Camptocamp France SAS Savoie Technolac, BP 352 73377 Le Bourget du Lac, Cedex Tel : 00 33 4 79 44 44 96 Mail : [email protected] http://www.camptocamp.com _______________________________________________ Users mailing list [email protected] http://openlayers.org/mailman/listinfo/users
