GeoNode / django-osgeo-importer

An extensible Django app that allows users to upload geospatial data.
GNU General Public License v3.0
26 stars 30 forks source link

Layer import fails if sld is unreadable #231

Closed davisc closed 6 years ago

davisc commented 6 years ago

This PR addresses the bug where the layer import fails if Geoserver is unable to read the sld. Rather than fail the entire import, the proposed refactor catches the specific UploadError, gracefully cleans up, and proceeds with the layer import. Ferry_Routes.zip