[Dive4elements-commits] [PATCH 3 of 4] Added theme mapping for new facets

Wald Commits scm-commit at wald.intevation.org
Thu Dec 13 17:20:47 CET 2012


# HG changeset patch
# User Raimund Renkert <rrenkert at intevation.de>
# Date 1355415604 -3600
# Node ID 381d93d0be2027f8ff7f30495b1539d886b3d972
# Parent  32f90baf4afae87f4107a2a50a3acc3b6f1874a5
Added theme mapping for new facets.

diff -r 32f90baf4afa -r 381d93d0be20 flys-artifacts/doc/conf/themes.xml
--- a/flys-artifacts/doc/conf/themes.xml	Thu Dec 13 17:19:38 2012 +0100
+++ b/flys-artifacts/doc/conf/themes.xml	Thu Dec 13 17:20:04 2012 +0100
@@ -228,6 +228,7 @@
         <mapping from="bed_longitudinal_section.bed_diameter_sublayer" to="BedDiameterSubLayer" />
         <mapping from="bed_longitudinal_section.bedload_diameter" to="BedLoadDiameter" />
         <mapping from="bedheight_difference.year" to="BedheightDiffYear"/>
+        <mapping from="bedheight_difference.year.filtered" to="BedheightDiffYear"/>
         <mapping from="bedheight_difference.morph_width" to="BedheightDiffMorphWidth"/>
         <mapping from="bedheight_difference.epoch" to="BedheightDiffEpoch"/>
         <mapping from="bedheight_difference.year.height1" to="BedheightDiffAbsHeight1"/>
@@ -235,6 +236,12 @@
         <mapping from="bedheight_difference.epoch.height1" to="BedheightDiffAbsHeight1"/>
         <mapping from="bedheight_difference.epoch.height2" to="BedheightDiffAbsHeight2"/>
         <mapping from="bedheight_difference.height_year" to="BedheightDiffHeightYear"/>
+        <mapping from="bedheight_difference.epoch.filtered" to="BedheightDiffEpoch"/>
+        <mapping from="bedheight_difference.year.height1.filtered" to="BedheightDiffAbsHeight1"/>
+        <mapping from="bedheight_difference.year.height2.filtered" to="BedheightDiffAbsHeight2"/>
+        <mapping from="bedheight_difference.epoch.height1.filtered" to="BedheightDiffAbsHeight1"/>
+        <mapping from="bedheight_difference.epoch.height2.filtered" to="BedheightDiffAbsHeight2"/>
+        <mapping from="bedheight_difference.height_year.filtered" to="BedheightDiffHeightYear"/>
         <mapping from="relativepoint" to="RelativePoint" />
         <mapping from="sq_a_measurement" to="SQMeasurements" />
         <mapping from="sq_a_outlier" to="SQOutliers" />


More information about the Dive4elements-commits mailing list