Mercurial > mxd2map
comparison INSTALL.txt @ 290:e6e5eaf431ac
added some hints about MapServer and SDE-libs
author | Stephan Holl <stephan.holl@intevation.de> |
---|---|
date | Tue, 03 Apr 2012 10:48:41 +0200 |
parents | 00a39e8b6eed |
children | 6e5fce16b495 |
comparison
equal
deleted
inserted
replaced
289:cdf8e75dc2e1 | 290:e6e5eaf431ac |
---|---|
113 | 113 |
114 | 114 |
115 Install Apache Webserver | 115 Install Apache Webserver |
116 ------------------------ | 116 ------------------------ |
117 | 117 |
118 .. important:: | |
119 If you are using `MS4W <http://www.maptools.org/ms4w/>`_, the following install instruction does not | |
120 help. MS4W does not provide the neede version to run MXD2map, though it | |
121 can be used to preview the `resulting` mapfiles! | |
122 | |
118 If you will be able to display the resulting mapfiles directly you need to | 123 If you will be able to display the resulting mapfiles directly you need to |
119 install a webserver like Apache2 and the UMN MapServer CGI-file | 124 install a webserver like Apache2 and the UMN MapServer CGI-file |
120 ``mapserv.exe``. | 125 ``mapserv.exe``. |
121 | 126 |
122 Install Apache webserver by exedcuting the .msi-file and follow the | 127 Install Apache webserver by exedcuting the .msi-file and follow the |
156 # set GDAL_DATA environment variable to location of supporting gdal files | 161 # set GDAL_DATA environment variable to location of supporting gdal files |
157 SetEnv GDAL_DATA "c:/ms_6.1-dev/bin/gdaldata" | 162 SetEnv GDAL_DATA "c:/ms_6.1-dev/bin/gdaldata" |
158 | 163 |
159 # set GDAL_DRIVER_PATH environment variable for gdal plugins | 164 # set GDAL_DRIVER_PATH environment variable for gdal plugins |
160 SetEnv GDAL_DRIVER_PATH "c:/ms_6.1-dev/bin/gdal/plugins" | 165 SetEnv GDAL_DRIVER_PATH "c:/ms_6.1-dev/bin/gdal/plugins" |
166 | |
167 #. Optional: Add your proprietary DLLs to ``c:/ms_6.1-dev/bin`` for Oracle, SDE etc. | |
161 | 168 |
162 | 169 |
163 Configure Logging | 170 Configure Logging |
164 ----------------- | 171 ----------------- |
165 | 172 |