Try with adding the line "isBaseLayer" option as showed below 
and let me known if it works.

wfs = new OpenLayers.Layer.Vector("Editable Features", {
      strategies: [new OpenLayers.Strategy.BBOX(), saveStrategy],
      projection: new OpenLayers.Projection("EPSG:31467"),
      isBaseLayer: false //TO ADD
      protocol: new OpenLayers.Protocol.WFS({
          version: "1.1.0",
          srsName: "EPSG:31467",
          url: "http://127.0.0.1/cgi-bin/tinyows";,
          featureNS :  "http://www.tinyows.org/";,
          featureType: "frida",
          geometryName: "the_geom",
          schema: "http://127.0.0.1/cgi-bin/tinyows?
service=wfs&request=DescribeFeatureType&version=1.1.0
&typename=tows:frida"
      })
  });

Mario Danelli

_______________________________________________
Users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/openlayers-users

Reply via email to