Mercurial > dive4elements > river
annotate gwt-client/src/main/webapp/WEB-INF/features.xml @ 9457:65f28328c9a3
ausgelagerte Wasserspiegellage AWSPL neue Spalte
author | gernotbelger |
---|---|
date | Tue, 28 Aug 2018 14:02:23 +0200 |
parents | fe7edef5af47 |
children | 6c8d1d2d44b3 |
rev | line source |
---|---|
3476
4a6321dd5186
Implement a class representation of features corresponding to roles
Bjoern Ricks <bjoern.ricks@intevation.de>
parents:
diff
changeset
|
1 <?xml version="1.0" encoding="UTF-8"?> |
4a6321dd5186
Implement a class representation of features corresponding to roles
Bjoern Ricks <bjoern.ricks@intevation.de>
parents:
diff
changeset
|
2 <ftr:features xmlns:ftr="http://www.intevation.de/2012/flys/features"> |
9161 | 3 <ftr:role name="d4e_demo_all"> |
4 <ftr:feature>module:sinfo</ftr:feature> | |
5 <ftr:feature>module:winfo</ftr:feature> | |
6 <ftr:feature>module:minfo</ftr:feature> | |
7 <ftr:feature>module:uinfo</ftr:feature> | |
8 <ftr:feature>module:bundu</ftr:feature> | |
9 <ftr:feature>module:new_map</ftr:feature> | |
10 <ftr:feature>module:new_chart</ftr:feature> | |
11 <ftr:feature>module:fixanalysis</ftr:feature> | |
9404
bc9a45d2b1fa
common time range for gauges incl. error messages
gernotbelger
parents:
9165
diff
changeset
|
12 <ftr:feature>river:Beispielfluss</ftr:feature> |
9161 | 13 </ftr:role> |
14 <ftr:role name="d4e_demo_extern"> | |
15 <ftr:feature>module:winfo</ftr:feature> | |
16 <ftr:feature>module:minfo</ftr:feature> | |
17 <ftr:feature>river:Beispielfluss</ftr:feature> | |
18 </ftr:role> | |
3476
4a6321dd5186
Implement a class representation of features corresponding to roles
Bjoern Ricks <bjoern.ricks@intevation.de>
parents:
diff
changeset
|
19 </ftr:features> |