changeset 9307:45bbd2c232f8

S-Info main value themes in flood duration w/q set to initially invisible
author mschaefer
date Wed, 25 Jul 2018 19:27:25 +0200
parents 8024e51e828a
children 9055afc19ec6
files artifacts/src/main/java/org/dive4elements/river/artifacts/sinfo/SINFOArtifact.java
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/artifacts/src/main/java/org/dive4elements/river/artifacts/sinfo/SINFOArtifact.java	Wed Jul 25 18:36:26 2018 +0200
+++ b/artifacts/src/main/java/org/dive4elements/river/artifacts/sinfo/SINFOArtifact.java	Wed Jul 25 19:27:25 2018 +0200
@@ -20,6 +20,7 @@
 import org.dive4elements.river.artifacts.sinfo.common.FlowDepthProcessor;
 import org.dive4elements.river.artifacts.sinfo.common.TauProcessor;
 import org.dive4elements.river.artifacts.sinfo.common.VelocityProcessor;
+import org.dive4elements.river.artifacts.sinfo.flood_duration.FloodDurationCurveProcessor;
 
 /**
  * The default SINFO artifact.
@@ -95,6 +96,11 @@
                 if (FlowDepthDevelopmentPerYearProcessor.FACET_FLOW_DEPTH_DEVELOPMENT_PER_YEAR_RAW.equals(name))
                     return Boolean.FALSE;
 
+                if (FloodDurationCurveProcessor.FACET_FLOOD_DURATION_MAINVALUES_W.equals(name))
+                    return Boolean.FALSE;
+                if (FloodDurationCurveProcessor.FACET_FLOOD_DURATION_MAINVALUES_Q.equals(name))
+                    return Boolean.FALSE;
+
                 return null;
             }
         });

http://dive4elements.wald.intevation.org