GeoNode / geonode

GeoNode is an open source platform that facilitates the creation, sharing, and collaborative use of geospatial data.
https://geonode.org/
Other
1.41k stars 1.11k forks source link

TKeywords in exported XML are not localized #12339

Open etj opened 2 weeks ago

etj commented 2 weeks ago

Metadata XML documents are created using the alt_label in ThesaurusKeyword, which can be a simple encoded slug with low to none meaning to the humand reader. We may want to add some more meaningful label taken from ThesaurusKeywordLabel, using the preferred language from settings.

See also https://github.com/geosolutions-it/geonode-rndt/issues/107 (PR)

giohappy commented 1 week ago

@etj does it mean that for the fix in geonode-rndt to become effective something is also required on the GeoNode side?

etj commented 1 week ago

@giohappy The fix in geonode-rndt is standalone and works as soon it is installed. This issue is for fixing this behaviour also in GeoNode instances that do not use geonode-rndt.