[PATCH 1 of 3] Fixed: manualpoint did not work for tkh calc mode
Wald Commits
scm-commit at wald.intevation.org
Thu Jun 28 10:47:14 CEST 2018
# HG changeset patch
# User gernotbelger
# Date 1530175620 -7200
# Node ID 4778333ea2cd2f6ae53dc3300a8f192c3a90e473
# Parent dace17e26d33c141411480325b836aec884848d8
Fixed: manualpoint did not work for tkh calc mode
diff -r dace17e26d33 -r 4778333ea2cd artifacts/doc/conf/artifacts/manualpoints.xml
--- a/artifacts/doc/conf/artifacts/manualpoints.xml Wed Jun 27 14:07:02 2018 +0200
+++ b/artifacts/doc/conf/artifacts/manualpoints.xml Thu Jun 28 10:47:00 2018 +0200
@@ -40,7 +40,7 @@
<facet name="sinfo_flow_depth_minmax.manualpoints" />
<facet name="sinfo_flow_depth_development.manualpoints" />
<facet name="sinfo_flow_depth_development_peryear.manualpoints" />
- <facet name="sinfo_tkk" />
+ <facet name="sinfo_tkk.manualpoints" />
<facet name="sinfo_collision.manualpoints" />
<facet name="sinfo_flood_duration.manualpoints" />
</facets>
diff -r dace17e26d33 -r 4778333ea2cd artifacts/doc/conf/themes.xml
--- a/artifacts/doc/conf/themes.xml Wed Jun 27 14:07:02 2018 +0200
+++ b/artifacts/doc/conf/themes.xml Thu Jun 28 10:47:00 2018 +0200
@@ -452,12 +452,12 @@
<mapping from="sinfo_facet_predefined_flowdepth" to="SInfoPredefinedFlowDepth" />
<mapping from="sinfo_facet_infrastructure_height" to="SInfoInfrastructureHeight" />
<mapping from="sinfo_facet_collision_count" to="SInfoCollisionCount" />
-
+
<mapping from="sinfo_flow_depth.manualpoints" to="ManualPoints" />
<mapping from="sinfo_flow_depth_minmax.manualpoints" to="ManualPoints" />
<mapping from="sinfo_flow_depth_development.manualpoints" to="ManualPoints" />
<mapping from="sinfo_flow_depth_development_peryear.manualpoints" to="ManualPoints" />
- <mapping from="sinfo_tkk" to="ManualPoints" />
+ <mapping from="sinfo_tkk.manualpoints" to="ManualPoints" />
<mapping from="sinfo_collision.manualpoints" to="ManualPoints" />
<mapping from="sinfo_flood_duration.manualpoints" to="ManualPoints" />
</mappings>
More information about the Dive4Elements-commits
mailing list