diff src/main/java/de/intevation/lada/factory/OrtFactory.java @ 1238:a81de70d321d

Keep the potential details in a log file.
author Tom Gottfried <tom@intevation.de>
date Tue, 13 Dec 2016 20:32:00 +0100
parents 99e7ede1f37c
children dc7dde59bb54
line wrap: on
line diff
--- a/src/main/java/de/intevation/lada/factory/OrtFactory.java	Tue Dec 13 20:06:57 2016 +0100
+++ b/src/main/java/de/intevation/lada/factory/OrtFactory.java	Tue Dec 13 20:32:00 2016 +0100
@@ -83,6 +83,7 @@
             ort.setGeom(generateGeom(targetCoord.y, targetCoord.x));
         } catch (FactoryException |
                 TransformException e) {
+            logger.error(e.getMessage());
             ReportItem err = new ReportItem();
             err.setCode(672);
             err.setKey("coordinates");
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)