Bug 962

Summary: [MS4W package] wmsparse configuration is wrong
Product: Chameleon Reporter: Bart van den Eijnden <bartvde@osgis.nl>
Component: MS4W packageAssignee: chameleon-dev <chameleon-dev@lists.maptools.org>
Status: RESOLVED FIXED    
Severity: critical    
Priority: P2    
Version: 2.0   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

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.