geonode icon indicating copy to clipboard operation
geonode copied to clipboard

Metadata upload is broken

Open giohappy opened this issue 1 year ago • 2 comments

  • upload shapefile + metadata --> ok
  • edit / upload metadata --> error

image

image

giohappy avatar Sep 11 '23 14:09 giohappy

@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

mattiagiupponi avatar Sep 13 '23 12:09 mattiagiupponi

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.

giohappy avatar Sep 13 '23 17:09 giohappy

Fixed by this https://github.com/GeoNode/geonode/issues/12049

mattiagiupponi avatar Mar 22 '24 07:03 mattiagiupponi