good eye tim. patch for #560.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@2882 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -25,7 +25,7 @@ OpenLayers.Format.WFS.prototype =
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
initialize: function(options, layer) {
|
initialize: function(options, layer) {
|
||||||
OpenLayers.Format.GML.prototype.initialize.apply(this, arguments);
|
OpenLayers.Format.GML.prototype.initialize.apply(this, [options]);
|
||||||
this.layer = layer;
|
this.layer = layer;
|
||||||
if (this.layer.featureNS) {
|
if (this.layer.featureNS) {
|
||||||
this.featureNS = this.layer.featureNS;
|
this.featureNS = this.layer.featureNS;
|
||||||
|
|||||||
Reference in New Issue
Block a user