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

ElementTree compatibility with Python 3.7 xml_declaration #218

Closed ricardogsilva closed 2 years ago

ricardogsilva commented 2 years ago

Python 3.7's ElementTree does not support the xml_declaration parameter (and some others too) in its to_string() method. This is causing the plugin to fail, as reported in geosolutions-it/nexus-geonode#554