comparison 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
comparison
equal deleted inserted replaced
3070:6875120af2a2 3071:9136fc8f35f0
88 88
89 if (name != null) { 89 if (name != null) {
90 if ("locations".equals(name)) return FastAnnotations.IS_POINT; 90 if ("locations".equals(name)) return FastAnnotations.IS_POINT;
91 if ("distances".equals(name)) return FastAnnotations.IS_RANGE; 91 if ("distances".equals(name)) return FastAnnotations.IS_RANGE;
92 if ("measuringpoint".equals(name)) 92 if ("measuringpoint".equals(name))
93 return new FastAnnotations.NameFilter("Geschiebemessstelle"); 93 return new FastAnnotations.NameFilter("Messstelle");
94 } 94 }
95 95
96 return FastAnnotations.ALL; 96 return FastAnnotations.ALL;
97 } 97 }
98 98

http://dive4elements.wald.intevation.org