mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-05 00:04:40 -05:00
This adds support to display vertices lines over the profile graph to display indicator at the location of the curve's vertices. This is achieved with mainly 2 changes: - `QgsProfilePlotRenderer::setSubsectionsSymbol()` allows to set the line symbol of the vertical lines - `renderSubsectionsIndicator` generates and renders the vertical lines. It is called by `QgsProfilePlotRenderer::renderToImage()`.