Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Element description of service automatically takes the title in characterstring instead of the proper description as anchor #16

Open
bulk74 opened this issue Apr 6, 2023 · 0 comments

Comments

@bulk74
Copy link

bulk74 commented Apr 6, 2023

According to the INSPIRE rules the element description of the URL should be included as anchor (accessPoint) but the description is included as CharacterString when editing the dataservice through the GUI. The only way to correct this is editing the xml.

        <gmd:MD_DigitalTransferOptions>
           <gmd:onLine xmlns:java="java:org.fao.geonet.util.XslUtil"
                       xmlns:xs="http://www.w3.org/2001/XMLSchema">
              <gmd:CI_OnlineResource>
                 <gmd:linkage>
                    <gmd:URL>https://geodev.XXXXX.nl:7443/wgp/HVB_PWIBON/wms?request=GetCapabilities&amp;service=WFS</gmd:URL>
                 </gmd:linkage>
                 <gmd:protocol>
                    <gmx:Anchor xlink:href="http://www.opengis.net/def/serviceType/ogc/wfs">OGC:WFS</gmx:Anchor>
                 </gmd:protocol>
                 <gmd:applicationProfile>
                    <gmx:Anchor xlink:href="http://inspire.ec.europa.eu/metadata-codelist/SpatialDataServiceType/download">download</gmx:Anchor>
                 </gmd:applicationProfile>
                 <gmd:name>
                    <gco:CharacterString>XXX_PWIBON:DATATRANSPORT_MANTELBUIS_XXX</gco:CharacterString>
                 </gmd:name>
                 <gmd:description>
                    <gco:CharacterString>DATATRANSPORT_MANTELBUIS_XXX</gco:CharacterString>
                 </gmd:description>
                 <gmd:function>
                    <gmd:CI_OnLineFunctionCode codeList="http://schemas.opengis.net/iso/19139/20060504/resources/Codelist/gmxCodelists.xml#CI_OnLineFunctionCode"
                                               codeListValue="download">download</gmd:CI_OnLineFunctionCode>
                 </gmd:function>
              </gmd:CI_OnlineResource>
           </gmd:onLine>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant