View on GitHub

geonode-training

Accessing Data from External Clients (QGIS)

Install QGIS Desktop

Connect through BASIC Auth

This is the easiest way to connect the client to GeoNode:

- Pros: very easy to configure
- Cons: it uses always a fixed user and you need to change it anytime if you want to switch it

Connect through OAuth2

This is the easiest way to connect the client to GeoNode:

- Pros: difficult to configure
- Cons: it redirects to GeoNode to authenticate, so you can use any login provided by GeoNode

Attach Layer to the Project

Editing Contents: Values

Editing Contents: Geometries

We will pass through the database in order to perform such operation. In the next section we will see how to re-project and store and a DB table a layer and then push it back to GeoNode.

Next Section: Advanced layers publishing and management