Skip to content

Commit

Permalink
Mention the "force rhr" alg for fixing vertices ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ authored Jan 20, 2025
1 parent 86054e9 commit e8fff52
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1185,6 +1185,8 @@ geometry with the |addPart| :sup:`Add Part` tool.
However, every parts of the same multipolygon feature
will have their outer vertices ordered following the same direction.

You can however use the :ref:`qgisforcerhr` algorithm to constrain features of a layer
to have vertices of their outer boundaries ordered in the clockwise direction.

.. index::
single: Digitizing tools; Delete Part
Expand Down Expand Up @@ -1230,6 +1232,9 @@ To add a ring:
However, every rings of the same (multi)polygon feature
will have their vertices ordered in the opposite direction to the outer boundary's.

You can however use the :ref:`qgisforcerhr` algorithm to constrain features of a layer
to have vertices of their outer boundaries ordered in the clockwise direction,
and vertices of their interior rings ordered in the counter-clockwise direction.

.. index::
single: Digitizing tools; Fill Ring
Expand Down

0 comments on commit e8fff52

Please sign in to comment.