OnEarth module for leveraging time snapping from Mapserver requests.
To build the module:
cd onearth/src/modules/mod_oemstime
make
Copy the module files into your Apache modules directory.
cp onearth/src/modules/mod_oemstime/.libs/mod_oemstime.so {APACHE_HOME}/modules/
Edit the Apache httpd.conf and include the following:
LoadModule oemstime_module modules/mod_oemstime.so
Apache Config Directives:
TWMSServiceURL
: Internal URL of OnEarth Tiled-WMS endpoint for time snapping. {SRS}
keyword will automatically be replaced by the EPSG code in a request.
See Apache Configuration for more details on configuration.
mod_oemstime
utilizes the mod_onearth
time snapping features for imagery layers that take place across specific time periods. For more information, look at Time Snapping.
Contact us by sending an email to [email protected]