[QGIS Commit] r12500 - trunk/qgis/resources/context_help

svn_qgis at osgeo.org svn_qgis at osgeo.org
Thu Dec 17 06:51:08 EST 2009


Author: borysiasty
Date: 2009-12-17 06:51:07 -0500 (Thu, 17 Dec 2009)
New Revision: 12500

Added:
   trunk/qgis/resources/context_help/QgsWMSSourceSelect-en_US
Modified:
   trunk/qgis/resources/context_help/QgsOpenVectorLayerDialog-de_DE
   trunk/qgis/resources/context_help/QgsOpenVectorLayerDialog-en_US
   trunk/qgis/resources/context_help/QgsVectorLayerProperties-en_US
Log:
Context help updates from Milena

Modified: trunk/qgis/resources/context_help/QgsOpenVectorLayerDialog-de_DE
===================================================================
--- trunk/qgis/resources/context_help/QgsOpenVectorLayerDialog-de_DE	2009-12-17 10:46:11 UTC (rev 12499)
+++ trunk/qgis/resources/context_help/QgsOpenVectorLayerDialog-de_DE	2009-12-17 11:51:07 UTC (rev 12500)
@@ -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>
\ No newline at end of file

Modified: trunk/qgis/resources/context_help/QgsOpenVectorLayerDialog-en_US
===================================================================
--- trunk/qgis/resources/context_help/QgsOpenVectorLayerDialog-en_US	2009-12-17 10:46:11 UTC (rev 12499)
+++ trunk/qgis/resources/context_help/QgsOpenVectorLayerDialog-en_US	2009-12-17 11:51:07 UTC (rev 12500)
@@ -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">

Modified: trunk/qgis/resources/context_help/QgsVectorLayerProperties-en_US
===================================================================
--- trunk/qgis/resources/context_help/QgsVectorLayerProperties-en_US	2009-12-17 10:46:11 UTC (rev 12499)
+++ trunk/qgis/resources/context_help/QgsVectorLayerProperties-en_US	2009-12-17 11:51:07 UTC (rev 12500)
@@ -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/>

Added: trunk/qgis/resources/context_help/QgsWMSSourceSelect-en_US
===================================================================
--- trunk/qgis/resources/context_help/QgsWMSSourceSelect-en_US	                        (rev 0)
+++ trunk/qgis/resources/context_help/QgsWMSSourceSelect-en_US	2009-12-17 11:51:07 UTC (rev 12500)
@@ -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.



More information about the QGIS-commit mailing list