[Dive4elements-commits] [PATCH 2 of 6] Added new facet type to sediment load calculation

Wald Commits scm-commit at wald.intevation.org
Thu Nov 15 17:45:47 CET 2012


# HG changeset patch
# User Raimund Renkert <rrenkert at intevation.de>
# Date 1352997460 -3600
# Node ID 3ad726e29460f19daa2ff625d964d4cf59688a13
# Parent  e357716cf3460889431f19278166b2f8d74355c0
Added new facet type to sediment load calculation.

diff -r e357716cf346 -r 3ad726e29460 flys-artifacts/doc/conf/artifacts/minfo.xml
--- a/flys-artifacts/doc/conf/artifacts/minfo.xml	Thu Nov 15 17:36:36 2012 +0100
+++ b/flys-artifacts/doc/conf/artifacts/minfo.xml	Thu Nov 15 17:37:40 2012 +0100
@@ -424,6 +424,7 @@
                         <facet name="sedimentload.susp_sand"/>
                         <facet name="sedimentload.susp_sand_bed"/>
                         <facet name="sedimentload.susp_sediment"/>
+                        <facet name="sedimentload.total_load"/>
                         <facet name="sedimentload.total"/>
                     </facets>
                 </outputmode>
diff -r e357716cf346 -r 3ad726e29460 flys-artifacts/src/main/java/de/intevation/flys/artifacts/model/FacetTypes.java
--- a/flys-artifacts/src/main/java/de/intevation/flys/artifacts/model/FacetTypes.java	Thu Nov 15 17:36:36 2012 +0100
+++ b/flys-artifacts/src/main/java/de/intevation/flys/artifacts/model/FacetTypes.java	Thu Nov 15 17:37:40 2012 +0100
@@ -261,6 +261,7 @@
     String SEDIMENT_LOAD_SUSP_SAND_BED = "sedimentload.susp_sand_bed";
     String SEDIMENT_LOAD_SUSP_SEDIMENT = "sedimentload.susp_sediment";
     String SEDIMENT_LOAD_TOTAL         = "sedimentload.total";
+    String SEDIMENT_LOAD_TOTAL_LOAD    = "sedimentload.total_load";
 
     String SQ_OVERVIEW       = "sq_overview";
 


More information about the Dive4elements-commits mailing list