Mercurial > mxd2map
diff ChangeLog @ 142:f98d2759e494
Merged with Stephans commits.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Mon, 27 Jun 2011 16:23:51 +0200 |
parents | 0ebaec057f15 8f30f7e802d6 |
children | ad3f540fd1c3 |
line wrap: on
line diff
--- a/ChangeLog Fri Jun 24 10:29:44 2011 +0200 +++ b/ChangeLog Mon Jun 27 16:23:51 2011 +0200 @@ -1,3 +1,16 @@ +2011-06-27 Raimund Renkert <raimund.renkert@intevation.de> + + * src/java/de/intevation/mxd/writer/MapScriptWriter.java: + Write symbol styles in reverse order to the mapfile. + + * src/java/de/intevation/mxd/writer/LineStyleWriter.java, + src/java/de/intevation/mxd/writer/MarkerStyleWriter.java: + Create the symbol first, then set symbolname for style. + + * src/java/de/intevation/mxd/writer/SymbolWriter.java: + Test if symbol exists. If not exists, write new symbol with new + name. + 2011-06-24 Stephan Holl <stephan.holl@intevation.de> * INSTALL.txt: added a hint how to install the converter and its @@ -9,6 +22,7 @@ 2011-06-24 Stephan Holl <stephan.holl@intevation.de> + * doku/Makefile, doku/source/conf.py, doku/source/index.rst, doku/source/restrictions.rst: New. added stub for creating a documentation.