Ticket #729: wfst.patch
| File wfst.patch, 0.6 kB (added by openlayers, 1 year ago) |
|---|
-
lib/OpenLayers/Format/WFS.js
old new 47 47 write: function(features) { 48 48 49 49 var transaction = document.createElementNS('http://www.opengis.net/wfs', 'wfs:Transaction'); 50 transaction.setAttribute("version","1.0.0"); 51 transaction.setAttribute("service","WFS"); 50 52 for (var i=0; i < features.length; i++) { 51 53 switch (features[i].state) { 52 54 case OpenLayers.State.INSERT:
