Much obliged.  In the meantime I've been converting the attributes as
follows:

function convertAttributes( layer )
{
     for ( var i in layer.features ) 
     { 
          for ( var ii in layer.features[ i ].attributes ) 
          { 
                layer.features[ i ].attributes[ ii ] = layer.features[ i
].attributes[ ii ].value; 
          } 
     }
}

-- 
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/OpenLayers-Filter-Comparison-property-and-KML-ExtendedData-attributes-tp5504680p5513259.html
Sent from the OpenLayers Users mailing list archive at Nabble.com.
_______________________________________________
Users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/openlayers-users

Reply via email to