Mercurial > dive4elements > river
changeset 7522:f062802c9a4a
issue1664: Prepare new Facets to go to different axis (for wkms from fixa/diffs).
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Wed, 06 Nov 2013 11:57:35 +0100 |
parents | ea3e78a7f4e4 |
children | ce90d2f4ee46 |
files | artifacts/doc/conf/themes.xml artifacts/src/main/java/org/dive4elements/river/artifacts/model/FacetTypes.java |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/artifacts/doc/conf/themes.xml Wed Nov 06 09:40:23 2013 +0100 +++ b/artifacts/doc/conf/themes.xml Wed Nov 06 11:57:35 2013 +0100 @@ -176,6 +176,8 @@ <mapping from="floodmap.jetties" to="Jetties" /> <mapping from="other.wq" to="WQPoints" /> <mapping from="other.wkms" to="WKms" /> + <mapping from="other.delta_w" to="WKms" /> + <mapping from="other.delta_w_cma" to="WKms" /> <mapping from="other.wkms.marks" to="WKmsAnnotation" /> <mapping from="other.wqkms" to="WQKmsHorizontal" masterAttr="calculation_mode==calc.discharge.curve" /> <mapping from="other.wqkms" to="WQKms" />
--- a/artifacts/src/main/java/org/dive4elements/river/artifacts/model/FacetTypes.java Wed Nov 06 09:40:23 2013 +0100 +++ b/artifacts/src/main/java/org/dive4elements/river/artifacts/model/FacetTypes.java Wed Nov 06 11:57:35 2013 +0100 @@ -271,7 +271,9 @@ String QSECTOR = "qsectors"; - String STATIC_WQ = "other.wq"; + String STATIC_DELTA_W = "other.delta_w"; + String STATIC_DELTA_W_CMA= "other.delta_w_cma"; + String STATIC_WQ = "other.wq"; String STATIC_WQ_ANNOTATIONS = "other.wq.annotations"; String STATIC_WKMS = "other.wkms"; String STATIC_WKMS_MARKS = "other.wkms.marks";