Skip to content

Commit

Permalink
context help updates from Milena
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@13829 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
borysiasty committed Jun 28, 2010
1 parent 102df9d commit 5b2446a
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 5 deletions.
53 changes: 50 additions & 3 deletions resources/context_help/QgsAttributeTableDialog-en_US
@@ -1,3 +1,50 @@
<h3>Attribute Table</h3>
The Attribute Table dialog displays the rows and columns from the selected
layer. From this dialog you can view, edit, and search attributes.
<h3>Attribute table</h3>
The attribute table displays features of a selected layer. Each row in the table represents one map
feature with its attributes shown in several columns. The features in the table can be searched,
selected, moved or even edited.
By default the attribute table is a separate window. If you opened it and cannot see anymore, it is most likeny under the main QGIS window. You can make it also a docked window, by stetting <label>Open attribute table in a dock window</label> in <label>Settings > Options > General</label>.<p>

The number of table features is printed on its header.<p>
<p>
<a href="#Selecting">Selecting</a><br/>
<a href="#Sorting">Sorting</a><br/>
<a href="#Searching">Searching</a><br/>
<a href="#Field">Field Calculator</a><br/>

<a name="Selecting">
<h4>Selecting</h4>
</a>
Rows can be selected by clicking on the row number on the left side of the row. Selecting a row
doesn't change the current cursor position. Multiple rows can be marked by holding the
<label>Ctrl</label> key.<br>
A continuous selection can be made by holding the <label>Shift</label> key and clicking on several row headers
on the left side of the rows. All rows between the current cursor position and the clicked row are
selected.

<a name="Sorting">
<h4>Sorting</h4>
</a>
Each column can be sorted by clicking on its column header. A small arrow indicates the sort order
(downward pointing means descending values from the top row down, upward pointing means
ascending values from the top rown down).<br>
Use <label>Move selected to top</label> button to sort selected rows and display them in first table rows.
To show selected records only, use the checkbox <label>Show selected records only</label>.

<a name="Searching">
<h4>Searching</h4>
</a>
For a simple search by attributes on only one column the <label>Look for</label> field can be used. Select
the field (column) from which the search should be performed from the dropdown menu and hit the
<label>Search</label> button.<br>
For more complex searches use the <label>Advanced search</label>. This button opens the Query Builder and allows you to define a subset of a table using a SQL-like WHERE clause, display the result in the main window and save it as a Shapefile.

<a name="Field">
<h4>Field Calculator</h4>
</a>
The <label>Field Calculator</label> button in the attribute table allows to perform calculations on basis of
existing attribute values or defined functions, e.g. to calculate length or area of geometry features.<br>
The results can be written to a new attribute column or it can be used to update values in an already
existing column.<br>
You have to bring the vector layer in editing mode, before you can click on the <label>Field calculator</label> icon to
open the dialog.

6 changes: 4 additions & 2 deletions resources/context_help/QgsIdentifyResults-en_US
@@ -1,8 +1,10 @@
<h3>Identify Features</h3>
<p>
The results dialog shows all the features identified within the search tolerance.
To see the results, expand the feature information by clicking on the plus <label>+</label> sign to the left of each feature.
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</label>.
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>
Identifable layers can be set in the Project Properties dialog <label>Settings > Project Properties > Identifable layers</label> where all the layers names are listed, their type (vector, raster, etc.) and ability to be identified.
</p>
3 changes: 3 additions & 0 deletions resources/context_help/QgsOpenVectorLayerDialog-en_US
@@ -1,4 +1,7 @@
<h3>Open Vector Layer Dialog</h3>

The open vector layer dialog is used to add vector data to the QGIS map view. Vector data are spatial data described using geometries of points, lines and polygons (enclosed areas).</p>
QGIS supports vector data in a number of formats, including those supported by the OGR library data provider plugin, such as ESRI shapefiles, MapInfo MIF (interchange format) and MapInfo TAB (native format).</p>
QGIS supports PostGIS layers in a PostgreSQL database and SpatialLite layers. Support for additional data types (eg. delimited text) is provided by additional data provider plugins. A list of OGR supported vector formats incan be found in Appendix A.1 of the User Guide.</p>
Detailed description how to proceed with vector data is described in chapter 5 'Working with Vector Data'.

0 comments on commit 5b2446a

Please sign in to comment.