Bug 962 - [MS4W package] wmsparse configuration is wrong
: [MS4W package] wmsparse configuration is wrong
Status: RESOLVED FIXED
: Chameleon
MS4W package
: 2.0
: PC Windows XP
: P2 critical
: ---
Assigned To:
:
:
:
:
:
  Show dependency treegraph
 
Reported: 2005-02-16 08:25 by
Modified: 2005-03-02 12:35 (History)


Attachments


Note

You need to log in before you can comment on or make changes to this bug.


Description From 2005-02-16 08:25:31
In the Chameleon 2.0 MS4W package, the wmsparse configuration parameter has a
Unix value.

Should be:

    <context-param>
        <param-name>wms_parse_file</param-name>
       
<param-value>/ms4w/apps/chameleon/htdocs/common/wmsparse/win32/wmsparse.exe</param-value>
        <description>Full file path to the binary wms parser executable
('/path/to/wmsparse' on Unix, '/path/to/wmsparse.exe' on Windows).  Leave empty
to use the built in PHP parser (slower and obsolete).</description>
    </context-param>
------- Comment #1 From 2005-03-02 12:35:37 -------
modified wmsparse config parameter, and uploaded 'chameleon_ms4w-2.0.zip' to
MapTools.  new file should be available shortly for download.