geonetwork-delwp / rastermeta

jibx java tool for converting rastermeta database to 19115-3
0 stars 0 forks source link

Resolution fields missing in the EDIT UI #47

Open spatialgeorge opened 2 years ago

spatialgeorge commented 2 years ago

Hi Simon,

I'm adding this issue here as raised in the catch up last week so we don't forget.

Adding Resolution details to the Raster Type Details in the EDIT UI?! This is the example Darren sent via email...
https://dev-metashare.maps.vic.gov.au/geonetwork/srv/eng/catalog.edit#/metadata/6913?redirectUrl=catalog.search%23%2Fmetadata%2F0ac07354-083c-5e1d-a101-e4507c51bd3d&tab=rasterTypeDetails

spatialgeorge commented 2 years ago

Hi Simon, Looks like the resolution details did exist in the production version in the Raster Data Details, see image attached... https://metashare.maps.vic.gov.au/geonetwork/srv/eng/catalog.edit#/metadata/44146?redirectUrl=catalog.edit

image

tp0b commented 2 years ago

editor role can edit X,Y resolution in Raster Detail tab

image however in the UI it is missing the unit of measurements

image

josegar74 commented 1 year ago

Related to https://github.com/delwp-gn/core-geonetwork/blob/442358c167a6291d60401e7cdf86aee13743e29c/schemas/iso19115-3.2018/src/main/plugin/iso19115-3.2018/layout/layout.xsl#L256, the code needs to be updated to handle gco:Measure:

<xsl:variable name="forceDisplayAttributes" select="count(gcx:Anchor) > 0 or count(gco:Measure) > 0"/>
spatialgeorge commented 1 year ago

@josegar74 I didn't reply to this ticket, totally missed it. sorry. We still have an issue with not being able to edit all fields. Is this something being worked on? One major issue a user encountered. The field 'STATUS' is not visible in the EDIT UI. This field is critical to the understanding the status as in 'progress' withdrawn' 'completed' so we can apply changes for customers. The STATUS list is in the left-hand filters. The filters are missing "Withdrawn".