[OpenLayers-Users] tinyows

Mario Danelli mario.danelli at gmail.com
Thu Nov 8 07:27:07 PST 2012


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



More information about the Users mailing list