diff artifacts/src/main/java/org/dive4elements/river/artifacts/bundu/bezugswst/BezugswstHeightProcessor.java @ 9597:5395c6d4ca50

Softwaretests...20181219 7.3: no interpolation of missing bed heights for Uinfo/Salix historical scenario and B&U/Bzws
author mschaefer
date Tue, 05 Feb 2019 15:47:58 +0100
parents 2a67d05a1af0
children
line wrap: on
line diff
--- a/artifacts/src/main/java/org/dive4elements/river/artifacts/bundu/bezugswst/BezugswstHeightProcessor.java	Tue Feb 05 15:43:27 2019 +0100
+++ b/artifacts/src/main/java/org/dive4elements/river/artifacts/bundu/bezugswst/BezugswstHeightProcessor.java	Tue Feb 05 15:47:58 2019 +0100
@@ -94,7 +94,7 @@
             return generateFieldHeightSeries(generator, bundle, theme, visible, fieldIndex);
         }
 
-        return buildSeriesForType(generator, bundle, theme, visible, doGetType(bundle.getFacetName()), null);
+        return buildSeriesForType(generator, bundle, theme, visible, doGetType(bundle.getFacetName()), GAP_DISTANCE);
     }
 
     protected AbstractResultType doGetType(final String facetName) {
@@ -114,6 +114,6 @@
         final BezugswstMainCalculationResult data = (BezugswstMainCalculationResult) getResult(generator, bundle);
         final double[][] points = data.getFieldValuePoints(fieldIndex, BunduResultType.bedHeightFields);
 
-        return buildSeriesForPoints(points, generator, bundle, theme, visible, null);
+        return buildSeriesForPoints(points, generator, bundle, theme, visible, GAP_DISTANCE);
     }
 }
\ No newline at end of file

http://dive4elements.wald.intevation.org