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

Allow saving SLD styles back to GeoNode #185

Closed ricardogsilva closed 2 years ago

ricardogsilva commented 2 years ago

This PR implements loading and saving layer styles to GeoNode.

It adds a section on the layer properties dialogue which can be used to upload the current style to GeoNode and to re-download the default style from GeoNode:

image

This is supported for both WFS vector and WCS raster layers, with the following caveats:

Also included are a couple of extra push buttons to open the layer on GeoNode and view its API response.

fixes #184