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