This is the legacy TWMS support module for OnEarth. This software is designed for serving OnEarth Tiled-WMS requests. This module enables the use of GetTileService requests.
To build the module:
cd onearth/src/modules/mod_oetwms
make
Copy the module files into your Apache modules directory.
cp onearth/src/modules/mod_onearth/.libs/mod_oetwms.so {APACHE_HOME}/modules/
Edit the Apache httpd.conf and include the following:
LoadModule oetwms_module modules/mod_oetwms.so
Apache Config Directives:
TWMSDirConfig
: Location of the getTileService XML file.
See Apache Configuration for more details on configuration.
mod_oetwms
is intended for use with mod_onearth.
Contact us by sending an email to [email protected]