comparison artifacts/src/main/java/org/dive4elements/river/artifacts/model/minfo/BedHeightSoundingWidthFacet.java @ 8701:7e9d015b0f22

(issue1602) Use correct descriptor for sounding width y-data.
author Tom Gottfried <tom@intevation.de>
date Wed, 22 Apr 2015 11:32:08 +0200
parents cd5e0662f75c
children 1083cb887ffb
comparison
equal deleted inserted replaced
8700:32a91eac0bc2 8701:7e9d015b0f22
19 public BedHeightSoundingWidthFacet(String name, String description) { 19 public BedHeightSoundingWidthFacet(String name, String description) {
20 this.name = name; 20 this.name = name;
21 this.description = description; 21 this.description = description;
22 this.index = 0; 22 this.index = 0;
23 this.metaData.put("X", "chart.longitudinal.section.xaxis.label"); 23 this.metaData.put("X", "chart.longitudinal.section.xaxis.label");
24 this.metaData.put("Y", "chart.bedheight_middle.section.yaxis.label"); 24 this.metaData.put("Y", "chart.bedheight_middle.sounding.yaxis.label");
25 } 25 }
26 26
27 /** 27 /**
28 * Returns the data this facet requires. 28 * Returns the data this facet requires.
29 * 29 *

http://dive4elements.wald.intevation.org