[PATCH] Fixed: missing series name in infrastructures datacage theme

Wald Commits scm-commit at wald.intevation.org
Fri Jul 20 14:58:04 CEST 2018


# HG changeset patch
# User gernotbelger
# Date 1532091479 -7200
# Node ID 72b6388c252a1e3827a8355f8d934f5bb38dea06
# Parent  d1ce60b760bdebf57d0205a6d3bbe3b9673ef166
Fixed: missing series name in infrastructures datacage theme

diff -r d1ce60b760bd -r 72b6388c252a artifacts/src/main/java/org/dive4elements/river/artifacts/sinfo/common/InfrastructureHeightProcessor.java
--- a/artifacts/src/main/java/org/dive4elements/river/artifacts/sinfo/common/InfrastructureHeightProcessor.java	Fri Jul 20 14:57:16 2018 +0200
+++ b/artifacts/src/main/java/org/dive4elements/river/artifacts/sinfo/common/InfrastructureHeightProcessor.java	Fri Jul 20 14:57:59 2018 +0200
@@ -29,8 +29,6 @@
  */
 public class InfrastructureHeightProcessor extends AbstractSInfoProcessor {
 
-    // private final static Logger log = Logger.getLogger(InfrastructureHeightProcessor.class);
-
     public static final String FACET_INFRASTRUCTURE_HEIGHT = "sinfo_facet_infrastructure_height";
 
     private static final String I18N_AXIS_LABEL = "chart.longitudinal.section.yaxis.label";
diff -r d1ce60b760bd -r 72b6388c252a artifacts/src/main/resources/messages.properties
--- a/artifacts/src/main/resources/messages.properties	Fri Jul 20 14:57:16 2018 +0200
+++ b/artifacts/src/main/resources/messages.properties	Fri Jul 20 14:57:59 2018 +0200
@@ -1131,7 +1131,7 @@
 sinfo.chart.channel_depth.section.yaxis.label = Solltiefe Fahrrinne [m]
 
 sinfo.export.csv.header.infrastructure.height = Infrastrukturh\u00f6he
-infrastructure.height.title = Geod. H\u00f6he 
+infrastructure.height.title = Geod. H\u00f6he ({0})
 
 sinfo.export.csv.title.collision.detail = Abfluss/Abflusszustand
 sinfo.export.csv.title.collison.overview = H\u00e4ufigkeiten
diff -r d1ce60b760bd -r 72b6388c252a artifacts/src/main/resources/messages_de.properties
--- a/artifacts/src/main/resources/messages_de.properties	Fri Jul 20 14:57:16 2018 +0200
+++ b/artifacts/src/main/resources/messages_de.properties	Fri Jul 20 14:57:59 2018 +0200
@@ -941,7 +941,7 @@
 sinfo.chart.km.xaxis.label = {0}-km
 sinfo.chart.flow_depth.yaxis.label = Flie\u00dftiefe [m]
 
-sinfo.chart.flow_depth.section.yaxis.label=Flie\u00dftiefe [m]
+sinfo.chart.flow_depth.section.yaxis.label = Flie\u00dftiefe [m]
 sinfo.facet.flow_depth.filtered.description = h ({0})
 sinfo.facet.flow_depth.raw.description = h ({0}) (Rohdaten)
 sinfo.facet.flow_depth_with_tkh.filtered.description = h + \u0394d ({0})
@@ -1131,7 +1131,7 @@
 predefinedchannel.depth.title = Solltiefe Fahrrinne
 
 sinfo.export.csv.header.infrastructure.height = Infrastrukturh\u00f6he
-infrastructure.height.title = Geod. H\u00f6he 
+infrastructure.height.title = Geod. H\u00f6he ({0})
 
 sinfo.export.csv.title.collision.detail = Abfluss/Abflusszustand
 sinfo.export.csv.title.collison.overview = H\u00e4ufigkeiten


More information about the Dive4Elements-commits mailing list