diff artifacts/src/main/java/org/dive4elements/river/artifacts/services/QWSeriesCollection.java @ 9360:ddcd52d239cd

Outliers in fixation calculation are now shown within the other 'B' event themes and get a separate symbol (triangle). Removed old outliers theme. Also consider showpoints property. Also consider pointsize property.
author gernotbelger
date Wed, 01 Aug 2018 17:13:52 +0200
parents a3f318347707
children
line wrap: on
line diff
--- a/artifacts/src/main/java/org/dive4elements/river/artifacts/services/QWSeriesCollection.java	Wed Aug 01 13:21:34 2018 +0200
+++ b/artifacts/src/main/java/org/dive4elements/river/artifacts/services/QWSeriesCollection.java	Wed Aug 01 17:13:52 2018 +0200
@@ -101,7 +101,7 @@
 
         final boolean interpolated = qw.getInterpolated();
 
-        final Shape shape = FixWQCurveGenerator.getWQDShape(qw);
+        final Shape shape = FixWQCurveGenerator.getWQDShape(qw, 4);
 
         final boolean filled = !interpolated;
         return new ShapeRenderer.Entry(shape, Color.blue, filled);

http://dive4elements.wald.intevation.org