Mercurial > mxd2map
comparison 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 |
comparison
equal
deleted
inserted
replaced
140:0ebaec057f15 | 142:f98d2759e494 |
---|---|
1 2011-06-27 Raimund Renkert <raimund.renkert@intevation.de> | |
2 | |
3 * src/java/de/intevation/mxd/writer/MapScriptWriter.java: | |
4 Write symbol styles in reverse order to the mapfile. | |
5 | |
6 * src/java/de/intevation/mxd/writer/LineStyleWriter.java, | |
7 src/java/de/intevation/mxd/writer/MarkerStyleWriter.java: | |
8 Create the symbol first, then set symbolname for style. | |
9 | |
10 * src/java/de/intevation/mxd/writer/SymbolWriter.java: | |
11 Test if symbol exists. If not exists, write new symbol with new | |
12 name. | |
13 | |
1 2011-06-24 Stephan Holl <stephan.holl@intevation.de> | 14 2011-06-24 Stephan Holl <stephan.holl@intevation.de> |
2 | 15 |
3 * INSTALL.txt: added a hint how to install the converter and its | 16 * INSTALL.txt: added a hint how to install the converter and its |
4 requirements. | 17 requirements. |
5 * doku/source/conf.py, doku/source/INSTALL.txt, | 18 * doku/source/conf.py, doku/source/INSTALL.txt, |
6 doku/source/index.txt,doku/source/restrictions.txt, | 19 doku/source/index.txt,doku/source/restrictions.txt, |
7 doku/source/index.rst,doku/source/restrictions.rst: renamed .rst to | 20 doku/source/index.rst,doku/source/restrictions.rst: renamed .rst to |
8 .txt, linked INSTALL.txt from root into the docs. | 21 .txt, linked INSTALL.txt from root into the docs. |
9 | 22 |
10 2011-06-24 Stephan Holl <stephan.holl@intevation.de> | 23 2011-06-24 Stephan Holl <stephan.holl@intevation.de> |
24 | |
11 | 25 |
12 * doku/Makefile, doku/source/conf.py, doku/source/index.rst, | 26 * doku/Makefile, doku/source/conf.py, doku/source/index.rst, |
13 doku/source/restrictions.rst: New. added stub for creating a | 27 doku/source/restrictions.rst: New. added stub for creating a |
14 documentation. | 28 documentation. |
15 | 29 |