QGISΒΆ

Quantum GIS or qGIS is an open source, cross platform desktop GIS app. It can also be used to add layers from your GeoNode instance as WMS or WFS. The process is very similar to how we add these same layers to ArcMap, and we will walk through the steps necessary in the following section.

First, select “Add WMS Layer” from the Layer menu.

_images/en_qgis_add_wms_layer.jpg

The Add WMS Layer Dialog will be displayed where you are able to specify the parameters to connect to your WMS server.

_images/en_qgis_wms_add_1.jpg

Next, you need to fill in the parameters to connect to your GeoNode instance. The URL for your GeoNode’s WMS is the base URL + /geoserver/wms

_images/en_qgis_wms_add_2.jpg

After clicking the OK button, your server will show up in the list of servers. Make sure its selected, then, click the connect button to have QGIS retrieve the list of layers from your GeoNode.

_images/en_qgis_wms_add_7.jpg

Select the layers you want to add to your QGIS project and click “Add”.

_images/en_qgis_wms_add_6.jpg

Your layer will be displayed in the map panel.

_images/en_qgis_wms_layer.jpg

You can then zoom into your features in the Map.

_images/en_qgis_wms_layer_zoom.jpg

From there, you can use the identify tool to inspect the attributes of one of the features on the map.

_images/en_qgis_identify_wfs.jpg

Or, you can look at the layer metadata by right clicking on the layer and selecting Layer Properties and selecting the metadata tab.

_images/en_qgis_wms_metadata.jpg

Adding WFS servers and layers to your QGIS project is very similar to adding WMS. Depending on your version of QGIS, you may need to add the WFS plugin. You can use the Plugin manager to add it.

_images/en_qgis_wfs_installer.jpg

Once the plugin is installed, you can select the “Add WFS Layer” option from the Layer menu.

_images/en_qgis_add_wfs.jpg

Step through the same process you did for WMS to create a new WFS connection. First specify server parameters and click OK.

_images/en_qgis_wfs_add_2.jpg

Then click Connect to retrieve the list of layers on the server and select the layers you want to add and click Apply.

_images/en_qgis_wfs_add_3.jpg

The layer(s) you selected will be displayed in the map panel.

_images/en_qgis_wfs_layer.jpg

You can use the same identify tool to inspect features in the map panel.

_images/en_qgis_wfs_identify.jpg

To look at more information about your layer, right click the layer in the Table of Contents and select Layer Properties. You can look at the list of fields.

_images/en_qgis_wfs_fields.jpg

... or set a style to match how you want your data to be displayed.

_images/en_qgis_wfs_style.jpg

You now know how to add layers from your GeoNode instance to a QGIS project. You can explore all of the other options available to you in QGIS by consulting its documentation.