# HG changeset patch # User Stephan Holl # Date 1333442921 -7200 # Node ID e6e5eaf431acc950cd741e90a232a69f8409032c # Parent cdf8e75dc2e199e8197a56c6e4af28198d0e9dba added some hints about MapServer and SDE-libs diff -r cdf8e75dc2e1 -r e6e5eaf431ac INSTALL.txt --- a/INSTALL.txt Tue Apr 03 09:55:58 2012 +0200 +++ b/INSTALL.txt Tue Apr 03 10:48:41 2012 +0200 @@ -115,6 +115,11 @@ Install Apache Webserver ------------------------ +.. important:: + If you are using `MS4W `_, the following install instruction does not + help. MS4W does not provide the neede version to run MXD2map, though it + can be used to preview the `resulting` mapfiles! + If you will be able to display the resulting mapfiles directly you need to install a webserver like Apache2 and the UMN MapServer CGI-file ``mapserv.exe``. @@ -159,6 +164,8 @@ # set GDAL_DRIVER_PATH environment variable for gdal plugins SetEnv GDAL_DRIVER_PATH "c:/ms_6.1-dev/bin/gdal/plugins" +#. Optional: Add your proprietary DLLs to ``c:/ms_6.1-dev/bin`` for Oracle, SDE etc. + Configure Logging ----------------- diff -r cdf8e75dc2e1 -r e6e5eaf431ac doku/source/functionality.txt --- a/doku/source/functionality.txt Tue Apr 03 09:55:58 2012 +0200 +++ b/doku/source/functionality.txt Tue Apr 03 10:48:41 2012 +0200 @@ -102,7 +102,7 @@ * Datasources: - * ArcSDE vector database connections (requires MapServer built against ArcSDE, Client-dlls needed) + * ArcSDE vector database connections (requires MapServer built against ArcSDE, Client-dlls ``[sde.dll, sg.dll and pe.dll]`` needed) * ESRI-Shapefiles * Symbols: @@ -149,3 +149,4 @@ layernames to WMS-titles. This comes handy mostly in ArcGIS layergroups. +