Mercurial > dive4elements > river
annotate artifacts/doc/conf/modules.xml @ 9415:9744ce3c3853
Rework of fixanalysis computation and dWt and WQ facets. Got rid of strange remapping and bitshifting code by explicitely saving the column information and using it in the facets.
The facets also put the valid station range into their xml-metadata
author | gernotbelger |
---|---|
date | Thu, 16 Aug 2018 16:27:53 +0200 |
parents | 06bb3e94a927 |
children |
rev | line source |
---|---|
7804
5bb3f5d41d48
Add extra config files for modules and zoom scales and give option to use custom files for release.
Tom Gottfried <tom@intevation.de>
parents:
diff
changeset
|
1 <?xml version="1.0" encoding="UTF-8" ?> |
5bb3f5d41d48
Add extra config files for modules and zoom scales and give option to use custom files for release.
Tom Gottfried <tom@intevation.de>
parents:
diff
changeset
|
2 <modules> |
5bb3f5d41d48
Add extra config files for modules and zoom scales and give option to use custom files for release.
Tom Gottfried <tom@intevation.de>
parents:
diff
changeset
|
3 <module name="winfo" selected="true"> |
9071 | 4 <river name="Beispielfluss" /> |
9174 | 5 <river name="Elbe" /> |
6 <river name="Rhein" /> | |
7804
5bb3f5d41d48
Add extra config files for modules and zoom scales and give option to use custom files for release.
Tom Gottfried <tom@intevation.de>
parents:
diff
changeset
|
7 </module> |
8995 | 8 <module name="uinfo" group="module.group.ingwerds"> |
9071 | 9 <river name="Beispielfluss" /> |
9174 | 10 <river name="Elbe" /> |
11 <river name="Rhein" /> | |
12 </module> | |
13 <module name="minfo" group="module.group.ingwerds"> | |
14 <river name="Beispielfluss" /> | |
15 <river name="Elbe" /> | |
16 <river name="Rhein" /> | |
17 </module> | |
18 <module name="sinfo" group="module.group.ingwerds"> | |
19 <river name="Beispielfluss" /> | |
20 <river name="Elbe" /> | |
21 <river name="Rhein" /> | |
9071 | 22 </module> |
23 <module name="bundu" group="module.group.ingwerds"> | |
24 <river name="Beispielfluss" /> | |
9174 | 25 <river name="Elbe" /> |
26 <river name="Rhein" /> | |
8995 | 27 </module> |
8870
c26fb37899ca
Introduced groups for modules. Modules marked with the same group-id, will be put together in the ui.
gernotbelger
parents:
8854
diff
changeset
|
28 <module name="new_map" group="module.group.bottom"> |
9071 | 29 <river name="Beispielfluss" /> |
9174 | 30 <river name="Elbe" /> |
31 <river name="Rhein" /> | |
7804
5bb3f5d41d48
Add extra config files for modules and zoom scales and give option to use custom files for release.
Tom Gottfried <tom@intevation.de>
parents:
diff
changeset
|
32 </module> |
8870
c26fb37899ca
Introduced groups for modules. Modules marked with the same group-id, will be put together in the ui.
gernotbelger
parents:
8854
diff
changeset
|
33 <module name="new_chart" group="module.group.bottom"> |
9071 | 34 <river name="Beispielfluss" /> |
9174 | 35 <river name="Elbe" /> |
36 <river name="Rhein" /> | |
8870
c26fb37899ca
Introduced groups for modules. Modules marked with the same group-id, will be put together in the ui.
gernotbelger
parents:
8854
diff
changeset
|
37 </module> |
c26fb37899ca
Introduced groups for modules. Modules marked with the same group-id, will be put together in the ui.
gernotbelger
parents:
8854
diff
changeset
|
38 <module name="fixanalysis" group="module.group.bottom"> |
9071 | 39 <river name="Beispielfluss" /> |
9174 | 40 <river name="Elbe" /> |
41 <river name="Rhein" /> | |
7804
5bb3f5d41d48
Add extra config files for modules and zoom scales and give option to use custom files for release.
Tom Gottfried <tom@intevation.de>
parents:
diff
changeset
|
42 </module> |
8854 | 43 </modules> |