[OpenLayers-Users] Comparison Filters should not require	propertyName
    brking 
    brking at gmail.com
       
    Wed Jul 17 10:53:37 PDT 2013
    
    
  
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.
    
    
More information about the Users
mailing list