Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement <Function name="in"> element functionality #3

Open
fhb1990 opened this issue Mar 11, 2020 · 0 comments
Open

Implement <Function name="in"> element functionality #3

fhb1990 opened this issue Mar 11, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@fhb1990
Copy link
Collaborator

fhb1990 commented Mar 11, 2020

I came across SLDs that use this function to style a layer when an attribute attains a value that occurs in some list. Example found:

<ogc:PropertyIsEqualTo>
	<ogc:Function name="in">
		<ogc:PropertyName>visualisatiecode</ogc:PropertyName>
		<ogc:Literal><![CDATA[11300]]></ogc:Literal>
		<ogc:Literal><![CDATA[11301]]></ogc:Literal>
		<ogc:Literal><![CDATA[11302]]></ogc:Literal>
	</ogc:Function>
	<ogc:Literal>true</ogc:Literal>
</ogc:PropertyIsEqualTo>

This function is not yet supported in the parser.

@fhb1990 fhb1990 added the enhancement New feature or request label Mar 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant