# HG changeset patch # User Felix Wolfsteller # Date 1383735455 -3600 # Node ID f062802c9a4a1f2476a626b0ff61028ecc58b216 # Parent ea3e78a7f4e42254f003298eaf3e2dbf62ef1dcb issue1664: Prepare new Facets to go to different axis (for wkms from fixa/diffs). diff -r ea3e78a7f4e4 -r f062802c9a4a artifacts/doc/conf/themes.xml --- 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 @@ + + diff -r ea3e78a7f4e4 -r f062802c9a4a artifacts/src/main/java/org/dive4elements/river/artifacts/model/FacetTypes.java --- 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";