GeoNode / QGISGeoNodePlugin

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

QGIS crashes during the loading of SLD #297

Open Gpetrak opened 1 day ago

Gpetrak commented 1 day ago

QGIS crashes when the user tries to load a layer the WFS. The crash happens in the following line:

https://github.com/GeoNode/QGISGeoNodePlugin/blob/main/src/qgis_geonode/styles.py#L49

Probably the error is related with encoding issues since this that happens only in layers with non-english characters.