[Dive4elements-commits] [PATCH 04 of 10] FacetTypes: Add two new Facet types for mainvalues in hist. w/q diagrams

Wald Commits scm-commit at wald.intevation.org
Fri Mar 22 09:08:45 CET 2013


# HG changeset patch
# User Felix Wolfsteller <felix.wolfsteller at intevation.de>
# Date 1363939642 -3600
# Node ID a0c807165bcd53b06d33716f5d27a29fcc7a6dd9
# Parent  d3f1704844553c2e78ea50060eaf0fa008611c27
FacetTypes: Add two new Facet types for mainvalues in hist. w/q diagrams.

diff -r d3f170484455 -r a0c807165bcd 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	Fri Mar 22 09:06:32 2013 +0100
+++ b/flys-artifacts/src/main/java/de/intevation/flys/artifacts/model/FacetTypes.java	Fri Mar 22 09:07:22 2013 +0100
@@ -237,6 +237,8 @@
     String HISTORICAL_DISCHARGE_WQ_Q   = "historical_discharge.wq.q";
     String HISTORICAL_DISCHARGE_WQ_W   = "historical_discharge.wq.w";
     String HISTORICAL_DISCHARGE_WQ_CURVE = "historical_discharge.wq.curve";
+    String HISTORICAL_DISCHARGE_MAINVALUES_Q = "historical_discharge.mainvalues.q";
+    String HISTORICAL_DISCHARGE_MAINVALUES_W = "historical_discharge.mainvalues.w";
 
     String REFERENCE_CURVE = "reference_curve";
     String REFERENCE_CURVE_NORMALIZED = "reference_curve_normalized";


More information about the Dive4elements-commits mailing list