annotate backend/doc/annotation-types.xml @ 8443:df65f24af5bc

(issue1762) Use getValue to obtain dateRange values The getToValue was always the initial value regardless of what has been entered in the form. According to the documentation both getToValue and getFromValue should return the "initial value" of the form field. But wether this means the value before validation corrections or the value the field is initialized with (which is also not true in both cases as the field is set only after creation) It returned the real value for the from date but not for the to date. With an explicit getValue we workaround this issue.
author Andre Heinecke <andre.heinecke@intevation.de>
date Wed, 22 Oct 2014 17:33:43 +0200
parents 6ae0c5116d58
children
rev   line source
765
763c4137d6e1 Added classification of annotation types. Needs testing!
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8" ?>
763c4137d6e1 Added classification of annotation types. Needs testing!
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2 <annotation>
763c4137d6e1 Added classification of annotation types. Needs testing!
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3 <types>
763c4137d6e1 Added classification of annotation types. Needs testing!
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
4 <type name="Abzweigung"/>
763c4137d6e1 Added classification of annotation types. Needs testing!
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
5 <type name="Berechnungsstrecke"/>
763c4137d6e1 Added classification of annotation types. Needs testing!
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
6 <type name="Brücke"/>
763c4137d6e1 Added classification of annotation types. Needs testing!
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
7 <type name="Bundesland"/>
3326
ff70ff6c0629 Improved the import process to read MINFO specific 'Messstellen'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2857
diff changeset
8 <type name="Deich"/>
765
763c4137d6e1 Added classification of annotation types. Needs testing!
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
9 <type name="Einmündung"/>
763c4137d6e1 Added classification of annotation types. Needs testing!
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
10 <type name="Fähre"/>
3326
ff70ff6c0629 Improved the import process to read MINFO specific 'Messstellen'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2857
diff changeset
11 <type name="Gemeinde"/>
765
763c4137d6e1 Added classification of annotation types. Needs testing!
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
12 <type name="Grenze"/>
763c4137d6e1 Added classification of annotation types. Needs testing!
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
13 <type name="Hafen"/>
763c4137d6e1 Added classification of annotation types. Needs testing!
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
14 <type name="HW-Schutz"/>
763c4137d6e1 Added classification of annotation types. Needs testing!
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
15 <type name="Landkreis"/>
763c4137d6e1 Added classification of annotation types. Needs testing!
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
16 <type name="Meldestelle"/>
3326
ff70ff6c0629 Improved the import process to read MINFO specific 'Messstellen'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2857
diff changeset
17 <type name="Messstelle"/>
8406
6ae0c5116d58 Distinguish between types of measurement stations and filter appropriately (plus minor cleanup in related classes).
Tom Gottfried <tom@intevation.de>
parents: 7858
diff changeset
18 <type name="Geschiebemessstelle"/>
6ae0c5116d58 Distinguish between types of measurement stations and filter appropriately (plus minor cleanup in related classes).
Tom Gottfried <tom@intevation.de>
parents: 7858
diff changeset
19 <type name="Schwebstoffmessstelle"/>
3326
ff70ff6c0629 Improved the import process to read MINFO specific 'Messstellen'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2857
diff changeset
20 <type name="Pegel"/>
765
763c4137d6e1 Added classification of annotation types. Needs testing!
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
21 <type name="Stauwehr"/>
763c4137d6e1 Added classification of annotation types. Needs testing!
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
22 <type name="Staatsgrenze"/>
763c4137d6e1 Added classification of annotation types. Needs testing!
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
23 <type name="Staat"/>
763c4137d6e1 Added classification of annotation types. Needs testing!
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
24 <type name="WSA"/>
5906
8025cb45c31a some additions and adjustments to annotation types
Tom Gottfried <tom.gottfried@intevation.de>
parents: 5838
diff changeset
25 <type name="Zufluss"/>
7858
c2528febac2a Preparation for flys/issue1643: Introduced four new annotation types:
Sascha L. Teichmann <teichmann@intevation.de>
parents: 7857
diff changeset
26 <type name="Quelle [t/a]"/>
c2528febac2a Preparation for flys/issue1643: Introduced four new annotation types:
Sascha L. Teichmann <teichmann@intevation.de>
parents: 7857
diff changeset
27 <type name="Senke [t/a]"/>
c2528febac2a Preparation for flys/issue1643: Introduced four new annotation types:
Sascha L. Teichmann <teichmann@intevation.de>
parents: 7857
diff changeset
28 <type name="Quelle [m³/a]"/>
c2528febac2a Preparation for flys/issue1643: Introduced four new annotation types:
Sascha L. Teichmann <teichmann@intevation.de>
parents: 7857
diff changeset
29 <type name="Senke [m³/a]"/>
765
763c4137d6e1 Added classification of annotation types. Needs testing!
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
30 <type name="Sonstige" default="true"/>
763c4137d6e1 Added classification of annotation types. Needs testing!
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
31 </types>
763c4137d6e1 Added classification of annotation types. Needs testing!
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
32
763c4137d6e1 Added classification of annotation types. Needs testing!
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
33 <patterns>
763c4137d6e1 Added classification of annotation types. Needs testing!
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
34 <file pattern="^Brücken$" type="Brücke"/>
763c4137d6e1 Added classification of annotation types. Needs testing!
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
35 <file pattern="^Deich.*$" type="Deich"/>
763c4137d6e1 Added classification of annotation types. Needs testing!
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
36 <file pattern="^Hafen$" type="Hafen"/>
3326
ff70ff6c0629 Improved the import process to read MINFO specific 'Messstellen'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2857
diff changeset
37 <file pattern="^Pegel-alle$" type="Pegel"/>
ff70ff6c0629 Improved the import process to read MINFO specific 'Messstellen'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2857
diff changeset
38 <file pattern="^Pegel$" type="Pegel"/>
ff70ff6c0629 Improved the import process to read MINFO specific 'Messstellen'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2857
diff changeset
39 <file pattern="^Wehr$" type="Stauwehr"/>
2857
5dfe06f149f3 Adapted annotation types.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 766
diff changeset
40 <file pattern="^Stauwehr$" type="Stauwehr"/>
5906
8025cb45c31a some additions and adjustments to annotation types
Tom Gottfried <tom.gottfried@intevation.de>
parents: 5838
diff changeset
41 <file pattern="^Zufluß$" type="Zufluss"/>
8025cb45c31a some additions and adjustments to annotation types
Tom Gottfried <tom.gottfried@intevation.de>
parents: 5838
diff changeset
42 <file pattern="^Zufluss$" type="Zufluss"/>
765
763c4137d6e1 Added classification of annotation types. Needs testing!
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
43
5906
8025cb45c31a some additions and adjustments to annotation types
Tom Gottfried <tom.gottfried@intevation.de>
parents: 5838
diff changeset
44 <line pattern="^Deich.*$" type="Deich"/>
8025cb45c31a some additions and adjustments to annotation types
Tom Gottfried <tom.gottfried@intevation.de>
parents: 5838
diff changeset
45 <line pattern="^Abz.?[:\s].*$" type="Abzweigung"/>
765
763c4137d6e1 Added classification of annotation types. Needs testing!
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
46 <line pattern="^Berechnungsstrecke.*$" type="Berechnungsstrecke"/>
763c4137d6e1 Added classification of annotation types. Needs testing!
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
47 <line pattern="^Brücke[:\s].*$" type="Brücke"/>
763c4137d6e1 Added classification of annotation types. Needs testing!
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
48 <line pattern="^Bundesland[:\s].*$" type="Bundesland"/>
766
aa9e3da95c31 Importer: Fix import of annotation type classification.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 765
diff changeset
49 <line pattern="^Einmündung[:\s].*$" type="Einmündung"/>
5906
8025cb45c31a some additions and adjustments to annotation types
Tom Gottfried <tom.gottfried@intevation.de>
parents: 5838
diff changeset
50 <line pattern="^Mündung[:\s].*$" type="Einmündung"/>
4829
92ba5ffb8ba8 Fixed type error in Annotation types.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 3326
diff changeset
51 <line pattern="^Fähre[:\s].*$" type="Abzweigung"/>
3326
ff70ff6c0629 Improved the import process to read MINFO specific 'Messstellen'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2857
diff changeset
52 <line pattern="^Gemeinde[:\s].*$" type="Gemeinde"/>
765
763c4137d6e1 Added classification of annotation types. Needs testing!
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
53 <line pattern="^Grenze[:\s].*$" type="Grenze"/>
763c4137d6e1 Added classification of annotation types. Needs testing!
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
54 <line pattern="^Hafen[:\s].*$" type="Hafen"/>
763c4137d6e1 Added classification of annotation types. Needs testing!
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
55 <line pattern="^HW-Schutz[:\s].*$" type="HW-Schutz"/>
763c4137d6e1 Added classification of annotation types. Needs testing!
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
56 <line pattern="^Landkreis[:\s].*$" type="Landkreis"/>
763c4137d6e1 Added classification of annotation types. Needs testing!
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
57 <line pattern="^Meldestelle[:\s].*$" type="Meldestelle"/>
3326
ff70ff6c0629 Improved the import process to read MINFO specific 'Messstellen'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2857
diff changeset
58 <line pattern="^Messstelle[:\s].*$" type="Messstelle"/>
8406
6ae0c5116d58 Distinguish between types of measurement stations and filter appropriately (plus minor cleanup in related classes).
Tom Gottfried <tom@intevation.de>
parents: 7858
diff changeset
59 <line pattern="^Geschiebemessstelle[:\s].*$"
6ae0c5116d58 Distinguish between types of measurement stations and filter appropriately (plus minor cleanup in related classes).
Tom Gottfried <tom@intevation.de>
parents: 7858
diff changeset
60 type="Geschiebemessstelle"/>
6ae0c5116d58 Distinguish between types of measurement stations and filter appropriately (plus minor cleanup in related classes).
Tom Gottfried <tom@intevation.de>
parents: 7858
diff changeset
61 <line pattern="^Schwebstoffmessstelle[:\s].*$"
6ae0c5116d58 Distinguish between types of measurement stations and filter appropriately (plus minor cleanup in related classes).
Tom Gottfried <tom@intevation.de>
parents: 7858
diff changeset
62 type="Schwebstoffmessstelle"/>
3326
ff70ff6c0629 Improved the import process to read MINFO specific 'Messstellen'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2857
diff changeset
63 <line pattern="^Pegel[:\s].*$" type="Pegel"/>
765
763c4137d6e1 Added classification of annotation types. Needs testing!
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
64 <line pattern="^Staatsgrenze[:\s].*$" type="Staatsgrenze"/>
763c4137d6e1 Added classification of annotation types. Needs testing!
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
65 <line pattern="^Staat[:\s].*$" type="Staat"/>
3326
ff70ff6c0629 Improved the import process to read MINFO specific 'Messstellen'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2857
diff changeset
66 <line pattern="^Wehr[:\s].*$" type="Stauwehr"/>
765
763c4137d6e1 Added classification of annotation types. Needs testing!
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
67 <line pattern="^WSA[:\s].*$" type="WSA"/>
5906
8025cb45c31a some additions and adjustments to annotation types
Tom Gottfried <tom.gottfried@intevation.de>
parents: 5838
diff changeset
68 <line pattern="^Zufluß[:\s].*$" type="Zufluss"/>
8025cb45c31a some additions and adjustments to annotation types
Tom Gottfried <tom.gottfried@intevation.de>
parents: 5838
diff changeset
69 <line pattern="^Zufluss[:\s].*$" type="Zufluss"/>
7858
c2528febac2a Preparation for flys/issue1643: Introduced four new annotation types:
Sascha L. Teichmann <teichmann@intevation.de>
parents: 7857
diff changeset
70 <line pattern="^Quelle[:\s].*t/a.*$" type="Quelle [t/a]"/>
c2528febac2a Preparation for flys/issue1643: Introduced four new annotation types:
Sascha L. Teichmann <teichmann@intevation.de>
parents: 7857
diff changeset
71 <line pattern="^Senke[:\s].*t/a.*$" type="Senke [t/a]"/>
c2528febac2a Preparation for flys/issue1643: Introduced four new annotation types:
Sascha L. Teichmann <teichmann@intevation.de>
parents: 7857
diff changeset
72 <line pattern="^Quelle[:\s].*m3/a.*$" type="Quelle [m³/a]"/>
c2528febac2a Preparation for flys/issue1643: Introduced four new annotation types:
Sascha L. Teichmann <teichmann@intevation.de>
parents: 7857
diff changeset
73 <line pattern="^Senke[:\s].*m3/a.*$" type="Senke [m³/a]"/>
765
763c4137d6e1 Added classification of annotation types. Needs testing!
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
74 </patterns>
763c4137d6e1 Added classification of annotation types. Needs testing!
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
75 </annotation>

http://dive4elements.wald.intevation.org