Ticket #1329: WFS.js.diff
| File WFS.js.diff, 0.9 kB (added by sbenthall, 7 months ago) |
|---|
-
WFS.js
old new 21 21 * APIProperty: wfsns 22 22 */ 23 23 wfsns: "http://www.opengis.net/wfs", 24 25 /** 26 * APIProperty: service 27 */ 28 service: "WFS", 24 29 25 30 /* 26 31 * Constructor: OpenLayers.Format.WFS … … 60 65 61 66 var transaction = this.createElementNS('http://www.opengis.net/wfs', 'wfs:Transaction'); 62 67 transaction.setAttribute("version","1.0.0"); 63 transaction.setAttribute("service", "WFS");68 transaction.setAttribute("service",this.service); 64 69 for (var i=0; i < features.length; i++) { 65 70 switch (features[i].state) { 66 71 case OpenLayers.State.INSERT:
