Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 919 Bytes

README.md

File metadata and controls

40 lines (24 loc) · 919 Bytes

mod_oems

OnEarth module that acts as a wrapper around Mapserver that allows for WMS and WFS requests. Mapserver must be installed in order for the module to function properly.

Build

To build the module:

cd onearth/src/modules/mod_oems
make

Install

Copy the module files into your Apache modules directory.

cp onearth/src/modules/mod_oems/.libs/mod_oems.so {APACHE_HOME}/modules/

Edit the Apache httpd.conf and include the following:

LoadModule oems_module modules/mod_oems.so

Apache Config Directives:

MapfileDir: Location on the server of the Mapserver mapfiles.

DefaultMapfile: Filename of the default mapfile to use relative to MapfileDir.

See Apache Configuration for more details on configuration.

Contact

Contact us by sending an email to support@earthdata.nasa.gov