comparison flys-artifacts/src/main/java/de/intevation/flys/exports/LongitudinalSectionGenerator.java @ 2184:fc86fcfe503e

Only add one legend item for manual point themes. flys-artifacts/trunk@3788 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Fri, 27 Jan 2012 11:19:16 +0000
parents a79d5cd26083
children 7bac5afb9892
comparison
equal deleted inserted replaced
2183:a79d5cd26083 2184:fc86fcfe503e
654 } 654 }
655 catch(JSONException e){ 655 catch(JSONException e){
656 logger.error("Could not decode json."); 656 logger.error("Could not decode json.");
657 } 657 }
658 658
659 FLYSAnnotation annotations = new FLYSAnnotation(seriesName, null, null, theme); 659 FLYSAnnotation annotations = new FLYSAnnotation(null, null, null, theme);
660 annotations.setTextAnnotations(xy); 660 annotations.setTextAnnotations(xy);
661 661
662 doAnnotations(annotations, null, theme, visible); 662 doAnnotations(annotations, null, theme, visible);
663 addAxisSeries(series, YAXIS.W.idx, visible); 663 addAxisSeries(series, YAXIS.W.idx, visible);
664 } 664 }

http://dive4elements.wald.intevation.org