mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
- remove en_US postfix - remove translated files (translation were moved to ts files earlier) - remove unused jQuery (python help doesn't use it anymore) - change expression label in QgsQueryBuilder and add context help (partly fixes #8129)
7 lines
627 B
Plaintext
7 lines
627 B
Plaintext
<h3>Measure Tools</h3>
|
|
There are two measure tools: length and area. With them, you can measure both distances and areas on the map canvas. Currently the tools provide results in metric units only. A single right mouse click stops the measuring, while two right mouse clicks starts measuring anew.
|
|
<h4>Measuring Lengths</h4>
|
|
To measure lengths, select the tool and click along the path you want to measure. The length of each segment is displayed as is the total length for the path.
|
|
<h4>Measuring Areas</h4>
|
|
To measure areas, select the tool and click to create the area. The total area is dynamically displayed as you click.
|