mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-16 00:05:45 -04: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()`.