<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Looking at the code this doesn't seem currently possible.<div><br></div><div>The following syntax is supported:</div><div><br></div><div><div>            '<ogc:Filter xmlns:ogc="<a href="http://www.opengis.net/ogc">http://www.opengis.net/ogc</a>">' +</div><div>                '<ogc:Intersects>' +</div><div>                    '<ogc:PropertyName>the_geom</ogc:PropertyName>' +</div><div>                    '<ogc:Function name="querySingle">' +</div><div>                        '<ogc:Literal>sf:restricted</ogc:Literal>' +</div><div>                        '<ogc:Literal>the_geom</ogc:Literal>' +</div><div>                        '<ogc:Literal>cat=3</ogc:Literal>' +</div><div>                    '</ogc:Function>' +</div><div>                '</ogc:Intersects>' +</div><div>            '</ogc:Filter>';</div><div><br></div><div>Best regards,</div><div>Bart</div><div><br><div>
<span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px; "><div>-- <br>Bart van den Eijnden<br>OpenGeo - <a href="http://opengeo.org/">http://opengeo.org</a><br>Expert service straight from the developers.</div><div><br></div></span><br class="Apple-interchange-newline">

</div>
<br><div><div>On Jul 10, 2013, at 2:59 PM, brking <<a href="mailto:brking@gmail.com">brking@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">Thank you for the quick response. I actually have a couple of different<br>scenarios, but basically if the example below from the OGC 1.1 encoding spec<br>is possible I should be in good shape:<br><br><Filter><br>  <PropertyIsEqualTo><br>    <Function name="SIN"><br>      <PropertyName>DISPERSION_ANGLE</PropertyName><br>    </Function><br>    <Literal>1</Literal><br>  </PropertyIsEqualTo><br></Filter><br><br>So what I need is a way to pass feature property values as parameters to<br>filter functions, and use the function output in comparisons, or combined<br>with logical filters if the function returns a boolean.<br><br><br><br>--<br>View this message in context: <a href="http://osgeo-org.1560.x6.nabble.com/OpenLayers-Filter-Function-with-property-parameter-tp5065405p5065416.html">http://osgeo-org.1560.x6.nabble.com/OpenLayers-Filter-Function-with-property-parameter-tp5065405p5065416.html</a><br>Sent from the OpenLayers Users mailing list archive at <a href="http://Nabble.com">Nabble.com</a>.<br>_______________________________________________<br>Users mailing list<br><a href="mailto:Users@lists.osgeo.org">Users@lists.osgeo.org</a><br>http://lists.osgeo.org/mailman/listinfo/openlayers-users<br></blockquote></div><br></div></div></body></html>