Skip to content

Commit

Permalink
feat: add mappings for new elements
Browse files Browse the repository at this point in the history
According to [this issue](INSPIRE-MIF/application-schemas#87),
a new role "dataset" has been added to LandCoverUnit.
This commit adds a mapping for both LandCover alignments to make sure that they
are provided as expected.

SVC-1946
  • Loading branch information
JohannaOtt committed Oct 15, 2024
1 parent a6f9060 commit ab23b64
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -982,6 +982,16 @@ return c.extent.value()
<parameter value="false" name="structuralRename"/>
<documentation>Da alle FeatureTypes, die für das Mapping verwendet werden, von AA_Objekt erben, wird das Mapping des LifeSpans auf dieser Ebene durchgeführt.</documentation>
</cell>
<cell relation="eu.esdihumboldt.hale.align.assign" id="C4c1a3776-4a5f-4fff-8e66-3b3675020ed7" priority="normal">
<target>
<property>
<type name="LandCoverUnitType" ns="http://inspire.ec.europa.eu/schemas/lcv/5.0"/>
<child name="dataset" ns="http://inspire.ec.europa.eu/schemas/lcv/5.0"/>
<child name="href" ns="http://www.w3.org/1999/xlink"/>
</property>
</target>
<parameter value="#{{project:LANDCOVER_DATASET}}" name="value"/>
</cell>
<cell relation="eu.esdihumboldt.hale.align.rename" id="C3cffc882-f81c-4452-ab38-66fad4d43983" priority="normal">
<source>
<property>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -721,6 +721,16 @@ return c.extent.value()
<parameter value="false" name="ignoreNamespaces"/>
<parameter value="false" name="structuralRename"/>
</cell>
<cell relation="eu.esdihumboldt.hale.align.assign" id="C81cf9772-5988-405b-b53a-9ef95598ad1f" priority="normal">
<target>
<property>
<type name="LandCoverUnitType" ns="http://inspire.ec.europa.eu/schemas/lcv/5.0"/>
<child name="dataset" ns="http://inspire.ec.europa.eu/schemas/lcv/5.0"/>
<child name="href" ns="http://www.w3.org/1999/xlink"/>
</property>
</target>
<parameter value="#{{project:LANDCOVER_DATASET}}" name="value"/>
</cell>
<cell relation="eu.esdihumboldt.hale.align.rename" id="Ccaf32896-09d1-4945-8b8b-249a78e40042" priority="normal">
<source>
<property>
Expand Down

0 comments on commit ab23b64

Please sign in to comment.