Changeset 7274
- Timestamp:
- 05/23/08 15:48:57 (4 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/vector-behavior/lib/OpenLayers/Protocol/WFSV.js
r7270 r7274 128 128 //In any case GML2, the default outputFormat for WFS, seems to break this. 129 129 if(!params.outputFormat){ 130 params.outputFormat = " HTML";130 params.outputFormat = "text/xml; subtype=wfs-transaction/1.1.0"; 131 131 } 132 132
