Mercurial > mxd2map
comparison ChangeLog @ 172:929e09649b08
Handle unknown projections.
author | vc11884admin@VC11884.win.bsh.de |
---|---|
date | Wed, 06 Jul 2011 15:51:43 +0200 |
parents | b9ee44070056 |
children | 0a1435aa33d8 |
comparison
equal
deleted
inserted
replaced
170:b9ee44070056 | 172:929e09649b08 |
---|---|
1 2011-07-06 Raimund Renkert <raimund.renkert@intevation.de> | |
2 | |
3 * src/java/de/intevation/mxd/writer/MapScriptWriter.java: | |
4 Do not write the projection if the EPSG code is 0. MapScript | |
5 verifies the projection before writing it to the mapfile. | |
6 | |
1 2011-07-06 Raimund Renkert <raimund.renkert@intevation.de> | 7 2011-07-06 Raimund Renkert <raimund.renkert@intevation.de> |
2 | 8 |
3 * src/java/de/intevation/mxd/reader/MapReader.java: | 9 * src/java/de/intevation/mxd/reader/MapReader.java: |
4 Read the projection as EPSG code from the MXD file. | 10 Read the projection as EPSG code from the MXD file. |
5 | 11 |