trim the string before passing it off to ol.expr.parse
This commit is contained in:
Binary file not shown.
@@ -49,7 +49,7 @@ ol.parser.ogc.Filter_v1 = function() {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return ol.expr.parse(value);
|
return ol.expr.parse(goog.string.trim(value));
|
||||||
},
|
},
|
||||||
'Filter': function(node, obj) {
|
'Filter': function(node, obj) {
|
||||||
var container = {
|
var container = {
|
||||||
|
|||||||
Reference in New Issue
Block a user