diff flys-artifacts/src/main/java/de/intevation/flys/exports/ChartInfoGenerator.java @ 686:3dc61e00385e facets-slt

Merged with trunk and introduced hashing of computed values. flys-artifacts/branches/facets-slt@2126 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Wed, 15 Jun 2011 15:28:54 +0000
parents 913b52064449
children 45cd58a2a2bb
line wrap: on
line diff
--- a/flys-artifacts/src/main/java/de/intevation/flys/exports/ChartInfoGenerator.java	Wed Jun 08 13:03:21 2011 +0000
+++ b/flys-artifacts/src/main/java/de/intevation/flys/exports/ChartInfoGenerator.java	Wed Jun 15 15:28:54 2011 +0000
@@ -101,7 +101,8 @@
 
         chart.createBufferedImage(size[0], size[1], Transparency.BITMASK, info);
 
-        Document doc = InfoGeneratorHelper.createInfoDocument(chart, info);
+        InfoGeneratorHelper helper = new InfoGeneratorHelper(generator);
+        Document doc = helper.createInfoDocument(chart, info);
 
         XMLUtils.toStream(doc, out);
     }

http://dive4elements.wald.intevation.org