Skip to content

Commit

Permalink
feat(df7_10): add default export config to Coverage Areas alignments
Browse files Browse the repository at this point in the history
Adds an export configuration with the name `default` to the Coverage Areas
DF7_10 alignments for the GeoPackage export.

SVC-1812
  • Loading branch information
florianesser committed Sep 10, 2024
1 parent b1b8a33 commit bdc9afd
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 4 deletions.
15 changes: 13 additions & 2 deletions Aggregation/CoverageArea/DF7_10_CoverageArea_Aggregations.halex
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<hale-project version="5.2.0.SNAPSHOT">
<hale-project version="5.3.0.release">
<name>UBA END DF7_10 Coverage Area Aggregation</name>
<author>Anna Tamm (wetransform GmbH)</author>
<created>2024-02-21T15:36:13.020+01:00</created>
<modified>2024-03-18T08:42:00.489+01:00</modified>
<modified>2024-09-09T17:06:20.313+02:00</modified>
<save-config action-id="project.save" provider-id="eu.esdihumboldt.hale.io.project.hale25.xml.writer">
<setting name="charset">UTF-8</setting>
<setting name="projectFiles.separate">false</setting>
Expand All @@ -30,6 +30,17 @@
<setting name="contentType">eu.esdihumboldt.hale.io.groovy</setting>
<setting name="autoReload">true</setting>
</resource>
<export-config name="default">
<configuration action-id="eu.esdihumboldt.hale.io.instance.write.transformed" provider-id="eu.esdihumboldt.hale.io.geopackage.instance.writer">
<setting name="charset">UTF-8</setting>
<setting name="meta.description"></setting>
<setting name="createEmptyTables">true</setting>
<setting name="crs">code:EPSG:3035</setting>
<setting name="overwriteTargetFile">true</setting>
<setting name="spatialindex.type">rtree</setting>
<setting name="contentType">eu.esdihumboldt.hale.io.geopackage</setting>
</configuration>
</export-config>
<file name="alignment.xml" location="DF7_10_CoverageArea_Aggregations.halex.alignment.xml"/>
<file name="styles.sld" location="DF7_10_CoverageArea_Aggregations.halex.styles.sld"/>
<property name="defaultGeometry:{http://www.esdi-humboldt.eu/hale/gpkg}NoiseActionPlanCoverageArea/1">geometry</property>
Expand Down
15 changes: 13 additions & 2 deletions Validation/CoverageArea/UBA-DE_Gebiet_to_DF7_10_CoverageArea.halex
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<hale-project version="5.2.0.SNAPSHOT">
<hale-project version="5.3.0.release">
<name>UBA Gebiet nach DF7_10 Coverage Area</name>
<author>Anna Tamm (wetransform GmbH)</author>
<created>2023-12-12T15:56:37.402+01:00</created>
<modified>2024-03-18T08:44:29.889+01:00</modified>
<modified>2024-09-09T14:58:24.479+02:00</modified>
<save-config action-id="project.save" provider-id="eu.esdihumboldt.hale.io.project.hale25.xml.writer">
<setting name="charset">UTF-8</setting>
<setting name="projectFiles.separate">false</setting>
Expand All @@ -30,6 +30,17 @@
<setting name="contentType">eu.esdihumboldt.hale.io.groovy</setting>
<setting name="autoReload">true</setting>
</resource>
<export-config name="default">
<configuration action-id="eu.esdihumboldt.hale.io.instance.write.transformed" provider-id="eu.esdihumboldt.hale.io.geopackage.instance.writer">
<setting name="charset">UTF-8</setting>
<setting name="meta.description"></setting>
<setting name="createEmptyTables">true</setting>
<setting name="crs">code:EPSG:3035</setting>
<setting name="overwriteTargetFile">true</setting>
<setting name="spatialindex.type">rtree</setting>
<setting name="contentType">eu.esdihumboldt.hale.io.geopackage</setting>
</configuration>
</export-config>
<file name="alignment.xml" location="UBA-DE_Gebiet_to_DF7_10_CoverageArea.halex.alignment.xml"/>
<file name="styles.sld" location="UBA-DE_Gebiet_to_DF7_10_CoverageArea.halex.styles.sld"/>
<property name="defaultGeometry:{http://www.esdi-humboldt.eu/hale/gpkg}NoiseActionPlanCoverageArea/1">geometry</property>
Expand Down

0 comments on commit bdc9afd

Please sign in to comment.