changeset 7858:c2528febac2a

Preparation for flys/issue1643: Introduced four new annotation types: "Quelle [t/a]", "Quelle [m³/a]", "Senke [t/a]", "Senke [m³/a]"
author Sascha L. Teichmann <teichmann@intevation.de>
date Tue, 06 May 2014 16:12:34 +0200
parents 6fd8a5b55f73
children 3fda73d9dc56
files backend/doc/annotation-types.xml
diffstat 1 files changed, 8 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/backend/doc/annotation-types.xml	Tue May 06 15:44:44 2014 +0200
+++ b/backend/doc/annotation-types.xml	Tue May 06 16:12:34 2014 +0200
@@ -21,8 +21,10 @@
         <type name="Staat"/>
         <type name="WSA"/>
         <type name="Zufluss"/>
-        <type name="Quelle"/>
-        <type name="Senke"/>
+        <type name="Quelle [t/a]"/>
+        <type name="Senke [t/a]"/>
+        <type name="Quelle [m³/a]"/>
+        <type name="Senke [m³/a]"/>
         <type name="Sonstige" default="true"/>
     </types>
 
@@ -61,7 +63,9 @@
         <line pattern="^WSA[:\s].*$" type="WSA"/>
         <line pattern="^Zufluß[:\s].*$" type="Zufluss"/>
         <line pattern="^Zufluss[:\s].*$" type="Zufluss"/>
-        <line pattern="^Quelle[:\s].*$" type="Quelle"/>
-        <line pattern="^Senke[:\s].*$" type="Senke"/>
+        <line pattern="^Quelle[:\s].*t/a.*$" type="Quelle [t/a]"/>
+        <line pattern="^Senke[:\s].*t/a.*$" type="Senke [t/a]"/>
+        <line pattern="^Quelle[:\s].*m3/a.*$" type="Quelle [m³/a]"/>
+        <line pattern="^Senke[:\s].*m3/a.*$" type="Senke [m³/a]"/>
     </patterns>
 </annotation>

http://dive4elements.wald.intevation.org