Configuring and running an MIT Orthophoto Server

NOTE: This page has been updated in April, 2003 with scripts that add compliance to the OpenGIS Consortium's WMS 1.1.1 specification!

Once you've preprocessed your image series as described earlier, you're ready to run your MIT OrthoServer on them. This page explains how.

Required external components

Perl scripts for real-time image server

You'll need to install two Perl scripts somewhere in your Web tree, orthoserver.cgi and orthoclient.cgi. As their names imply, orthoserver.cgi does the work of handling requests for images and sending back the appropriate image or error message to the client. The other script, orthoclient.cgi, creates a simple HTML user interface for panning, zooming and downloading your imagery.

a. orthoserver.cgi

b. orthoclient.cgi

3. Running the imagery server

4. Additional optional components