Merge pull request #2699 from bartvde/issue-2699
No need for featureNS and featureType to be quoted
This commit is contained in:
@@ -544,8 +544,8 @@ ol.format.GMLBase.prototype.readFeatures;
|
|||||||
ol.format.GMLBase.prototype.readFeaturesFromNode =
|
ol.format.GMLBase.prototype.readFeaturesFromNode =
|
||||||
function(node, opt_options) {
|
function(node, opt_options) {
|
||||||
var options = {
|
var options = {
|
||||||
'featureType': this.featureType,
|
featureType: this.featureType,
|
||||||
'featureNS': this.featureNS
|
featureNS: this.featureNS
|
||||||
};
|
};
|
||||||
if (goog.isDef(opt_options)) {
|
if (goog.isDef(opt_options)) {
|
||||||
goog.object.extend(options, this.getReadOptions(node, opt_options));
|
goog.object.extend(options, this.getReadOptions(node, opt_options));
|
||||||
|
|||||||
Reference in New Issue
Block a user