Mercurial > mxd2map
comparison src/java/de/intevation/mxd/writer/MapScriptWriter.java @ 324:5e7e6d99f997
Make mapserver install location version independent
* src/java/de/intevation/mxd/writer/MapScriptWriter.java,
mxd/connections/SDE/sde_areas.txt,
contrib/installer/bin/ms_6.1-dev/Readme.txt,
contrib/installer/bin/MXD2map-Shell.bat,
INSTALL.txt HowTo-Release.txt: Make mapserver install location
version independent s/ms-6.1-dev/mapserver/g
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Mon, 15 Oct 2012 09:02:01 +0000 |
parents | 40442cbfbcc7 |
children | da60e3ac2b5d |
comparison
equal
deleted
inserted
replaced
323:4051c39757db | 324:5e7e6d99f997 |
---|---|
71 */ | 71 */ |
72 private Document root; | 72 private Document root; |
73 private mapObj map; | 73 private mapObj map; |
74 private MapScriptUtils msutils; | 74 private MapScriptUtils msutils; |
75 private String mapFilename; | 75 private String mapFilename; |
76 private String MS_BINDIR = "c:/ms_6.1-dev/bin"; | 76 private String MS_BINDIR = "c:/mapserver/bin"; |
77 private String prefix = ""; | 77 private String prefix = ""; |
78 private MS_UNITS units = MS_UNITS.MS_METERS; | 78 private MS_UNITS units = MS_UNITS.MS_METERS; |
79 | 79 |
80 /** | 80 /** |
81 * Default constructor. | 81 * Default constructor. |