Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@hefniraera Thanks for addressing this issue. What do you think about using a less homogeneous/regular polygon feature? i.e, A feature whose width varies along the geometry, a kind of more complex polygon, to avoid the output look almost like buffer(geom, -w/2)?

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 7 additions & 2 deletions docs/user_manual/processing_algs/qgis/vectorgeometry.rst
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ Python code
:end-before: **end_algorithm_code_section**


.. _qgisapproximatedmedialaxis:
.. _qgisapproximatemedialaxis:

Approximate medial axis
-----------------------
Expand All @@ -420,6 +420,11 @@ of input geometries.
.. attention:: Running this algorithm requires QGIS installed with SFCGAL_ >= 2.0
(see :menuselection:`Help --> About` menu).

.. figure:: img/approxmedialaxis.png
:align: center

Medial axis (red line) of a polygon layer

Parameters
..........

Expand Down Expand Up @@ -468,7 +473,7 @@ Outputs
Python code
...........

**Algorithm ID**: ``native:approximatedmedialaxis``
**Algorithm ID**: ``native:approximatemedialaxis``

.. include:: ../algs_include.rst
:start-after: **algorithm_code_section**
Expand Down
Loading