WFS Multiple features in Openlayers

المشرف العام

Administrator
طاقم الإدارة
I want to get multiple WFS features and edit

My Code

this.wfs = new OpenLayers.Layer.Vector("WFS-T" , { strategies: [new OpenLayers.Strategy.BBOX(), this.saveStrategy], projection: new OpenLayers.Projection("EPSG:3857"), protocol: new OpenLayers.Protocol.WFS({ version: "1.1.0", srsName: "EPSG:3857", url: "http://localhost:8080/geoserver/wfs", featureNS: "http://localhost:8080/geoserver/mall", extractAttributes: true, featureType: ['stores' , 'point'], geometryName: 'geom' }) });But i don't editing layer

Error Message :

Feature type 'stores,store_point' is not available: Plase Help Me :(...



أكثر...
 
أعلى