Mercurial > dive4elements > river
annotate gwt-client/src/main/webapp/WEB-INF/features.xml @ 9164:8c0d1542c1d8
uinfo.distance_only Berechnungsstrecke -> Darstellungsbereich HACK
author | gernotbelger |
---|---|
date | Wed, 20 Jun 2018 11:13:40 +0200 |
parents | c537b3038857 |
children | 0cc241ddc2a0 |
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> | |
12 <ftr:feature>river:Beispielfluss</ftr:feature> | |
13 <ftr:feature>river:Elbe</ftr:feature> | |
14 <ftr:feature>river:Rhein</ftr:feature> | |
15 </ftr:role> | |
16 <ftr:role name="d4e_demo_extern"> | |
17 <ftr:feature>module:winfo</ftr:feature> | |
18 <ftr:feature>module:minfo</ftr:feature> | |
19 <ftr:feature>river:Beispielfluss</ftr:feature> | |
20 <ftr:feature>river:Elbe</ftr:feature> | |
21 <ftr:feature>river:Rhein</ftr:feature> | |
22 </ftr:role> | |
3476
4a6321dd5186
Implement a class representation of features corresponding to roles
Bjoern Ricks <bjoern.ricks@intevation.de>
parents:
diff
changeset
|
23 </ftr:features> |