mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-15 00:02:52 -04:00
This adds support to display vertices lines over the profile graph to display indicator at the location of the vertices of the trace. This is mainly achieved by adding `QgsElevationProfileCanvas::setSubsectionsSymbol()`. This method allows to set the line symbol of the vertical lines. Then, It sets the subsections symbol of the profile renderer of the plot item. It the renderer does not exist yet, the subsections symbol is set when a new profile renderer is created.