This file maps regions to URL's for the given image. #Lines beginning with # are comments. Every other non-blank line consists of #the following: #method url coord1 coord2 ... coordn #coord are each coordinates, format x,y. The number 'n' depends on method. # #method is one of the following: # default # For the default Url. Coordinates: none # circle # For a circle. Coordinates: center edgepoint # poly # For a polygon of at most 100 vertices. Each coordinate is a vertex. # rect # For a rectangle. Coordinates: upper-left lower-right # point # For closest to a point. Coordinate: thePoint # #url is one of the following: # a virtual pathname to a file on your server (i.e. a URL to your server # without the http://hostname part) # a URL # #Notes: # # each method is evaluated in the order it is placed in the configuration # file. If you have overlapping areas, such as a circle inside of a # rectangle, you should place whichever one you want evaluated first before # the other in the map file. In this case, we would put the circle before # the rectangle. # # Also note that it does not make sense to use the default method with the # point method because if even one point method is specified, anywhere you # click will be considered close to the point and the URL specified by # point will be serviced. default /skymorph/skymorph.html rect /skymorph/skymorph.html 0,0 236,60 rect /skymorph/skymorph.html 60,62 117,79 rect /skymorph/obs.html 124,62 236,79 rect /skymorph/cgi-bin/mobs.pl 243,62 359,79 rect mailto:tam@silk.gsfc.nasa.gov 374,62 449,79