Mercurial > dive4elements > river
changeset 5908:8bdb84aa9541
Merged
author | Sascha L. Teichmann <teichmann@intevation.de> |
---|---|
date | Mon, 06 May 2013 18:53:09 +0200 |
parents | e76fceaf84fc (current diff) 8025cb45c31a (diff) |
children | 6dfd967dcae9 |
files | |
diffstat | 1 files changed, 13 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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>