-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
Support QML expressions #259
Comments
Supporting QML expressions would definitely be a nice feature! Currently, this feature is not on our roadmap, but I am sure, such a feature would be greatly appreciated. geostyler-cql-parser probably provides already the majority of needed functionality. With just some minor adjustments (e.g. wrapping attribute names in double quotes) we should be able to parse basic expressions. Supporting special keywords (e.g. Would you like to create a (basic) parser that reads QML expressions? If so, we can set up a repository for this. |
Thanks for your response. I never did development with typescript and I'm quite lost on where to get started. For now we try to improve this situation on QGIS. |
Thanks for the info @geraldo. qgis/QGIS-Enhancement-Proposals#238 definitely sounds like a good idea.
In case you are still motivated to work on GeoStyler, we can have a call, where we do the initial set up together and give you a brief introduction into the code. We are always happy to extend the community. So just let us know. |
With the latest release and the use oft geostyler-style v7 it would now be possible to implement the parsing of qml-expressions. Bit i'm not sure how difficult this would be. |
Feature Request
We have a web based map viewer based on Openlayers for QGIS projects and generally use WFS together with SLDReader to apply styles to vector layers.
QGIS has the ability to export symbology to SLD, but ignores expressions. See this QGIS issue for more info about this limitation.
But it includes expressions when exporting symbology to QML. That's why I was thinking of using Geostyler to overcome this limitation of QGIS, as I already use it successfully to convert QML to Mapbox styles.
Any plans to accept expressions for QML parser?
The text was updated successfully, but these errors were encountered: