[PATCH] Dashed lines shall be used for sediment load at measurement stations (issue1352)
Wald Commits
scm-commit at wald.intevation.org
Thu Aug 21 18:58:13 CEST 2014
# HG changeset patch
# User "Tom Gottfried <tom at intevation.de>"
# Date 1408640290 -7200
# Node ID f2fa88f5f75163c83199b986a76e3a37537a64dc
# Parent ca072278ad022ff6456bef51ee1923223d8c01eb
Dashed lines shall be used for sediment load at measurement stations (issue1352).
diff -r ca072278ad02 -r f2fa88f5f751 artifacts/doc/conf/themes/default.xml
--- a/artifacts/doc/conf/themes/default.xml Thu Aug 21 18:09:37 2014 +0200
+++ b/artifacts/doc/conf/themes/default.xml Thu Aug 21 18:58:10 2014 +0200
@@ -1331,6 +1331,7 @@
<inherit from="LongitudinalSection" />
</inherits>
<fields>
+ <field name="linetype" type="Dash" default="10,5" />
<field name="showpoints" type="boolean" default="true" />
<field name="pointsize" type="int" default="3" />
</fields>
diff -r ca072278ad02 -r f2fa88f5f751 artifacts/doc/conf/themes/second.xml
--- a/artifacts/doc/conf/themes/second.xml Thu Aug 21 18:09:37 2014 +0200
+++ b/artifacts/doc/conf/themes/second.xml Thu Aug 21 18:58:10 2014 +0200
@@ -1331,6 +1331,7 @@
<inherit from="LongitudinalSection" />
</inherits>
<fields>
+ <field name="linetype" type="Dash" default="10,5" />
<field name="showpoints" type="boolean" default="true" />
<field name="pointsize" type="int" default="3" />
</fields>
More information about the Dive4Elements-commits
mailing list