GeoNode / QGISGeoNodePlugin

A QGIS plugin that provides integration with GeoNode
https://geonode.org/QGISGeoNodePlugin/
GNU General Public License v3.0
11 stars 10 forks source link

show GeoNode version and API client capabilities on the GUI #195

Closed ricardogsilva closed 2 years ago

ricardogsilva commented 2 years ago

In order to provide support for different GeoNode versions, the plugin uses different API client classes. These have different capabilities, which in turn limit what features are enabled for each connection (e.g. a GeoNode server that has version 3.1.0 uses an API client class which is not able to upload QGIS layers as new GeoNode datasets).

Lets surface this information in the connection management dialogue. This will allow end users to understand why some GeoNode remotes may appear to be better supported by the plugin.

ricardogsilva commented 2 years ago

This has been implemented in a recent PR,l so closing