Skip to content

Commit

Permalink
Elevation profile: Tolerance for lines and polygons (#9385)
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ authored Dec 9, 2024
2 parents 68826fb + 7331956 commit b992fa7
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions docs/user_manual/map_views/elevation_profile.rst
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@ At the top of the :guilabel:`Elevation Profile` panel, a toolbar provides you wi
- Allows to render distances in the profile chart with units other than the map canvas units.
* - :menuselection:`--> Tolerance`
-
- Sets how far from the actual profile line a point can reside within to be included in the results.
- Sets how far from the actual profile line a feature (point, line, polygon, etc.)
can reside to be included in the results.
Uses the map units and is ignored by other layer or geometry types.
* - |dock| :sup:`Dock Elevation Profile View`
-
Expand Down Expand Up @@ -194,8 +195,13 @@ To create a profile view, you can:

#. Under |options| :sup:`Options` drop-down menu, you can set the :guilabel:`Tolerance` value.
This value is used to create a flat buffer around the elevation profile line, visible in the main map canvas.
Any visible point feature overlapping that buffer will be captured in the plot canvas.
Any visible feature (point, line, polygon, etc.) overlapping that buffer will be captured in the plot canvas.

.. note:: **Limitations with polygon extrusion**

Geometry extrusion can be set in the |elevationscale| :guilabel:`Elevation` properties of a layer,
and rendered in the profile view. When tolerance is enabled, it is however not trivial to render extruded polygons,
thus, for now, polygon extrusion is ignored.

.. _`elevation_profile_interaction`:

Expand Down Expand Up @@ -321,6 +327,8 @@ to export an elevation profile, allowing you to reuse the plots in another softw
:width: 1.5em
.. |dock| image:: /static/common/dock.png
:width: 1.5em
.. |elevationscale| image:: /static/common/elevationscale.png
:width: 1.5em
.. |fileSaveAs| image:: /static/common/mActionFileSaveAs.png
:width: 1.5em
.. |identify| image:: /static/common/mActionIdentify.png
Expand Down

0 comments on commit b992fa7

Please sign in to comment.