Mercurial > mxd2map
comparison ChangeLog @ 153:7ed49420ee5a
Changed min scale and max scale in writer.
author | vc11884admin@VC11884.win.bsh.de |
---|---|
date | Thu, 30 Jun 2011 14:31:01 +0200 |
parents | 8a87c796bf47 |
children | 87afe66f7d88 |
comparison
equal
deleted
inserted
replaced
152:8a87c796bf47 | 153:7ed49420ee5a |
---|---|
1 2011-06-30 Raimund Renkert <raimund.renkert@intevation.de> | |
2 | |
3 * src/java/de/intevation/mxd/writer/MapScriptWriter.java: | |
4 Changed min and max scale. Mapserver uses MAXSCALEDENOM to set the | |
5 upper bound for drawing a layer, ArcGIS uses the min scale to set | |
6 this bound. | |
7 | |
1 2011-06-30 Raimund Renkert <raimund.renkert@intevation.de> | 8 2011-06-30 Raimund Renkert <raimund.renkert@intevation.de> |
2 | 9 |
3 * src/java/de/intevation/mxd/writer/MapScriptWriter.java: | 10 * src/java/de/intevation/mxd/writer/MapScriptWriter.java: |
4 Write a ">=" expression operator for the first minimum value | 11 Write a ">=" expression operator for the first minimum value |
5 expression. | 12 expression. |