geonode
geonode copied to clipboard
Metadata upload is broken
- upload shapefile + metadata --> ok
- edit / upload metadata --> error
@giohappy @etj The implementation of the two handlers that will be able to ingestion SLD files and XML files are available in the geonode-importer repo at this links:
ISSUE https://github.com/GeoNode/geonode-importer/issues/200 PR https://github.com/GeoNode/geonode-importer/pull/202 ISSUE https://github.com/GeoNode/geonode-importer/issues/201 PR https://github.com/GeoNode/geonode-importer/pull/203
Since the call will be async, the FE part needs to be fixed since it rely on the legacy progress check (is not using the executionrequest). To be decided how to approach it
https://github.com/GeoNode/geonode-mapstore-client/issues/1559 has been created to estimate the implementation of a new UI for this.
We will have to wait for an assessment from the FE team.
Fixed by this https://github.com/GeoNode/geonode/issues/12049