comparison flys-artifacts/src/main/java/de/intevation/flys/exports/minfo/SedimentLoadLSGenerator.java @ 4579:ef93ef4ff6b1

Enable manual points in sedimentload ls.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Tue, 27 Nov 2012 17:15:41 +0100
parents bb8b1c182913
children a3dc382bc1ca
comparison
equal deleted inserted replaced
4576:a46dc120afd7 4579:ef93ef4ff6b1
140 (FLYSAnnotation) bundle.getData(context), 140 (FLYSAnnotation) bundle.getData(context),
141 bundle, 141 bundle,
142 attr, 142 attr,
143 visible); 143 visible);
144 } 144 }
145 else if (FacetTypes.IS.MANUALPOINTS(name)) {
146 doPoints(
147 bundle.getData(context),
148 bundle,
149 attr,
150 visible,
151 YAXIS.L.idx);
152 }
145 } 153 }
146 154
147 @Override 155 @Override
148 protected String getDefaultChartTitle() { 156 protected String getDefaultChartTitle() {
149 return msg(I18N_CHART_TITLE, I18N_CHART_TITLE_DEFAULT); 157 return msg(I18N_CHART_TITLE, I18N_CHART_TITLE_DEFAULT);

http://dive4elements.wald.intevation.org