Mercurial > mxd2map
comparison ChangeLog @ 165:87afe66f7d88
Merged with raimunds changes
author | Stephan Holl <stephan.holl@intevation.de> |
---|---|
date | Thu, 30 Jun 2011 14:59:44 +0200 |
parents | f4ad6a74e4ef 7ed49420ee5a |
children | 51c99594346e |
comparison
equal
deleted
inserted
replaced
164:ba2252ceb6f9 | 165:87afe66f7d88 |
---|---|
1 2011-06-29 Stephan Holl <stephan.holl@intevation.de> | 1 2011-06-29 Stephan Holl <stephan.holl@intevation.de> |
2 | |
3 * ttf-fonts/DejaVuSans.ttf: New. | 2 * ttf-fonts/DejaVuSans.ttf: New. |
4 * ttf-fonts/fonts.txt: Added FreeSans-Font as fallback for | 3 * ttf-fonts/fonts.txt: Added FreeSans-Font as fallback for |
5 displaying Labels | 4 displaying Labels |
5 | |
6 2011-06-30 Raimund Renkert <raimund.renkert@intevation.de> | |
7 | |
8 * src/java/de/intevation/mxd/writer/MapScriptWriter.java: | |
9 Changed min and max scale. Mapserver uses MAXSCALEDENOM to set the | |
10 upper bound for drawing a layer, ArcGIS uses the min scale to set | |
11 this bound. | |
12 | |
13 2011-06-30 Raimund Renkert <raimund.renkert@intevation.de> | |
14 | |
15 * src/java/de/intevation/mxd/writer/MapScriptWriter.java: | |
16 Write a ">=" expression operator for the first minimum value | |
17 expression. | |
18 | |
19 2011-06-30 Raimund Renkert <raimund.renkert@intevation.de> | |
20 | |
21 * src/java/de/intevation/mxd/reader/UniqueValueRendererReader.java: | |
22 Read all classes with this reader, including the last one. | |
23 | |
24 2011-06-29 Raimund Renkert <raimund.renkert@intevation.de> | |
25 | |
26 * src/java/de/intevation/mxd/reader/SimpleLineSymbolReader.java: | |
27 Read transparency from symbol color. | |
28 | |
29 * src/java/de/intevation/mxd/writer/FillStyleWriter.java: | |
30 Write outline in the same color as the fill if the outline width < 1 | |
31 and outline is transparent. | |
32 | |
33 2011-06-29 Raimund Renkert <raimund.renkert@intevation.de> | |
34 | |
35 * src/java/de/intevation/mxd/reader/MXDReader.java: | |
36 Read layers of type GroupLayer. | |
37 | |
38 * src/java/de/intevation/mxd/reader/GroupLayerReader.java: | |
39 New. Reads all layers in a group layer. | |
40 | |
41 * src/java/de/intevation/mxd/writer/MapScriptWriter.java: | |
42 Write group name for layer to mapfile if a group layer is used in | |
43 the MXD. | |
44 | |
45 2011-06-29 Raimund Renkert <raimund.renkert@intevation.de> | |
46 | |
47 * src/java/de/intevation/mxd/writer/LineStyleWriter.java: | |
48 A symbol name is written to the mapfile only if it is a marker | |
49 symbol. | |
6 | 50 |
7 2011-06-29 Stephan Holl <stephan.holl@intevation.de> | 51 2011-06-29 Stephan Holl <stephan.holl@intevation.de> |
8 | 52 |
9 * mxd/Styles/label/*: Added two examples to show basic labeling | 53 * mxd/Styles/label/*: Added two examples to show basic labeling |
10 within an MXD. More will not be supported though. | 54 within an MXD. More will not be supported though. |