[PATCH] Preparation for flys/issue1643: Introduced four new annotation types:

Wald Commits scm-commit at wald.intevation.org
Tue May 6 16:12:45 CEST 2014


# HG changeset patch
# User Sascha L. Teichmann <teichmann at intevation.de>
# Date 1399385554 -7200
# Node ID c2528febac2ab98d1bac8369902caa4759d8939b
# Parent  6fd8a5b55f73995fb8d257e82e5bd3b78488c307
Preparation for flys/issue1643: Introduced four new annotation types:
"Quelle [t/a]", "Quelle [m³/a]", "Senke [t/a]", "Senke [m³/a]"

diff -r 6fd8a5b55f73 -r c2528febac2a backend/doc/annotation-types.xml
--- 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>


More information about the Dive4Elements-commits mailing list