geonode icon indicating copy to clipboard operation
geonode copied to clipboard

Downloading backend side ingested vector data from different schema fails

Open mkrueger-dev opened this issue 1 year ago • 0 comments

Hi,

in our GeoNode system user data is integrated on the one hand via WebUi and on the other hand by admin on the backend side. For the latter vector data is ingested into a new schema "gs_import" in the PostgresDB and registered at the GeoServer and GeoNode from there.

Unfortunately these datasets can not be downloaded from main catalogue view using the download button from the three dots menu (Screenshot).

Screenshot 2024-04-22 at 15 16 57

These datasets can only be downloaded via the WPS implementation from dataset view.

Steps to Reproduce the Problem

  1. Create a new DB schema, grant rights to DB-user and ingest data
  2. Create a new DB-store in GeoServer using the above schema
  3. Add layer from this store in GeoServer
  4. Sync layer to GeoNode
  5. Try downloading this layer from main catalogue view using the download button

Specifications

  • GeoNode version: 4.1.0
  • Installation type: GeoNode Core
  • Installation method: docker
  • Platform: VM

Cheers, Marcus

mkrueger-dev avatar Apr 22 '24 13:04 mkrueger-dev