OGC filters allow syntax like this:

<Filter>
        <PropertyIsEqualTo>
                <Function name="SIN">
                        <PropertyName>DISPERSION_ANGLE</PropertyName>
                </Function>
                <Literal>1</Literal>
        </PropertyIsEqualTo>
</Filter>

However the OpenLayers comparison filters appear to require a propertyName,
so it's not possible to encode this.

I was going to go ahead and make the change to my copy to support this
(either propertyName or function is required for first child), but I wanted
to see if I was missing something.




--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Comparison-Filters-should-not-require-propertyName-tp5067131.html
Sent from the OpenLayers Users mailing list archive at Nabble.com.
_______________________________________________
Users mailing list
us...@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/openlayers-users

Reply via email to