diff flys-artifacts/src/main/java/de/intevation/flys/artifacts/services/DistanceInfoService.java @ 3071:9136fc8f35f0

Changed filter string to 'Messstelle' in minfo S-Q relation. flys-artifacts/trunk@4661 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Raimund Renkert <raimund.renkert@intevation.de>
date Thu, 14 Jun 2012 12:11:30 +0000
parents df4d6b286af8
children
line wrap: on
line diff
--- a/flys-artifacts/src/main/java/de/intevation/flys/artifacts/services/DistanceInfoService.java	Thu Jun 14 07:57:36 2012 +0000
+++ b/flys-artifacts/src/main/java/de/intevation/flys/artifacts/services/DistanceInfoService.java	Thu Jun 14 12:11:30 2012 +0000
@@ -90,7 +90,7 @@
             if ("locations".equals(name)) return FastAnnotations.IS_POINT;
             if ("distances".equals(name)) return FastAnnotations.IS_RANGE;
             if ("measuringpoint".equals(name))
-                return new FastAnnotations.NameFilter("Geschiebemessstelle");
+                return new FastAnnotations.NameFilter("Messstelle");
         }
 
         return FastAnnotations.ALL;

http://dive4elements.wald.intevation.org