[PATCH] (issue1602) Use correct descriptor for sounding width y-data

Wald Commits scm-commit at wald.intevation.org
Wed Apr 22 11:32:18 CEST 2015


# HG changeset patch
# User Tom Gottfried <tom at intevation.de>
# Date 1429695128 -7200
# Node ID 7e9d015b0f22eb7a14a5fc6540ffd9a8650786d0
# Parent  32a91eac0bc2f426db4684ccfd57093303514e5b
(issue1602) Use correct descriptor for sounding width y-data.

diff -r 32a91eac0bc2 -r 7e9d015b0f22 artifacts/src/main/java/org/dive4elements/river/artifacts/model/minfo/BedHeightSoundingWidthFacet.java
--- a/artifacts/src/main/java/org/dive4elements/river/artifacts/model/minfo/BedHeightSoundingWidthFacet.java	Mon Apr 20 17:57:48 2015 +0200
+++ b/artifacts/src/main/java/org/dive4elements/river/artifacts/model/minfo/BedHeightSoundingWidthFacet.java	Wed Apr 22 11:32:08 2015 +0200
@@ -21,7 +21,7 @@
         this.description = description;
         this.index = 0;
         this.metaData.put("X", "chart.longitudinal.section.xaxis.label");
-        this.metaData.put("Y", "chart.bedheight_middle.section.yaxis.label");
+        this.metaData.put("Y", "chart.bedheight_middle.sounding.yaxis.label");
     }
 
     /**


More information about the Dive4Elements-commits mailing list