Mercurial > mxd2map
changeset 149:07e2033dd60e
Merged with Stephans commit.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Wed, 29 Jun 2011 17:59:52 +0200 |
parents | 2bf35f0babd0 (current diff) e4a8c39985d7 (diff) |
children | 7b1433d3b574 |
files | ChangeLog |
diffstat | 5 files changed, 17 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Wed Jun 29 17:45:50 2011 +0200 +++ b/ChangeLog Wed Jun 29 17:59:52 2011 +0200 @@ -2,7 +2,7 @@ * src/java/de/intevation/mxd/reader/MXDReader.java: Read layers of type GroupLayer. - + * src/java/de/intevation/mxd/reader/GroupLayerReader.java: New. Reads all layers in a group layer. @@ -16,6 +16,11 @@ A symbol name is written to the mapfile only if it is a marker symbol. +2011-06-29 Stephan Holl <stephan.holl@intevation.de> + + * mxd/Styles/label/*: Added two examples to show basic labeling + within an MXD. More will not be supported though. + 2011-06-27 Raimund Renkert <raimund.renkert@intevation.de> * src/java/de/intevation/mxd/writer/FillStyleWriter.java,