[Dive4elements-commits] [PATCH 2 of 2] Merged

Wald Commits scm-commit at wald.intevation.org
Mon May 6 18:53:14 CEST 2013


# HG changeset patch
# User Sascha L. Teichmann <teichmann at intevation.de>
# Date 1367859189 -7200
# Node ID 8bdb84aa95412ed385ee0ad4eb50ef7d966a0f87
# Parent  e76fceaf84fc66f697ba67e4f680c3743e9fdf87
# Parent  8025cb45c31a49d44973e6665b2613521ff17962
Merged

diff -r e76fceaf84fc -r 8bdb84aa9541 backend/doc/annotation-types.xml
--- a/backend/doc/annotation-types.xml	Mon May 06 18:52:03 2013 +0200
+++ b/backend/doc/annotation-types.xml	Mon May 06 18:53:09 2013 +0200
@@ -20,7 +20,9 @@
         <type name="Staatsgrenze"/>
         <type name="Staat"/>
         <type name="WSA"/>
-        <type name="Zufluß"/>
+        <type name="Zufluss"/>
+	<type name="Quelle"/>
+	<type name="Senke"/>
         <type name="Sonstige" default="true"/>
     </types>
 
@@ -32,13 +34,16 @@
         <file pattern="^Pegel$" type="Pegel"/>
         <file pattern="^Wehr$" type="Stauwehr"/>
         <file pattern="^Stauwehr$" type="Stauwehr"/>
-        <file pattern="^Zufluß$" type="Zufluß"/>
+        <file pattern="^Zufluß$" type="Zufluss"/>
+        <file pattern="^Zufluss$" type="Zufluss"/>
 
-        <line pattern="^Abz\.?[:\s].*$" type="Abzweigung"/>
+        <line pattern="^Deich.*$" type="Deich"/>
+        <line pattern="^Abz.?[:\s].*$" type="Abzweigung"/>
         <line pattern="^Berechnungsstrecke.*$" type="Berechnungsstrecke"/>
         <line pattern="^Brücke[:\s].*$" type="Brücke"/>
         <line pattern="^Bundesland[:\s].*$" type="Bundesland"/>
         <line pattern="^Einmündung[:\s].*$" type="Einmündung"/>
+        <line pattern="^Mündung[:\s].*$" type="Einmündung"/>
         <line pattern="^Fähre[:\s].*$" type="Abzweigung"/>
         <line pattern="^Gemeinde[:\s].*$" type="Gemeinde"/>
         <line pattern="^Grenze[:\s].*$" type="Grenze"/>
@@ -48,11 +53,15 @@
         <line pattern="^Meldestelle[:\s].*$" type="Meldestelle"/>
         <line pattern="^Messstelle[:\s].*$" type="Messstelle"/>
         <line pattern="^Geschiebemessstelle[:\s].*$" type="Messstelle"/>
+        <line pattern="^Schwebstoffmessstelle[:\s].*$" type="Messstelle"/>
         <line pattern="^Pegel[:\s].*$" type="Pegel"/>
         <line pattern="^Staatsgrenze[:\s].*$" type="Staatsgrenze"/>
         <line pattern="^Staat[:\s].*$" type="Staat"/>
         <line pattern="^Wehr[:\s].*$" type="Stauwehr"/>
         <line pattern="^WSA[:\s].*$" type="WSA"/>
-        <line pattern="^Zufluß[:\s].*$" type="Zufluß"/>
+        <line pattern="^Zufluß[:\s].*$" type="Zufluss"/>
+        <line pattern="^Zufluss[:\s].*$" type="Zufluss"/>
+	<line pattern="^Quelle[:\s].*$" type="Quelle"/>
+	<line pattern="^Senke[:\s].*$" type="Senke"/>
     </patterns>
 </annotation>


More information about the Dive4elements-commits mailing list