Mercurial > dive4elements > river
comparison flys-artifacts/src/main/java/de/intevation/flys/utils/GeometryUtils.java @ 5540:25c2505df28f
Merged
author | Christian Lins <christian.lins@intevation.de> |
---|---|
date | Wed, 03 Apr 2013 16:00:21 +0200 |
parents | fd07bcaff880 |
children |
comparison
equal
deleted
inserted
replaced
5539:8d0af912351c | 5540:25c2505df28f |
---|---|
71 | 71 |
72 return max; | 72 return max; |
73 } | 73 } |
74 } | 74 } |
75 catch(HibernateException iae) { | 75 catch(HibernateException iae) { |
76 logger.warn("No vaild river axis forund for " + rivername); | 76 logger.warn("No vaild river axis found for " + rivername); |
77 return null; | 77 return null; |
78 } | 78 } |
79 logger.warn("No vaild river axis found for " + rivername); | |
79 | 80 |
80 return null; | 81 return null; |
81 } | 82 } |
82 | 83 |
83 public static String getRiverBounds(String rivername) { | 84 public static String getRiverBounds(String rivername) { |