hello
i still loosing with wfs layer
for a Layer.WFS it seems working (but i dont know how use filter,style and
styleMap with)
var wfs = new OpenLayers.Layer.WFS("Lignes de Bus TCL",
"
http://192.168.12.60/cgi-bin/mapserv?map=/var/www/geomod/demo.map&",
{typename: "les_lignes_de_bus"},
{extractAttributes: true}
);
//featureType: "Lignes_de_Bus_TCL"
but for the same wfs layer with Layer.Vector
var wfs1 = new OpenLayers.Layer.Vector("Vector",{
strategies:[new OpenLayers.Strategy.BBOX()],
protocol: new OpenLayers.Protocol.WFS({
url:"
http://192.168.12.60/cgi-bin/mapserv?map=/var/www/geomod/demo.map&",
featureType:"les_lignes_de_bus",
}), styleMap:stylemap
});
for this layer definition no request are found to the server to get the
informations
so how to know if my layer construction is valid ?
regards
tonton
_______________________________________________
Users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/openlayers-users