r-geoflow / geoflow

Tools to Orchestrate Geospatial (Meta)Data Management Workflows and Manage FAIR Services
https://github.com/r-geoflow/geoflow/wiki
Other
41 stars 14 forks source link

Spatial Extent troubles #54

Closed wheintz closed 3 years ago

wheintz commented 4 years ago

Hi again Emmanuel,

Spatial extent of datasets with native EPSG is not visible in geonetwork (although it's in the xml document).

Cheers,

wilfried

eblondel commented 4 years ago

We need to investigate that, in particular how Geonetwork handles the spatial extent from an ISO 19139 metadata when the projection system is other than EPSG:4326. In a default configuration of Geonetwork, indeed the spatial extent widget breaks and doesn't display any map.

eblondel commented 4 years ago

At first view, it seems a bug in Geonetwork since EPSG:4326 seems hardcoded at https://github.com/geonetwork/core-geonetwork/blob/master/web-ui/src/main/resources/catalog/views/default/templates/recordView.html#L529

eblondel commented 3 years ago

@wheintz i've noticed some changes in geonetwork source code. If you upgraded your geonetwork to a recent version, you might want to check if it has been solved.

olobry commented 3 years ago

Hi Emmanuel, Wilfried,

I've recently upgraded GN to 3.10.6 and reimported the metadata using geonapi and I fall into the same trouble: the spatial extend does not show the background map in the metadata view. Do you now if the issue has been fixed ? or if there is a workaround ?

Cheers, Olivier

eblondel commented 3 years ago

This is fixed in GN 4.x (maybe before but I'm not sure from which GN version exactly).