[Geoserver-devel] [JIRA] (GEOS-9107) csw: iso metadata profile merges repeating tags when it shouldn't

Niels Charlier created an issue

GeoServer / BugGEOS-9107

csw: iso metadata profile merges repeating tags when it shouldn’t

Issue Type:

BugBug

Assignee:

Unassigned

Created:

23/Jan/19 11:45 AM

Priority:

MediumMedium

Reporter:

Niels Charlier

We are getting this

<gmd:resourceConstraints>
  <gmd:MD_Constraints>
    <gmd:useLimitation>
      <gco:CharacterString>Zie 'Overige beperkingen'</gco:CharacterString>
    </gmd:useLimitation>
  </gmd:MD_Constraints>
  <gmd:MD_LegalConstraints>
    <gmd:useLimitation>
      <gco:CharacterString>Bij het gebruik van de informatie die DOV aanbiedt, dient steeds volgende standaardreferentie gebruikt te worden: Databank Ondergrond Vlaanderen - (vermelding van de beheerder en de specifieke geraadpleegde gegevens) - Geraadpleegd op dd/mm/jjjj, op https://www.dov.vlaanderen.be</gco:CharacterString>
    </gmd:useLimitation>
    <gmd:accessConstraints>
      <gmd:MD_RestrictionCode codeList="https://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/gmxCodelists.xml#MD_RestrictionCode" codeListValue="otherRestrictions">otherRestrictions</gmd:MD_RestrictionCode>
    </gmd:accessConstraints>
    <gmd:otherConstraints>
      <gco:CharacterString>Data beschikbaar voor hergebruik volgens de Modellicentie Gratis Hergebruik. Toelichting beschikbaar op https://www.dov.vlaanderen.be/page/gebruiksvoorwaarden-dov-services</gco:CharacterString>
    </gmd:otherConstraints>
  </gmd:MD_LegalConstraints>
  <gmd:MD_SecurityConstraints>
    <gmd:classification>
      <gmd:MD_ClassificationCode codeList="https://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/gmxCodelists.xml#MD_ClassificationCode" codeListValue="unclassified">unclassified</gmd:MD_ClassificationCode>
    </gmd:classification>
  </gmd:MD_SecurityConstraints>
</gmd:resourceConstraints>

while it should be this

<gmd:resourceConstraints>
  <gmd:MD_Constraints>
    <gmd:useLimitation>
      <gco:CharacterString>Zie 'Overige beperkingen'</gco:CharacterString>
    </gmd:useLimitation>
  </gmd:MD_Constraints>
  <gmd:MD_LegalConstraints>
    <gmd:useLimitation>
      <gco:CharacterString>Bij het gebruik van de informatie die DOV aanbiedt, dient steeds volgende standaardreferentie gebruikt te worden: Databank Ondergrond Vlaanderen - (vermelding van de beheerder en de specifieke geraadpleegde gegevens) - Geraadpleegd op dd/mm/jjjj, op https://www.dov.vlaanderen.be</gco:CharacterString>
    </gmd:useLimitation>
    <gmd:accessConstraints>
      <gmd:MD_RestrictionCode codeList="https://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/gmxCodelists.xml#MD_RestrictionCode" codeListValue="otherRestrictions">otherRestrictions</gmd:MD_RestrictionCode>
    </gmd:accessConstraints>
    <gmd:otherConstraints>
      <gco:CharacterString>Data beschikbaar voor hergebruik volgens de Modellicentie Gratis Hergebruik. Toelichting beschikbaar op https://www.dov.vlaanderen.be/page/gebruiksvoorwaarden-dov-services</gco:CharacterString>
    </gmd:otherConstraints>
  </gmd:MD_LegalConstraints>

*</gmd:resourceConstraints>
<gmd:resourceConstraints>*

  <gmd:MD_SecurityConstraints>
    <gmd:classification>
      <gmd:MD_ClassificationCode codeList="https://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/gmxCodelists.xml#MD_ClassificationCode" codeListValue="unclassified">unclassified</gmd:MD_ClassificationCode>
    </gmd:classification>
  </gmd:MD_SecurityConstraints>
</gmd:resourceConstraints>

Add Comment

Add Comment

Get Jira notifications on your phone! Download the Jira Cloud app for Android or iOS


This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100098-sha1:ff1dbcc)

Atlassian logo