[PATCH 2 of 2] (issue1755) Fix typo in theme mapping for porosity sublayer

Wald Commits scm-commit at wald.intevation.org
Thu Apr 2 18:37:34 CEST 2015


# HG changeset patch
# User Andre Heinecke <andre.heinecke at intevation.de>
# Date 1427992646 -7200
# Node ID befa08182368ed35c84a8c061d20dcfea76c4a38
# Parent  7faf1dad15a6509197e5b7b80e8b526bb6296ac0
(issue1755) Fix typo in theme mapping for porosity sublayer

diff -r 7faf1dad15a6 -r befa08182368 artifacts/doc/conf/themes.xml
--- a/artifacts/doc/conf/themes.xml	Thu Apr 02 18:22:01 2015 +0200
+++ b/artifacts/doc/conf/themes.xml	Thu Apr 02 18:37:26 2015 +0200
@@ -214,14 +214,14 @@
         <mapping from="bedheight_middle.single" to="MiddleBedHeightSingle" />
         <mapping from="bedheight_middle.manualpoints" to="ManualPoints" />
         <mapping from="bed_longitudinal_section.porosity.toplayer.interpol" to="PorosityTopLines" />
-        <mapping from="bed_longitudinal_section.porosity.toplayer.interpol" to="PorositySubLines" />
+        <mapping from="bed_longitudinal_section.porosity.sublayer.interpol" to="PorositySubLines" />
         <mapping from="bed_longitudinal_section.density.toplayer.interpol" to="DensityTopLines" />
         <mapping from="bed_longitudinal_section.density.sublayer.interpol" to="DensitySubLines" />
         <mapping from="bed_longitudinal_section.diameter.toplayer.interpol" to="BedDiameterTopLines" />
         <mapping from="bed_longitudinal_section.diameter.sublayer.interpol" to="BedDiameterSubLines" />
         <mapping from="bed_longitudinal_section.diameter.bedload.interpol" to="BedLoadDiameterLines" />
         <mapping from="bed_longitudinal_section.porosity.toplayer" to="PorosityTopPoints" />
-        <mapping from="bed_longitudinal_section.porosity.toplayer" to="PorositySubPoints" />
+        <mapping from="bed_longitudinal_section.porosity.sublayer" to="PorositySubPoints" />
         <mapping from="bed_longitudinal_section.density.toplayer" to="DensityTopPoints" />
         <mapping from="bed_longitudinal_section.density.sublayer" to="DensitySubPoints" />
         <mapping from="bed_longitudinal_section.diameter.toplayer" to="BedDiameterTopPoints" />


More information about the Dive4Elements-commits mailing list