Mercurial > dive4elements > river
diff flys-artifacts/ChangeLog @ 1858:94871b7ce9e9
CrossSectionApp: split curves in separated datasets to make them renderable with different renderers.
flys-artifacts/trunk@3207 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Thu, 10 Nov 2011 09:37:59 +0000 |
parents | 7fc87a67e6f7 |
children | 755d9763928f |
line wrap: on
line diff
--- a/flys-artifacts/ChangeLog Wed Nov 09 16:49:58 2011 +0000 +++ b/flys-artifacts/ChangeLog Thu Nov 10 09:37:59 2011 +0000 @@ -1,3 +1,13 @@ +2011-11-10 Sascha L. Teichmann <sascha.teichmann@intevation.de> + + * src/main/java/de/intevation/flys/artifacts/charts/CrossSectionApp.java: + Use separate XYDataset for each curve. This is needed because + "Raum/Flaeche" needs specialized renderers, which are not compatible + with the standard renderers. + + * src/main/java/de/intevation/flys/artifacts/CollectionMonitor.java: + Removed superfluous import. + 2011-11-09 Ingo Weinzierl <ingo@intevation.de> * src/main/java/de/intevation/flys/artifacts/WMSFloodplainArtifact.java: New