Changeset 3203
- Timestamp:
- 05/30/07 05:11:33 (2 years ago)
- Files:
-
- trunk/openlayers/lib/OpenLayers/Format/WFS.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/lib/OpenLayers/Format/WFS.js
r2978 r3203 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) {
