Format.Filter.v1 may fail to read LowerBoundary and upperBoundary, r=bartvde

git-svn-id: http://svn.openlayers.org/trunk/openlayers@10420 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Éric Lemoine
2010-06-21 08:08:13 +00:00
parent e6b0ec0ee3
commit 9a2363d06b
2 changed files with 30 additions and 1 deletions
+1 -1
View File
@@ -227,7 +227,7 @@ OpenLayers.Format.Filter.v1 = OpenLayers.Class(OpenLayers.Format.XML, {
var obj = {};
this.readChildNodes(node, obj);
var value = obj.value;
if(!value) {
if(value === undefined) {
value = this.getChildValue(node);
}
return value;