Mercurial > mxd2map
comparison ChangeLog @ 177:9fd61f4ac0e3
Write lines with width smaller than 1 and write further line attributes.
author | raimund renkert <raimund.renkert@intevation.de> |
---|---|
date | Thu, 07 Jul 2011 15:05:08 +0200 |
parents | d95dbd643add |
children | d10d5f560b1a |
comparison
equal
deleted
inserted
replaced
176:d95dbd643add | 177:9fd61f4ac0e3 |
---|---|
1 2011-07-07 Raimund Renkert <raimund.renkert@intevation.de> | |
2 | |
3 * src/java/de/intevation/mxd/writer/LineStyleWriter.java: | |
4 Set line width to 1 if the width is smaller than 1 in mxd file and | |
5 write further line attributes to the style object. | |
6 | |
1 2011-07-07 Raimund Renkert <raimund.renkert@intevation.de> | 7 2011-07-07 Raimund Renkert <raimund.renkert@intevation.de> |
2 | 8 |
3 * src/java/de/intevation/mxd/writer/SymbolWriter.java: | 9 * src/java/de/intevation/mxd/writer/SymbolWriter.java: |
4 Removed superfluous style object from writer. | 10 Removed superfluous style object from writer. |
5 | 11 |