Mercurial > mxd2map
comparison ChangeLog @ 175:f11d13940626
Handle symbol set and font set paths.
author | raimund renkert <raimund.renkert@intevation.de> |
---|---|
date | Thu, 07 Jul 2011 13:03:56 +0200 |
parents | 707f13cfba74 |
children | d95dbd643add |
comparison
equal
deleted
inserted
replaced
174:707f13cfba74 | 175:f11d13940626 |
---|---|
1 2011-07-07 Raimund Renkert <raimund.renkert@intevation.de> | |
2 | |
3 * src/java/de/intevation/mxd/writer/MapScriptWriter.java: | |
4 Set absolute font set path and replace all windows file separators | |
5 with "/" separators in paths. | |
6 | |
7 * src/java/de/intevation/mxd/writer/SymbolWriter.java: | |
8 Save the symbol set in the directory read from the template or in | |
9 the same directory as the mapfile if no symbol set was set in the | |
10 template. | |
11 | |
1 2011-07-06 Raimund Renkert <raimund.renkert@intevation.de> | 12 2011-07-06 Raimund Renkert <raimund.renkert@intevation.de> |
2 | 13 |
3 * src/java/de/intevation/mxd/Converter.java: | 14 * src/java/de/intevation/mxd/Converter.java: |
4 Use the new jargs library for commandline arguments. | 15 Use the new jargs library for commandline arguments. |
5 | 16 |