GeoNode / QGISGeoNodePlugin

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

Use the current `/datasets` API endpoint #178

Closed ricardogsilva closed 2 years ago

ricardogsilva commented 2 years ago

This PR adapts the current GeonodeApiV2Client to work with recent versions of GeoNode, where there is no /api/v2/layers endpoint anymore, but rather /api/v2/datasets.

fixes #177