Mercurial > mxd2map
diff 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 |
line wrap: on
line diff
--- a/ChangeLog Mon Aug 15 15:52:30 2011 +0200 +++ b/ChangeLog Tue Aug 16 13:09:57 2011 +0200 @@ -1,3 +1,14 @@ +2011-08-16 Raimund Renkert <raimund.renkert@intevation.de> + + * src/java/de/intevation/mxd/writer/MapScriptWriter.java: + Improved metadata handling and moved the string manipulation methods + to new class MapScriptUtils. + + * src/java/de/intevation/mxd/utils/MapScriptUtils.java: + New. Moved string manipulation methods to this class and implemented + a method to read metadata from map objects without running into not + catchable errors. + 2011-08-15 Raimund Renkert <raimund.renkert@intevation.de> * src/java/de/intevation/mxd/writer/MapScriptWriter.java: