Mercurial > mxd2map
comparison ChangeLog @ 259:8fe9ccc77962
Introduced a MapScript helper class and improved metadata handling.
author | raimund renkert <raimund.renkert@intevation.de> |
---|---|
date | Tue, 16 Aug 2011 13:09:57 +0200 |
parents | 4bae15d560d3 |
children | 10e0aa283217 |
comparison
equal
deleted
inserted
replaced
258:4bae15d560d3 | 259:8fe9ccc77962 |
---|---|
1 2011-08-16 Raimund Renkert <raimund.renkert@intevation.de> | |
2 | |
3 * src/java/de/intevation/mxd/writer/MapScriptWriter.java: | |
4 Improved metadata handling and moved the string manipulation methods | |
5 to new class MapScriptUtils. | |
6 | |
7 * src/java/de/intevation/mxd/utils/MapScriptUtils.java: | |
8 New. Moved string manipulation methods to this class and implemented | |
9 a method to read metadata from map objects without running into not | |
10 catchable errors. | |
11 | |
1 2011-08-15 Raimund Renkert <raimund.renkert@intevation.de> | 12 2011-08-15 Raimund Renkert <raimund.renkert@intevation.de> |
2 | 13 |
3 * src/java/de/intevation/mxd/writer/MapScriptWriter.java: | 14 * src/java/de/intevation/mxd/writer/MapScriptWriter.java: |
4 Fixed encoding problem with german umlauts. | 15 Fixed encoding problem with german umlauts. |
5 | 16 |