Bug 436 - [ms4w-base] include s57 support files
: [ms4w-base] include s57 support files
Status: RESOLVED FIXED
: MS4W
Base
: unspecified
: PC Windows XP
: P2 enhancement
: ---
Assigned To:
:
:
:
:
:
  Show dependency treegraph
 
Reported: 2004-06-03 19:59 by
Modified: 2004-10-08 14:18 (History)


Attachments


Note

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


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