Mercurial > mxd2map
diff ChangeLog @ 321:b6c0fbae16dc
Expand Graphics Layer Support
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Thu, 20 Sep 2012 17:58:29 +0200 |
parents | 5a2b5bc066eb |
children | 40442cbfbcc7 |
line wrap: on
line diff
--- a/ChangeLog Thu Sep 20 13:01:33 2012 +0200 +++ b/ChangeLog Thu Sep 20 17:58:29 2012 +0200 @@ -1,3 +1,17 @@ +2012-09-20 Andre Heinecke <aheinecke@intevation.de> + + Expand Graphics Layer Support + + * src/java/de/intevation/mxd/reader/CompositeGraphicsLayerReader.java: + Reduce debug output verbosity, add support for GraphicsSubLayer, add + classId for elements + + * src/java/de/intevation/mxd/reader/GraphicsSubLayerReader.java: + New. Class to read Graphics sublayers and their elements + + * src/java/de/intevation/mxd/writer/MapScriptWriter.java: + Write classId for Elements as feature attribute. + 2012-09-20 Andre Heinecke <aheinecke@intevation.de> Implement Label Styles and Labels with background