Map files written using the NCSA format contain six keywords: default, point, circle, oval, rect, and poly. When a user makes a selection, shapes are checked in the order they appear in the file. Lines beginning with # are comment lines, ignored by the server. The beginning of each line is checked for a keyword along with its appropriate syntax:
default URL URL should be in the first line and must be set unless there are points defined.
point URL x,y circle URL x1,y1 x2,y2 x1,y1 and a point x2,y2 on its edge.
rect URL x1,y1 x2,y2 x1,y1 and bottom-right x2,y2 corners.
poly URL x1,y1 ... xn,yn A URL can be either a full URL (access method, host name, and path) or a partial URL. A partial URL must always begin with a slash, and refers to a URL on the local host.
The file ncsa-shapes.ncsa-map specifies the configuration information for this image-map.
Christopher R. Vincent -- Christopher_Vincent@nospam.alum.mit.edu