diff --git a/source/docs/user_manual/working_with_vector/editing_geometry_attributes.rst b/source/docs/user_manual/working_with_vector/editing_geometry_attributes.rst index f9c672ab099..d78c2aa731e 100644 --- a/source/docs/user_manual/working_with_vector/editing_geometry_attributes.rst +++ b/source/docs/user_manual/working_with_vector/editing_geometry_attributes.rst @@ -110,7 +110,14 @@ that you don’t add vertexes too close to each other. the default snapping mode, tolerance value, and units, which will populate the :guilabel:`Snapping Options` dialog. +.. index:: Snapping on intersections + +Enable snapping on intersections +--------------------------------- +Another available option is to use |snappingIntersection| :guilabel:`snapping on +intersection`, which allows you to lock on geometry intersections of +snapping enabled layers, even if there's no vertices in there. .. index:: Search radius @@ -189,15 +196,6 @@ digitize all vertices of the common boundary. needed. -.. index:: Snapping on intersections - -Enable snapping on intersections ---------------------------------- - -Another option is to use |checkbox| :guilabel:`Enable snapping on intersection`. -It allows you to snap on an intersection of background layers, even if there's no vertex on -the intersection. - Geometry Checker ----------------- @@ -1685,3 +1683,5 @@ To edit features in-place: :width: 1.5em .. |topopologicalEditing| image:: /static/common/mIconTopologicalEditing.png :width: 1.5em +.. |snappingIntersection| image:: /static/common/mIconSnappingIntersection.png + :width: 1.5em diff --git a/source/substitutions.txt b/source/substitutions.txt index 9dd27da3279..446bd3ba2fb 100644 --- a/source/substitutions.txt +++ b/source/substitutions.txt @@ -870,6 +870,8 @@ .. |slider| image:: /static/common/slider.png .. |snapping| image:: /static/common/mIconSnapping.png :width: 1.5em +.. |snappingIntersection| image:: /static/common/mIconSnappingIntersection.png + :width: 1.5em .. |sort| image:: /static/common/sort.png :width: 1.5em .. |sourceFields| image:: /static/common/mSourceFields.png diff --git a/static/common/mIconSnappingIntersection.png b/static/common/mIconSnappingIntersection.png new file mode 100644 index 00000000000..a311cb3decc Binary files /dev/null and b/static/common/mIconSnappingIntersection.png differ