[PATCH 1 of 3] issue1664: Prepare new Facets to go to different axis (for wkms from fixa/diffs)

Wald Commits scm-commit at wald.intevation.org
Wed Nov 6 12:09:54 CET 2013


# HG changeset patch
# User Felix Wolfsteller <felix.wolfsteller at intevation.de>
# Date 1383735455 -3600
# Node ID f062802c9a4a1f2476a626b0ff61028ecc58b216
# Parent  ea3e78a7f4e42254f003298eaf3e2dbf62ef1dcb
issue1664: Prepare new Facets to go to different axis (for wkms from fixa/diffs).

diff -r ea3e78a7f4e4 -r f062802c9a4a artifacts/doc/conf/themes.xml
--- a/artifacts/doc/conf/themes.xml	Wed Nov 06 09:40:23 2013 +0100
+++ b/artifacts/doc/conf/themes.xml	Wed Nov 06 11:57:35 2013 +0100
@@ -176,6 +176,8 @@
         <mapping from="floodmap.jetties" to="Jetties" />
         <mapping from="other.wq" to="WQPoints" />
         <mapping from="other.wkms" to="WKms" />
+        <mapping from="other.delta_w" to="WKms" />
+        <mapping from="other.delta_w_cma" to="WKms" />
         <mapping from="other.wkms.marks" to="WKmsAnnotation" />
         <mapping from="other.wqkms" to="WQKmsHorizontal" masterAttr="calculation_mode==calc.discharge.curve" />
         <mapping from="other.wqkms" to="WQKms" />
diff -r ea3e78a7f4e4 -r f062802c9a4a artifacts/src/main/java/org/dive4elements/river/artifacts/model/FacetTypes.java
--- a/artifacts/src/main/java/org/dive4elements/river/artifacts/model/FacetTypes.java	Wed Nov 06 09:40:23 2013 +0100
+++ b/artifacts/src/main/java/org/dive4elements/river/artifacts/model/FacetTypes.java	Wed Nov 06 11:57:35 2013 +0100
@@ -271,7 +271,9 @@
 
     String QSECTOR        = "qsectors";
 
-    String STATIC_WQ      = "other.wq";
+    String STATIC_DELTA_W    = "other.delta_w";
+    String STATIC_DELTA_W_CMA= "other.delta_w_cma";
+    String STATIC_WQ         = "other.wq";
     String STATIC_WQ_ANNOTATIONS = "other.wq.annotations";
     String STATIC_WKMS    = "other.wkms";
     String STATIC_WKMS_MARKS = "other.wkms.marks";


More information about the Dive4elements-commits mailing list