~ubuntu-branches/ubuntu/saucy/qgis/saucy

« back to all changes in this revision

Viewing changes to resources/context_help/QgsVectorLayerProperties-en_US

  • Committer: Package Import Robot
  • Author(s): Francesco Paolo Lovergine
  • Date: 2012-04-24 15:12:20 UTC
  • mfrom: (3.1.9 sid)
  • Revision ID: package-import@ubuntu.com-20120424151220-r88g00af5fpn5fc3
Tags: 1.7.4+1.7.5~20120320-1
The "Sometimes they come back" release.

* Branching from Qgis tree and adapting to current Debian Policy and
  standards. The target tree is currently set to release-1.7.
  (closes: #661491, #606304, #615683, #616182, #600308)
* Policy bumped to 3.9.3.
* Moving to debhelper compatibility level 9.
* Source format is now 3.0 with quilt support.
* Merged with 2bf42287 upstream git snapshot.
* Migrated to dh_python2 instead of python-central.
  (closes: #617048)
* Snapshot in qgis.org release-1.7: c936d031
* Added an automagic creation of a lintian override for sqlite embedding.
  This is required for uploading currently.
* Added missing ${misc:Depends} to make lintian happy.
* Copyright notes updated and debian/copyright moved to format 1.0.
* More licenses notices now reported in debian/copyright. Thanks ftpmasters.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
<h4>Symbology</h4>
14
14
</a>
15
15
To change the symbology for a layer, simply double click on its legend entry and the vector <label>Layer Properties</label> dialog will be shown.<p>
16
 
Within this dialog you can style your vector layer. Depending on the selected rendering option you have the possibility to also classify your mapfeatures.
 
16
Within this dialog you can style your vector layer. Depending on the selected rendering option you have the possibility to also classify your map features.
17
17
 
18
18
<h5>Legend type</h5>
19
19
QGIS supports a number of symbology renderers to control how vector features are displayed. Currently the following renderers are available:
38
38
<h4>Labels</h4>
39
39
</a>
40
40
The Labels tab allows you to enable labeling features and control a number of options related to fonts, placement, style, alignment and buffering.<br/>
41
 
Check the <label>Display labels</label> checkbox to enable labeling.
 
41
Check the <label>Display labels</label> check box to enable labeling.
42
42
 
43
43
<h5>Basic Label options</h5>
44
44
Choose the field to label with.<p>
54
54
<h5>Buffer labels</h5>
55
55
To buffer the labels means putting a backdrop around them to make them stand out better. To buffer the lakes labels:
56
56
<ol>
57
 
<li>Click the <label>Buffer Labels</label> checkbox to enable buffering.
 
57
<li>Click the <label>Buffer Labels</label> check box to enable buffering.
58
58
<li>Choose a size for the buffer using the spin box.
59
59
<li>Choose a color by clicking on <label>Color</label> and choosing your favorite from the color selector. You can also set some transparency for the buffer if you prefer.
60
60
<li>Click <label>Apply</label> to see if you like the changes.
69
69
<a name="attributes">
70
70
<h4>Attributes</h4>
71
71
</a>
72
 
Within the <label>Attributes</label> tab the attributes of the selected dataset can be manipulated. The buttons <label>New Column</label> and <label>Delete Column</label> can be used, when the dataset is in editing mode. The OGR library supports to add new columns, but not to remove them, if you have a GDAL version >= 1.6 installed. Otherwise only columns from PostGIS layers can be edited.<p>
 
72
Within the <label>Attributes</label> tab the attributes of the selected data set can be manipulated. The buttons <label>New Column</label> and <label>Delete Column</label> can be used, when the data set is in editing mode. The OGR library supports to add new columns, but not to remove them, if you have a GDAL version >= 1.6 installed. Otherwise only columns from PostGIS layers can be edited.<p>
73
73
The <label>Toggle editing mode</label> button toggles this mode.<p>
74
74
Within the Attributes tab you also find an edit widget column. This column can be used to define values or a range of values that are allowed to be added to the specific attribute table column. If you click on the <label>edit widget</label> button, a dialog opens, where you can define different widgets. These widgets are:<br/>
75
75
<ul>
76
76
<li><label>Line edit</label> an edit field which allows to enter simple text (or restrict to numbers for numeric attributes).
77
77
<li><label>Classification</label> Displays a combo box with the values used for classification, if you have chosen <label>unique value</label> as legend type in the symbology tab of the properties dialog.
78
78
<li><label>Range</label> Allows to set numeric values from a specific range. The edit widget can be either a slider or a spin box.
79
 
<li><label>Unique value</label> The user can select one of the values already used in the attribute table. If <label>editable</label> is activated, a line edit is shown with autocompletion support, but additional values are possible, otherwise a combo box is used.
 
79
<li><label>Unique value</label> The user can select one of the values already used in the attribute table. If <label>editable</label> is activated, a line edit is shown with auto completion support, but additional values are possible, otherwise a combo box is used.
80
80
<li><label>File name</label> Simplifies the selection by adding a file chooser dialog.
81
 
<li><label>Value map</label> a combo box with predefined items. The value is stored in the attribute, the description is shown in the comboo box. You can define values manually or load them from a layer or a csv file.
82
 
<li><label>Enumeration</label> Opens a combo box with values that can be used within the columns type. This is currently only supported by the postgres provider.
 
81
<li><label>Value map</label> a combo box with predefined items. The value is stored in the attribute, the description is shown in the combo box. You can define values manually or load them from a layer or a csv file.
 
82
<li><label>Enumeration</label> Opens a combo box with values that can be used within the columns type. This is currently only supported by the Postgres provider.
83
83
<li><label>Immutable</label> The immutable attribute column is read-only. The user is not able to modify the content.
84
84
<li><label>Hidden</label> A hidden attribute column is invisible to the user.
85
 
<li><label>Checkbox</label> A checkbox is shown.  The value representing the state of the checkbox in the attribute has to be entered.
 
85
<li><label>Checkbox</label> A check box is shown.  The value representing the state of the check box in the attribute has to be entered.
86
86
<li><label>Text edit</label> A text edit field is shown, that allows entering multiline text.
87
87
</ul>
88
88
 
114
114
<h4>Diagram Overlay</h4>
115
115
</a>
116
116
The Diagram tab allows you to add a graphic overlay to a vector layer. To activate this feature, open the <label>Plugin Manager</label> and select the <label>Diagram Overlay</label> plugin. After this, there is a new tab in the vector <label>Layer Properties</label> dialog where the settings for diagrams may be entered.<p>
117
 
The current implementation of diagrams provides support for pie- and barcharts and for linear scaling
 
117
The current implementation of diagrams provides support for pie- and bar charts and for linear scaling
118
118
of the diagram size according to a classification attribute.
119
 
 
120