Skip to content

Commit fee79f8

Browse files
authored
Area and total length/perimeter CAD dock floater (#10790)
2 parents 8041f3d + 2f31e99 commit fee79f8

File tree

3 files changed

+42
-8
lines changed

3 files changed

+42
-8
lines changed

docs/user_manual/introduction/qgis_configuration.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -943,6 +943,17 @@ This tab helps you configure general settings when :ref:`editing vector layer
943943
(see :ref:`typesofgeomerrors`)
944944
* :guilabel:`Default Z value` to use when creating new 3D features.
945945

946+
**Measurements**
947+
948+
* :guilabel:`Show feature area in status bar while digitizing`: sets whether
949+
the feature area is displayed in the status bar during digitizing.
950+
Available options are :guilabel:`Hidden`
951+
and :guilabel:`Show Ellipsoidal Area`.
952+
* :guilabel:`Show feature perimeter/total length in status bar while digitizing`:
953+
sets whether the feature perimeter or total length is displayed in the status bar
954+
during digitizing. Available options are :guilabel:`Hidden`
955+
and :guilabel:`Show Ellipsoidal Distances`.
956+
946957
**Rubberband**
947958

948959
* Define Rubberband :guilabel:`Line width`, :guilabel:`Line color`

docs/user_manual/introduction/qgis_gui.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2009,6 +2009,11 @@ In case of lengthy operations, such as gathering of statistics in
20092009
raster layers, executing Processing algorithms or rendering several
20102010
layers in the map view, a progress bar is displayed in the status bar.
20112011

2012+
When editing a vector layer, the area and total length or perimeter
2013+
of the feature being digitized can also be displayed here,
2014+
if enabled in :menuselection:`Settings --> Options --> Digitizing`
2015+
under the :guilabel:`Measurements` group.
2016+
20122017
Control the map canvas
20132018
----------------------
20142019

docs/user_manual/working_with_vector/editing_geometry_attributes.rst

Lines changed: 26 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1972,17 +1972,35 @@ At the top of the :guilabel:`Digitizing panel`, you find the following buttons:
19721972

19731973
* |floater| :sup:`Floater settings`: if the :guilabel:`Show floater` item is checked,
19741974
a contextual menu with digitizing information follows the cursor during digitizing.
1975-
The values can be accessed using the :ref:`panel's shortcuts <digitizing_panel_shortcuts>`,
1975+
Some of the values can be accessed using the :ref:`panel's shortcuts <digitizing_panel_shortcuts>`,
19761976
edited and |locked| :sup:`Locked` after validation (pressing :kbd:`Enter`).
19771977
The type of information to display can be selected in the bottom part of the menu:
19781978

1979-
* :guilabel:`Show distance`
1980-
* :guilabel:`Show angle`
1981-
* :guilabel:`Show XY coordinates`
1982-
* :guilabel:`Show Z value`
1983-
* :guilabel:`Show M value`
1984-
* :guilabel:`Show bearing/azimuth`
1985-
* :guilabel:`Show common snapping angle`
1979+
* |unchecked|:guilabel:`Show Distance`
1980+
* |unchecked|:guilabel:`Show Angle`
1981+
* |unchecked|:guilabel:`Show XY Coordinates`
1982+
* |unchecked|:guilabel:`Show Z Value`
1983+
* |unchecked|:guilabel:`Show M Value`
1984+
* |unchecked|:guilabel:`Show Bearing/Azimuth`
1985+
* |unchecked|:guilabel:`Show Common Snapping Angle`
1986+
* :menuselection:`Show Area -->`
1987+
1988+
* :menuselection:`--> Hidden`
1989+
* :menuselection:`--> Show Ellipsoidal Area`
1990+
* :menuselection:`--> Show Cartesian Area`
1991+
* :menuselection:`Show Total Length/Perimeter-->`
1992+
1993+
* :menuselection:`--> Hidden`
1994+
* :menuselection:`--> Show Ellipsoidal Lengths`
1995+
* :menuselection:`--> Show Cartesian Lengths`
1996+
1997+
.. note::
1998+
Area and total length/perimeter measurements default to :guilabel:`Hidden`.
1999+
The selected option is saved and used as the default for subsequent digitizing sessions.
2000+
These values are only displayed when the Advanced Digitizing panel is active
2001+
and the corresponding option is set to a value other than :guilabel:`Hidden`.
2002+
2003+
* |unchecked|:guilabel:`Show Weight`
19862004

19872005

19882006
Below the toolbar, you will find a number of text boxes whose value reflects

0 commit comments

Comments
 (0)