Mercurial > mxd2map
comparison ChangeLog @ 86:e19c5eb43099
Instantiate the mapscript writer before loading the MXD file.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Tue, 31 May 2011 15:37:19 +0200 |
parents | 04ea8a4972ff |
children | 7d4cf2db43f1 |
comparison
equal
deleted
inserted
replaced
85:04ea8a4972ff | 86:e19c5eb43099 |
---|---|
1 2011-05-31 Raimund Renkert <raimund.renkert@intevation.de> | |
2 | |
3 * src/java/de/intevation/mxd/Converter.java: | |
4 Instantiate the mapscript writer before loading the MXD file. | |
5 This is necessary because the ArcGIS-API changes the working directory | |
6 while loading the MXD file. | |
7 | |
1 2011-05-31 Raimund Renkert <raimund.renkert@intevation.de> | 8 2011-05-31 Raimund Renkert <raimund.renkert@intevation.de> |
2 | 9 |
3 * src/java/de/intevation/mxd/reader/AbstractSymbolReader.java: | 10 * src/java/de/intevation/mxd/reader/AbstractSymbolReader.java: |
4 Get the correct logger. | 11 Get the correct logger. |
5 | 12 |