Mercurial > dive4elements > river
diff backend/doc/annotation-types.xml @ 8406:6ae0c5116d58
Distinguish between types of measurement stations and filter appropriately (plus minor cleanup in related classes).
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Tue, 14 Oct 2014 12:41:37 +0200 |
parents | c2528febac2a |
children |
line wrap: on
line diff
--- a/backend/doc/annotation-types.xml Mon Oct 13 17:22:52 2014 +0200 +++ b/backend/doc/annotation-types.xml Tue Oct 14 12:41:37 2014 +0200 @@ -15,6 +15,8 @@ <type name="Landkreis"/> <type name="Meldestelle"/> <type name="Messstelle"/> + <type name="Geschiebemessstelle"/> + <type name="Schwebstoffmessstelle"/> <type name="Pegel"/> <type name="Stauwehr"/> <type name="Staatsgrenze"/> @@ -54,8 +56,10 @@ <line pattern="^Landkreis[:\s].*$" type="Landkreis"/> <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="^Geschiebemessstelle[:\s].*$" + type="Geschiebemessstelle"/> + <line pattern="^Schwebstoffmessstelle[:\s].*$" + type="Schwebstoffmessstelle"/> <line pattern="^Pegel[:\s].*$" type="Pegel"/> <line pattern="^Staatsgrenze[:\s].*$" type="Staatsgrenze"/> <line pattern="^Staat[:\s].*$" type="Staat"/>