OpenLayers OpenLayers

Changeset 3203

Show
Ignore:
Timestamp:
05/30/07 05:11:33 (2 years ago)
Author:
crschmidt
Message:

Fix for #729, WFS Transaction attributes missing, reported by Andreas.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/openlayers/lib/OpenLayers/Format/WFS.js

    r2978 r3203  
    4848         
    4949        var transaction = document.createElementNS('http://www.opengis.net/wfs', 'wfs:Transaction'); 
     50        transaction.setAttribute("version","1.0.0"); 
     51        transaction.setAttribute("service","WFS"); 
    5052        for (var i=0; i < features.length; i++) { 
    5153            switch (features[i].state) {