Mercurial > mxd2map
comparison ChangeLog @ 95:1ae8e05b863f
Use the line style writer to write simple lines and marker lines.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Wed, 01 Jun 2011 14:07:56 +0200 |
parents | 273e49f51cfb |
children | c285ed08b72c |
comparison
equal
deleted
inserted
replaced
94:273e49f51cfb | 95:1ae8e05b863f |
---|---|
1 2011-06-01 Raimund Renkert <raimund.renkert@intevation.de> | |
2 | |
3 * src/java/de/intevation/mxd/writer/MapScriptWriter.java: | |
4 Use the line style writer to write simple lines and marker lines. | |
5 | |
6 * src/java/de/intevation/mxd/writer/LineStyleWriter.java: | |
7 New. Writes line styles to the mapfile. | |
8 | |
1 2011-06-01 Raimund Renkert <raimund.renkert@intevation.de> | 9 2011-06-01 Raimund Renkert <raimund.renkert@intevation.de> |
2 | 10 |
3 * src/java/de/intevation/mxd/reader/CharacterMarkerSymbolReader.java: | 11 * src/java/de/intevation/mxd/reader/CharacterMarkerSymbolReader.java: |
4 Read and convert the symbol color and convert to integer. | 12 Read and convert the symbol color and convert to integer. |
5 | 13 |