OpenLayers OpenLayers

Changeset 7274

Show
Ignore:
Timestamp:
05/23/08 15:48:57 (4 months ago)
Author:
sbenthall
Message:

GetDiff now returns response in better (wfs-t esque) output format

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sandbox/vector-behavior/lib/OpenLayers/Protocol/WFSV.js

    r7270 r7274  
    128128        //In any case GML2, the default outputFormat for WFS, seems to break this. 
    129129        if(!params.outputFormat){ 
    130             params.outputFormat = "HTML"; 
     130            params.outputFormat = "text/xml; subtype=wfs-transaction/1.1.0"; 
    131131        } 
    132132