Mercurial > dive4elements > river
changeset 9281:72b6388c252a
Fixed: missing series name in infrastructures datacage theme
author | gernotbelger |
---|---|
date | Fri, 20 Jul 2018 14:57:59 +0200 |
parents | d1ce60b760bd |
children | 7efb27005d0d |
files | artifacts/src/main/java/org/dive4elements/river/artifacts/sinfo/common/InfrastructureHeightProcessor.java artifacts/src/main/resources/messages.properties artifacts/src/main/resources/messages_de.properties |
diffstat | 3 files changed, 3 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- 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";
--- 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
--- 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