Mercurial > dive4elements > river
changeset 5906:8025cb45c31a
some additions and adjustments to annotation types
author | Tom Gottfried <tom.gottfried@intevation.de> |
---|---|
date | Mon, 06 May 2013 18:43:13 +0200 |
parents | 0c61dba8c0de |
children | 8bdb84aa9541 |
files | backend/doc/annotation-types.xml |
diffstat | 1 files changed, 13 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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>