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@12500 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
borysiasty committed Dec 17, 2009
1 parent 47e2d8c commit a166c71
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 7 deletions.
5 changes: 1 addition & 4 deletions resources/context_help/QgsOpenVectorLayerDialog-de_DE
@@ -1,6 +1,3 @@
<h3>Vektorlayer hinzufügen</h3>

<p class="overview">
Der Dialog "Vektorlayer hinzufügen" wird zum Hinzufügen von Vektordaten zur QGIS-Karte benutzt. Vektordaten sind räumliche DAten, die durch Punkte, Linien oder Polygone (eingegrenzte Flächen) beschrieben werden.</p>

<img src=":/themes/default/mActionDelete.png">
Der Dialog "Vektorlayer hinzufügen" wird zum Hinzufügen von Vektordaten zur QGIS-Karte benutzt. Vektordaten sind räumliche DAten, die durch Punkte, Linien oder Polygone (eingegrenzte Flächen) beschrieben werden.</p>
2 changes: 0 additions & 2 deletions resources/context_help/QgsOpenVectorLayerDialog-en_US
@@ -1,6 +1,4 @@
<h3>Open Vector Layer Dialog</h3>

<p class="overview">
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>

<img src=":/themes/default/mActionDelete.png">
2 changes: 1 addition & 1 deletion resources/context_help/QgsVectorLayerProperties-en_US
@@ -1,5 +1,5 @@
<h3>Vector Layer Properties</h3>
This dialog allows you to work with vector layer settings and properties. There are five tabs:
This dialog allows you to work with vector layer settings and properties. There are seven tabs:
<p>
<a href="#symbology">Symbology</a><br/>
<a href="#labels">Labels</a><br/>
Expand Down
21 changes: 21 additions & 0 deletions resources/context_help/QgsWMSSourceSelect-en_US
@@ -0,0 +1,21 @@
<h3>Create a new WMS connection</h3>
WMS layers can be added quite simply, as long as you know the URL to access the WMS server, you have a serviceable connection to that server, and the server understands HTTP as the data transport mechanism.<p>
QGIS currently can act as a WMS client that understands WMS 1.1, 1.1.1 and 1.3 servers.
<h4>Servers</h4>
To define a new WMS server in the <label>Server Connections</label> section, select <label>New</label>. Then enter the parameters to connect to your desired WMS server.<p>
You can add some servers to play with by clicking the <label>Add default servers</label> button. This will add at least three WMS servers for you to use, including the NASA (JPL) WMS server.<p>
Once the new WMS Server connection has been created, it will be preserved for future QGIS sesions.
<h5>Loading WMS Layers</h5>
Select the <label>Connect</label> button to retrieve the capabilities of the selected server. This includes the Image encoding, Layers, Layer Styles and Projections.<br/>
While downloading data from the WMS server, the download progress is visualized in the left bottom of the WMS Plugin dialog.<p>
The <label>Image encoding</label> section now lists the formats that are supported by both the client and server.<br/>
Choose one depending on your image accuracy requirements.<p>
You can select several layers at once, they will be combined at the WMS Server and transmitted to QGIS in one go.<p>
Each WMS Layer can be presented in multiple CRSs, depending on the capability of the WMS server. To choose a CRS, select <label>Change...</label>

<h4>Layer Order</h4>
On this tab you can change the order of loaded WMS layers.
<h4>Server Search</h4>
On this tab you can search for WMS servers. It is possible to enter a search-string in the textfield an hit the <label>Search</label> button.<p>
To visualize the results, select an table entry, press the <label>Add selected row to WMS list</label> button and change back to the <label>Servers</label> tab.<p>
You only need to request the list of layers by clicking the <label>Connect</label> button.

0 comments on commit a166c71

Please sign in to comment.