diff artifacts/src/main/java/org/dive4elements/river/exports/process/SedimentLoadTAProcessor.java @ 8204:c657ddcf1fa6

Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
author Tom Gottfried <tom@intevation.de>
date Fri, 05 Sep 2014 14:53:58 +0200
parents e4606eae8ea5
children 0a5239a1e46e
line wrap: on
line diff
--- a/artifacts/src/main/java/org/dive4elements/river/exports/process/SedimentLoadTAProcessor.java	Fri Sep 05 13:19:22 2014 +0200
+++ b/artifacts/src/main/java/org/dive4elements/river/exports/process/SedimentLoadTAProcessor.java	Fri Sep 05 14:53:58 2014 +0200
@@ -23,8 +23,7 @@
 
     @Override
     public boolean canHandle(String facettype) {
-        return facettype.startsWith("sedimentload") &&
-            !facettype.startsWith("sedimentload.m3a");
+        return facettype.startsWith("sedimentload.ta");
     }
 
     @Override

http://dive4elements.wald.intevation.org