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

Fix first usage crash due to there not being a current connection #245

Closed ricardogsilva closed 2 years ago

ricardogsilva commented 2 years ago

This PR fixes a bug that manifested after initial installation of the plugin. If there was no current connection, the plugin would crash.

fixes #243