[Dive4elements-commits] [PATCH] some additions and adjustments to annotation types
Wald Commits
scm-commit at wald.intevation.org
Mon May 6 18:43:16 CEST 2013
# HG changeset patch
# User Tom Gottfried <tom.gottfried at intevation.de>
# Date 1367858593 -7200
# Node ID 8025cb45c31a49d44973e6665b2613521ff17962
# Parent 0c61dba8c0de53707b45c28643b7c9801b226819
some additions and adjustments to annotation types
diff -r 0c61dba8c0de -r 8025cb45c31a backend/doc/annotation-types.xml
--- a/backend/doc/annotation-types.xml Mon May 06 17:53:22 2013 +0200
+++ b/backend/doc/annotation-types.xml Mon May 06 18:43:13 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