comparison artifacts/src/main/java/org/dive4elements/river/exports/CrossSectionGenerator.java @ 9429:bd5f5d2220fa

Work on salix cross sections; waterlevels work now with different colors Colors and i10n for all themes.
author gernotbelger
date Fri, 17 Aug 2018 17:48:01 +0200
parents 1cc7653ca84f
children 853f2dafc16e
comparison
equal deleted inserted replaced
9428:15f274e6d83b 9429:bd5f5d2220fa
286 artifactFacet.getData(context), 286 artifactFacet.getData(context),
287 artifactFacet.getFacetDescription(), 287 artifactFacet.getFacetDescription(),
288 attr, 288 attr,
289 visible); 289 visible);
290 } 290 }
291 else if (name.equals(CROSS_SECTION_WATER_LINE)) { 291 else if (name.endsWith(CROSS_SECTION_WATER_LINE)) {
292 doCrossSectionWaterLineOut( 292 doCrossSectionWaterLineOut(
293 artifactFacet.getData(context), 293 artifactFacet.getData(context),
294 artifactFacet.getFacetDescription(), 294 artifactFacet.getFacetDescription(),
295 attr, 295 attr,
296 visible); 296 visible);

http://dive4elements.wald.intevation.org