# HG changeset patch
# User gernotbelger
# Date 1527584576 -7200
# Node ID e68d4a10c308a99477cda24f7396691aa10bf77a
# Parent 21e65960a9e35fa057b496645ac21560876e7194
Umsortierung in Datenkorb bzgl. min/max Sohlhöhen
diff -r 21e65960a9e3 -r e68d4a10c308 artifacts/doc/conf/meta-data.xml
--- a/artifacts/doc/conf/meta-data.xml Mon May 28 18:18:21 2018 +0200
+++ b/artifacts/doc/conf/meta-data.xml Tue May 29 11:02:56 2018 +0200
@@ -261,17 +261,10 @@
S-INFO
-
-
-
-
+
-
-
-
-
-
+
@@ -1621,19 +1614,6 @@
-
-
-
-
-
-
-
-
@@ -2005,39 +1985,32 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
+
+
-
+
+
+
@@ -2045,17 +2018,49 @@
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -2065,9 +2070,7 @@
-
-
-
+
@@ -2112,8 +2115,7 @@
'<BR>Strecke: ' || round(r.a, 1) || '-' || round(r.b, 1) ||
'<BR>Auswerter: ' || bhs.evaluation_by AS info,
bhv.height_count AS bedh_height_count,
- bhv.min_count AS
- bedh_min_count,
+ bhv.min_count AS bedh_min_count,
bhv.max_count AS bedh_max_count
FROM bed_height bhs
JOIN bed_height_type bht ON bht.id = bhs.type_id
diff -r 21e65960a9e3 -r e68d4a10c308 gwt-client/src/main/java/org/dive4elements/river/client/client/FLYSConstants.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/FLYSConstants.java Mon May 28 18:18:21 2018 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/FLYSConstants.java Tue May 29 11:02:56 2018 +0200
@@ -1477,12 +1477,6 @@
String sinfo_flowdepthdevelopment_export();
- String bed_heights_minmax();
-
- String bedheights_max();
-
- String bedheights_min();
-
String sinfo_additional_ls();
String sinfo_additional_ls_withQ();
diff -r 21e65960a9e3 -r e68d4a10c308 gwt-client/src/main/java/org/dive4elements/river/client/client/FLYSConstants.properties
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/FLYSConstants.properties Mon May 28 18:18:21 2018 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/FLYSConstants.properties Tue May 29 11:02:56 2018 +0200
@@ -786,10 +786,6 @@
sinfo_flowdepthminmax_export = min/max Flie\u00dftiefen Export
sinfo_flowdepthdevelopment_export = Flie\u00dftiefenentwicklung Export
-bed_heights_minmax = Minimale/maximale Sohlh\u00f6he
-bedheights_max = Kammlage
-bedheights_min = Talweg
-
sinfo_additional_ls = Selektierte zus. L\u00e4ngsschnitte
sinfo_additional_ls_withQ = mit Abfluss
sinfo_additional_ls_withoutQ = ohne Abfluss
diff -r 21e65960a9e3 -r e68d4a10c308 gwt-client/src/main/java/org/dive4elements/river/client/client/FLYSConstants_de.properties
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/FLYSConstants_de.properties Mon May 28 18:18:21 2018 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/FLYSConstants_de.properties Tue May 29 11:02:56 2018 +0200
@@ -786,10 +786,6 @@
sinfo_flowdepthminmax_export = min/max Flie\u00dftiefen Export
sinfo_flowdepthdevelopment_export = Flie\u00dftiefenentwicklung Export
-bed_heights_minmax = Minimale/maximale Sohlh\u00f6he
-bedheights_max = Kammlage
-bedheights_min = Talweg
-
sinfo_additional_ls = Selektierte zus. L\u00e4ngsschnitte
sinfo_additional_ls_withQ = mit Abfluss
sinfo_additional_ls_withoutQ = ohne Abfluss