Open geographika opened 1 year ago
I've searched for predicates such as InExpressionListPredicate in the GeoStyler parsers, but get no matches. Are these predicates currently not supported, and need to be added to the individual parsers?
@KaiVolland could you take a look at this?
The created filter in geostyler-style does not look like our filter format. Maybe we have to adjust the jison in the geostyler-cql-parser to create a proper structure for that case.
Question
A QML rule such as:
Gets turned into a GeoStyler rule in the form:
I've searched for predicates such as
InExpressionListPredicate
in the GeoStyler parsers, but get no matches. Are these predicates currently not supported, and need to be added to the individual parsers?https://github.com/geostyler/geostyler-cql-parser/blob/67cdf57a10710a16fcc4b9b7391ccab1f4aeb8fa/src/cql.jison#L294