comparison artifacts/src/main/java/org/dive4elements/river/exports/minfo/SedimentLoadLSGenerator.java @ 7505:4efa34256b62

issue1658: Fix SedimentLoadLSGenerator (with surprise: isnt that done via processors?).
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Fri, 01 Nov 2013 16:37:19 +0100
parents 41567bf1e131
children e79e231c864d
comparison
equal deleted inserted replaced
7504:83b7b957c360 7505:4efa34256b62
131 Bounds bounds = 131 Bounds bounds =
132 calculateZoom(b, getDomainAxisRange()); 132 calculateZoom(b, getDomainAxisRange());
133 context.putContextValue("startkm", bounds.getLower()); 133 context.putContextValue("startkm", bounds.getLower());
134 context.putContextValue("endkm", bounds.getUpper()); 134 context.putContextValue("endkm", bounds.getUpper());
135 } 135 }
136 if (FacetTypes.IS.SEDIMENT_LOAD(name)) { 136 if (FacetTypes.IS.SEDIMENT_LOAD_TA(name)||FacetTypes.IS.SEDIMENT_LOAD_M3A(name)){
137 doSedimentLoadOut( 137 doSedimentLoadOut(
138 (double[][]) bundle.getData(context), 138 (double[][]) bundle.getData(context),
139 bundle, 139 bundle,
140 attr, 140 attr,
141 visible); 141 visible);

http://dive4elements.wald.intevation.org