[OpenLayers-Dev] Bug in OpenLayers/Format/WFS.js ?? and Fix
Stephen Woodbridge
woodbri at swoodbridge.com
Tue Feb 26 14:16:01 EST 2008
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
More information about the Dev
mailing list