Esri / geoportal-server-catalog

Esri Geoportal Server is a next generation open-source metadata catalog and editor, based on elasticsearch.
https://www.esri.com/en-us/arcgis/products/geoportal-server/overview
Apache License 2.0
97 stars 60 forks source link

Supporting a distribution format with format distributor in ISO19115 via metadata editor #449

Closed tom62291 closed 2 years ago

tom62291 commented 2 years ago

Hello,

How can the metadata editor can support to create distribution format with format disributor in ISO19115 metadata as below?

https://github.com/roomthily/ISO-19115-Distribution-Structures <-Example 5

mhogeweg commented 2 years ago

hi @tom62291, in the inspire2 type that is included in the default configuration of geoportal, you will now find an expanded distribution section where you can include the distribution format and the format distributor per your example: https://github.com/Esri/geoportal-server-catalog/tree/master/geoportal/src/main/webapp/app/gxe/types/inspire2

this was achieved by adding some elements to the editor. The documentation for customizing or creating metadata types (profiles or versions of standards) is being expanded on in the wiki.