Skip to content

Commit

Permalink
from geonetwork/core-geonetwork#8118, simplify configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
cmangeat committed Jan 15, 2025
1 parent d294dd2 commit 3435f14
Showing 1 changed file with 3 additions and 61 deletions.
64 changes: 3 additions & 61 deletions iso19139.che/src/main/plugin/iso19139.che/layout/config-editor.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3389,29 +3389,7 @@ Example for file upload in the main form
transformations="to-iso19139-keyword-with-anchor"/>
</thesaurusList>
-->
<thesaurusList>
<thesaurus key="external.theme.gemet"
transformations="to-iso19139-keyword-as-xlink"
/>
<thesaurus key="external.theme.inspire-theme"
transformations="to-iso19139-keyword-as-xlink"
/>
<thesaurus key="external.theme.gemet-theme"
transformations="to-iso19139-keyword-as-xlink"
/>
<thesaurus key="external.theme.inspire-service-taxonomy"
transformations="to-iso19139-keyword-as-xlink"
/>
<thesaurus key="local.theme.geocat.ch"
transformations="to-iso19139-keyword-as-xlink"
/>
<thesaurus key="external.none.allThesaurus"
transformations="to-iso19139-keyword-as-xlink"
/>
<thesaurus key="external.theme.httpinspireeceuropaeumetadatacodelistSpatialDataServiceCategory-SpatialDataServiceCategory"
transformations="to-iso19139-keyword-as-xlink-with-anchor"
/>
</thesaurusList>
<thesaurusList defaultTransformation="to-iso19139-keyword-with-anchor"/>
</view>
<view name="advanced"
class="gn-label-above-input gn-indent-bluescale">
Expand Down Expand Up @@ -3521,24 +3499,7 @@ Example for file upload in the main form
<section xpath="/che:CHE_MD_Metadata/che:legislationInformation" or="legislationInformation"
in="/che:CHE_MD_Metadata"/>
</tab>
<thesaurusList>
<thesaurus key="external.theme.gemet"
transformations="to-iso19139-keyword-as-xlink"/>
<thesaurus key="external.theme.inspire-theme"
transformations="to-iso19139-keyword-as-xlink"/>
<thesaurus key="external.theme.gemet-theme"
transformations="to-iso19139-keyword-as-xlink"/>
<thesaurus key="external.theme.inspire-service-taxonomy"
transformations="to-iso19139-keyword-as-xlink"/>
<thesaurus key="local.theme.geocat.ch"
transformations="to-iso19139-keyword-as-xlink"/>
<thesaurus key="external.none.allThesaurus"
transformations="to-iso19139-keyword-as-xlink"
/>
<thesaurus key="external.theme.httpinspireeceuropaeumetadatacodelistSpatialDataServiceCategory-SpatialDataServiceCategory"
transformations="to-iso19139-keyword-as-xlink-with-anchor"
/>
</thesaurusList>
<thesaurusList defaultTransformation="to-iso19139-keyword-with-anchor"/>
</view>
<view name="xml">
<sidePanel>
Expand Down Expand Up @@ -3792,26 +3753,7 @@ Example for file upload in the main form
<for name="gmd:topicCategory"/>
<for name="che:attribute"/>
</flatModeExceptions>
<thesaurusList>
<thesaurus key="external.theme.gemet"
transformations="to-iso19139-keyword-as-xlink"
/>
<thesaurus key="external.theme.inspire-theme"
transformations="to-iso19139-keyword-as-xlink"
/>
<thesaurus key="external.theme.gemet-theme"
transformations="to-iso19139-keyword-as-xlink"
/>
<thesaurus key="external.theme.inspire-service-taxonomy"
transformations="to-iso19139-keyword-as-xlink"
/>
<thesaurus key="local.theme.geocat.ch"
transformations="to-iso19139-keyword-as-xlink"
/>
<thesaurus key="external.none.allThesaurus"
transformations="to-iso19139-keyword-as-xlink"
/>
</thesaurusList>
<thesaurusList defaultTransformation="to-iso19139-keyword-with-anchor"/>
</view>
</views>
<batchEditing>
Expand Down

0 comments on commit 3435f14

Please sign in to comment.