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