Mercurial > mxd2map
comparison ChangeLog @ 87:7d4cf2db43f1
Added new writer classes to be flexible in creating mapfiles.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Tue, 31 May 2011 17:54:43 +0200 |
parents | e19c5eb43099 |
children | df2eb0e7d229 |
comparison
equal
deleted
inserted
replaced
86:e19c5eb43099 | 87:7d4cf2db43f1 |
---|---|
1 2011-05-31 Raimund Renkert <raimund.renkert@intevation.de> | |
2 | |
3 * src/java/de/intevation/mxd/writer/IWriter.java, | |
4 src/java/de/intevation/mxd/writer/MapScriptWriter.java: | |
5 Use the new classes to write the mapfile. Changed exception | |
6 handling(TODO: catch all exceptions in the writer). | |
7 | |
8 * src/java/de/intevation/mxd/writer/MarkerStyleWriter.java: | |
9 New. Write the styles for marker symbols. | |
10 | |
11 * src/java/de/intevation/mxd/writer/SymbolWriter.java: | |
12 New. Write symbols to the mapfile. | |
13 | |
1 2011-05-31 Raimund Renkert <raimund.renkert@intevation.de> | 14 2011-05-31 Raimund Renkert <raimund.renkert@intevation.de> |
2 | 15 |
3 * src/java/de/intevation/mxd/Converter.java: | 16 * src/java/de/intevation/mxd/Converter.java: |
4 Instantiate the mapscript writer before loading the MXD file. | 17 Instantiate the mapscript writer before loading the MXD file. |
5 This is necessary because the ArcGIS-API changes the working directory | 18 This is necessary because the ArcGIS-API changes the working directory |