geostyler / geostyler-sld-parser

GeoStyler-Style-Parser implementation for SLD
BSD 2-Clause "Simplified" License
48 stars 29 forks source link

Comparision Filter PropertyIsLike #901

Open rajsync opened 7 months ago

rajsync commented 7 months ago

Feature Request

Is your feature request related to a problem? Please describe. currently wildcard, singleChar and escape values are hard coded.

Describe the solution you'd like option to pass wildcard, singleChar and escape values, while creating comparison filter PropertyIsLike

jansule commented 7 months ago

Good point. To do so, we would have to add these options to the typing for the propertyIsLike filter in the geostyler-style here and here (the *= is the equivalent of propertyIsLike). Then, the sld-parser could be adjusted to that.

Are you planning on providing a PR for this?

rajsync commented 7 months ago

I have made changes to provide "PropertyIsLike" attributes. Please check the pull request https://github.com/geostyler/geostyler-style/pull/616.

rajsync commented 7 months ago

I have to make changes to "geostyler-sld-parser" project to remove use the provided like attributes. After the pull request complete and released?

jansule commented 6 months ago

You can also develop based on your unmerged changes by using npm link. Please reference the open PR in the description, then.

KaiVolland commented 1 month ago

Hey @rajsync do you think you will continue working on the PR in the geostyler-style? Otherwise we might could take care of it in the upcoming codesprint.