comparison gwt-client/src/main/java/org/dive4elements/river/client/client/ui/chart/CrossSectionChartThemePanel.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 05405292a7ca
children
comparison
equal deleted inserted replaced
9428:15f274e6d83b 9429:bd5f5d2220fa
617 * this theme. 617 * this theme.
618 */ 618 */
619 @Override 619 @Override
620 protected boolean canArea(Theme a) { 620 protected boolean canArea(Theme a) {
621 return a.getFacet().equals("cross_section") 621 return a.getFacet().equals("cross_section")
622 || a.getFacet().equals("cross_section_water_line") 622 || a.getFacet().endsWith("cross_section_water_line")
623 || a.getFacet().endsWith("line"); 623 || a.getFacet().endsWith("line");
624 } 624 }
625 625
626 626
627 protected String themeHash(Theme theme) { 627 protected String themeHash(Theme theme) {

http://dive4elements.wald.intevation.org