Bug 436

Summary: [ms4w-base] include s57 support files
Product: MS4W Reporter: Paul Spencer <pspencer@dmsolutions.ca>
Component: BaseAssignee: Paul Spencer <pspencer@dmsolutions.ca>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description From 2004-06-03 19:59:14
ms4w needs to include the gdal data directory (s57 support files, dgn write
support files etc) and set an environment variable in the Apache configuration
so that mapserver can properly recognize s57 files.
------- Comment #1 From 2004-06-04 09:59:16 -------
paul, i may do this for the conference MS4W...i will setenv to
/ms4w/openev_fw/data in httpd.conf...good idea
------- Comment #2 From 2004-06-04 12:16:11 -------
I'm gonna do this in a more generic way for ms4w that won't require openev_fw
for the next release, but it would be great just to know that it will work!
------- Comment #3 From 2004-07-19 14:30:33 -------
v0.9 contains the required csv files for s57 support in
/ms4w/tools/ogr-utils/s57.  A SetEnv was added in the httpd.conf:

    SetEnv GDAL_DATA "/ms4w/tools/ogr-utils"

Also, to properly run ogrinfo on the s57 data, a setenv.bat file is included
(with instructions) that also sets the GDAL_DATA environment variable.

This is not elegant, but it works.  Can I mark this as fixed?
------- Comment #4 From 2004-10-08 14:18:19 -------
yes