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

CI_OnlineResource with gmd:protocol #448

Closed tom62291 closed 2 years ago

tom62291 commented 2 years ago

Hi hello, How can the metadata editor supporting embedding protocol information for the online resource in ISO 19115 metadata schema as below?

http://www.datypic.com/sc/niem21/e-gmd_CI_OnlineResource.html

mhogeweg commented 2 years ago

hi the sample iso type available in the metadata-editor section of this repo has a worked out object for gmd:CI_OnlineResource. You could take that into your ISO profile and reference it from the object you want to include it in based on the following snippet:

<div data-dojo-type="esri/dijit/metadata/form/iso/ObjectReference"
        data-dojo-props="target:'gmd:onlineResource',minOccurs:0,
        label:'${i18nIso.CI_Contact.onlineResource}'">
    <div data-dojo-type="app/gxe/types/iso/gmd/citation/CI_OnlineResource"></div>
</div>
tom62291 commented 2 years ago

OK, thank. I just get some rough idea on how to make it work.

mhogeweg commented 2 years ago

PS: we have expanded on the documentation of the metadata editor: https://github.com/Esri/geoportal-server-catalog/wiki/Customize-Metadata-Profiles