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)
10 lines
846 B
Plaintext
10 lines
846 B
Plaintext
<h3>Identify Features</h3>
|
|
<p>
|
|
The results dialog shows all the features identified within the search tolerance. To see the results details, expand the feature information on the left of each feature.
|
|
</p>
|
|
<p>
|
|
The search radius can be set in the options dialog <label>Settings > Options > Map tools</label>, Identify section, as a percentage of map width. In this section you may also set identify mode to <label>Current layer</label>, <label>Top down, stop at first</label>, <label>Top down</label>. <br>
|
|
You may also tick an <label>Open feature form, if a single feature is identified</label> option.<br>
|
|
Identifiable layers can be set in the Project Properties dialog <label>Settings > Project Properties > Identifiable layers</label> where all the layers names are listed, their type (vector, raster, etc.) and ability to be identified.
|
|
</p>
|