geostyler / geostyler-qgis-parser

GeoStyler Style Parser implementation for QGIS
https://geostyler.org
BSD 2-Clause "Simplified" License
16 stars 9 forks source link

Is it possible to use raster QML style? #492

Closed aborruso closed 1 year ago

aborruso commented 1 year ago

Hi, as I written here, I would like to use geostyler for this this qml style.

But it does not seem supported. Do you confirm it?

If yes, this is a feature request.

Thank you for this great tool

KaiVolland commented 1 year ago

Hey @aborruso :wave:,

unfortunately the QGIS parser is one of the least grown parsers. Usually there is an unsupportedProperties attribute in the parsers that gives information about what is supported and what is not.

I quickly checked the code and it seems like RasterStyles are not supported by the parser.

I am also afraid that we don't have the capacity to add this support in the near future as we're currently bound to other parts of the geostyler ecosystem.

The greatest thing would be to provide a PR that solves this problem. But I think the barrier to entry for coding the qml parser is pretty high.

aborruso commented 1 year ago

I'm not able to open this kind of PR.

Thank you