Stephen Woodbridge wrote:
> Hi all,
> 
> I ran into a strange case of the namespace for WFS being set wrong. I 
> think the fix follows based on reading the code. I have not had a chance 
> to patch and test it:
> 
> http://trac.openlayers.org/browser/trunk/openlayers/lib/OpenLayers/Format/WFS.js
>  
> rev.6313
> 
> L192:                 var deleteNode = this.createElementNS(this.featureNS, 
> 'wfs:Delete');
> 
> should be:
> 
>               var deleteNode = this.createElementNS(this.wfsns, 'wfs:Delete');
> 
Just verified that it fixes the problem that I was seeing.

-Steve
_______________________________________________
Dev mailing list
[email protected]
http://openlayers.org/mailman/listinfo/dev

Reply via email to