Parse literal nodes in expressions in addition to text nodes

This commit is contained in:
Tim Schaub
2013-08-15 14:32:47 -04:00
parent a12d41b1bc
commit 183b51a1c0
2 changed files with 27 additions and 16 deletions

View File

@@ -39,7 +39,7 @@ ol.parser.ogc.Filter_v1 = function() {
if (obj.property) {
expressions.push(obj.property);
} else if (goog.isDef(obj.value)) {
return obj.value;
expressions.push(obj.value);
}
break;
case 3: // text node