Skip to content

Commit

Permalink
worked on topology rules and on Options-->General tab
Browse files Browse the repository at this point in the history
  • Loading branch information
junek committed Jun 19, 2013
1 parent a86a6b0 commit f1bd433
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
8 changes: 8 additions & 0 deletions source/docs/user_manual/introduction/qgis_configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,14 @@ options are:
General Tab
-----------

Application

* Select the :guilabel:`Style (QGIS restart required)`|selectstring| and choose between 'Oxygen','Windows','Motif','CDE', 'Plastique' and 'Cleanlux' (|nix|).
* Define the :guilabel:`Icon theme`|selectstring|. Currently only 'default' is possible.
* Define the :guilabel:`Icon size` |selectsring|.
* Define the :guilabel:`Font. Choose between |radiobutton|:guilabel:`QT default` and a user-defined font.
* Change the :guilabel:`Timeout for timed messages or dialogs`|selectstring|.
* |checkbox| :guilabel:`Prompt to save project changes when required`
* |checkbox| :guilabel:`Warn when opening a project file saved with an older version of QGIS`
* Change Selection and Background color
Expand Down
10 changes: 4 additions & 6 deletions source/docs/user_manual/plugins/plugins_topology_checker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ These rules check with spatial relations whether your features 'Equal', 'Contain
you apply to your vector data. E.g. normally you won't accept overshoots in line layers but if they depict dead-end streets you
won't remove them from your vector layer.

In |qg| it is very simple to create topology rules with the Topology Checker plugin.
QGis has the built-in topological editing feature which is great for creating new features without errors. But existing data errors and user induced errors are hard to find out. This plugin helps find out such errors through a list of rules.

It is very simple to create topology rules with the Topology Checker plugin.

In figure_topology_rule_ you can see the topology rules which can be applied to a **line layer**:

Expand All @@ -27,7 +29,7 @@ In figure_topology_rule_ you can see the topology rules which can be applied to

On **polygon layers** the following rules are available:

* **must contain**: Here you can use a points that should be inside the polygons.
* **must contain**: Here you can use a points layer that should be inside the polygons.
* **must not have duplicates**: Whenever a polygon feature is represented twice or more it will occur in the 'Error' field.
* **must not have gaps**:
* **must not have invalid geometries**:
Expand All @@ -43,7 +45,3 @@ You can apply the following rules to **point layers**:
* **must not have duplicates**: Whenever a point is represented twice or more it will occur in the 'Error' field.
* **must not have invalid geometries**:
* **must not have multipart-geometries**:




0 comments on commit f1bd433

Please sign in to comment.