Skip to content

Customize Details View

Marten edited this page May 4, 2022 · 2 revisions

The display of detailed metadata is available for search results. Geoportal applies an XSLT to the metadata XML to render its detail view.

To change the way the detailed metadata is displayed, update the XSLT that are applied to transform the metadata XML into an HTML view. These XSLT are stored in ...\geoportal\WEB-INF\classes\metadata\details.

The second part of this is to associate your new XSLT to the metadata of your type (ISO, FGDC, DC, ...). In the main evaluator you will find the metadata types defined. The definition includes a detailsXslt property that points to the xslt file in the above folder. This association is done in ...\geoportal\WEB-INF\classes\metadata\js\Evaluator.js.

Clone this wiki locally