gem/oq-irmt-qgis

Completely replace QgsGraduatedSymbolRenderer::Mode enum with QgsClassificationMethod

Closed this issue · 1 comments

Keeping backward compatibility about this could be a little complicated. We might completely get rid of QgsGraduatedSymbolRenderer::Mode enum when we decide to force the IRMT to be used with QGIS versions above 3.10.

In b84986b I made it backward compatible, also using QgsApplication.classificationMethodRegistry() to retrieve classification methods instead of importing all them and instantiating them separately.