Closed gowram closed 10 years ago
@gowram:
Yes, you can currently use both the "PropertyIsGreaterThanOrEqualTo" rule and "PropertyIsLessThanOrEqual" rule in combination with Filters. See the sld.Filter reference section of the API documentation.
Basically, create two filters with each of those property criterion set, and combine them pythonically with "+" into a combination filter.
Are there any workaround available for accessing this rule property with "UpperBoundary" and "LowerBoundary" Value?