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

option to convert from qml #57

Open
pvgenuchten opened this issue Feb 28, 2022 · 1 comment
Open

option to convert from qml #57

pvgenuchten opened this issue Feb 28, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@pvgenuchten
Copy link
Contributor

Not sure if this feature is relevant to bridge in general, but it is of interest to users running bridge-style outside a qgis context.

A qml file is a style file which can be exported and imported to and from any qgis layer.
For our use case we need to convert the qml file to sld in a publication pipeline without running qgis.

Any idea if this would be hard to implement on bridge-style?

@GeoSander GeoSander added the enhancement New feature or request label Mar 2, 2022
@GeoSander
Copy link
Member

Thanks for the suggestion @pvgenuchten.

The current bridge-style library depends on QGIS, i.e. it requires the QGIS executable to handle the layer objects. I had actually preferred that bridge-style would parse pure QML - independent of the QGIS runtime - but that would have taken more time to develop, apparently.

However, you could check out the GeoStyler QML parser perhaps and see if it suits your needs? Write a little REST API for it or something?

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

2 participants