#!/bin/csh -f
echo "Content-type: text/html"
echo ""

cat <<XXstuffXX

<b>Description of the map projections available</b><p>
<pre>
  mercator      preserves shapes & direction
  equicylinder  simple to make, preserves North-South distance
  areacylinder  preserves area
  gnomic        great circles become straight lines
  equiplanar    preserves distance from center point
  areaplanar    preserves area
  stereographic projection from antipode onto tangent
  sinusoidal    preserves area
  hammer        preserves area
  peters        woce
  lambert       preserves area, ellipse
  orthographic  3-D 1-hemisphere; only center not distorted
</pre>
XXstuffXX
