Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 1740:8d08f6641372
Improved the title creation of WSP Q and W facets - named main values are taken into account while title creation.
flys-artifacts/trunk@3031 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 19 Oct 2011 14:00:36 +0000 |
parents | 980d880c583c |
children | 1bc926b5b435 |
comparison
equal
deleted
inserted
replaced
1739:980d880c583c | 1740:8d08f6641372 |
---|---|
1 2011-10-19 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/artifacts/states/WaterlevelState.java: | |
4 moved the code to create WSP W and Q facet names to FLYSUtils. | |
5 | |
6 * src/main/java/de/intevation/flys/utils/FLYSUtils.java: New functions for | |
7 creating WSP W and Q facet names and for querying a named main value | |
8 based on a given gauge and value. The names of W and Q facets will now | |
9 depend on the selected Q and Q mode: if the mode is "q at gauge" and a | |
10 named value is found for the given value, the facet's name contains the | |
11 named value instead of the value itself. | |
12 | |
1 2011-10-19 Felix Wolfsteller <felix.wolfsteller@intevation.de> | 13 2011-10-19 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
2 | 14 |
3 Fix datacage configuration to let client load ZUS and flood | 15 Fix datacage configuration to let client load ZUS and flood |
4 protections. | 16 protections. |
5 | 17 |