SpectralProfileRenderer with customized expression

Issue #523 closed
Benjamin Jakimow created an issue

Enable the SpectralProfileRender to match ProfileStyles by evaluating expressions

  • add general switch: show selected only yes/no/complement (internal pre-selection)
  • define render rules a set of QgsExpressions to filter for matching SpectralProfileQgsFeature)
  • first matching expression defines the PlotStyle
  • none-matching SpectralProfiles are rendered in default style (as-is)
  • SpectralProfiles in the AttributeTable define the superset of profiles that can be plotted. Filtering the AttributeTable will filter the plotted profiles as well
  • implement a SpectralProfileRendererConfigWidgetFactory(QgsMapLayerConfigWidgetFactory)
  • implement a SpectralProfileRendererConfigWidget(QpsMapLayerConfigWidget)

Comments (2)

  1. Log in to comment