[Dive4elements-commits] [PATCH] Fixed type error in Annotation types

Wald Commits scm-commit at wald.intevation.org
Mon Jan 21 19:37:05 CET 2013


# HG changeset patch
# User Sascha L. Teichmann <teichmann at intevation.de>
# Date 1358793413 -3600
# Node ID 92ba5ffb8ba846742dec136e23f36a4740bff9d7
# Parent  cb4cc64144472ca7b52be881a1f969f8362fd170
Fixed type error in Annotation types.

diff -r cb4cc6414447 -r 92ba5ffb8ba8 flys-backend/doc/annotation-types.xml
--- a/flys-backend/doc/annotation-types.xml	Mon Jan 21 17:35:26 2013 +0100
+++ b/flys-backend/doc/annotation-types.xml	Mon Jan 21 19:36:53 2013 +0100
@@ -39,7 +39,7 @@
         <line pattern="^Brücke[:\s].*$" type="Brücke"/>
         <line pattern="^Bundesland[:\s].*$" type="Bundesland"/>
         <line pattern="^Einmündung[:\s].*$" type="Einmündung"/>
-        <line pattern="^Fähre[:\s].*$" type="Abzweig"/>
+        <line pattern="^Fähre[:\s].*$" type="Abzweigung"/>
         <line pattern="^Gemeinde[:\s].*$" type="Gemeinde"/>
         <line pattern="^Grenze[:\s].*$" type="Grenze"/>
         <line pattern="^Hafen[:\s].*$" type="Hafen"/>


More information about the Dive4elements-commits mailing list