-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git-svn-id: http://svn.osgeo.org/qgis/trunk@12500 c8812cc2-4d05-0410-92ff-de0c093fc19c
- Loading branch information
borysiasty
committed
Dec 17, 2009
1 parent
60fb5aa
commit 56072b7
Showing
4 changed files
with
23 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |