Re: ISMAP coordinate tool

robm@ncsa.uiuc.edu (Rob McCool)
Message-id: <9310042017.AA19457@void.ncsa.uiuc.edu>
From: robm@ncsa.uiuc.edu (Rob McCool)
Date: Mon, 4 Oct 1993 15:17:16 -0500
In-Reply-To: Jim Davis <davis@dri.cornell.edu>
       "ISMAP coordinate tool" (Sep 30,  4:34pm)
X-Mailer: Mail User's Shell (7.2.5 10/14/92)
To: Jim Davis <davis@dri.cornell.edu>, www-talk@nxoc01.cern.ch
Subject: Re: ISMAP coordinate tool
/*
 * ISMAP coordinate tool  by Jim Davis (davis@dri.cornell.edu)
 *    written on Sep 30,  4:34pm.
 *
 * Has anyone yet built a tool to facilitate creating the sets of
 * rectangle definitions needed for an ISMAP image?  I have one
 * about 1/3 finished, but suddenly was struck by the thought that
 * someone ELSE may already have one working.  In an unusual attack
 * of conscience I decided to ask the net instead of just hacking
 * away anyway.  Sooooo  has anyone written such a thing yet?
 * 
 * And if not, what would be a reasonable output format?  I've
 * seen the format in HTTP://pulua/hcc.hawaii.edu/files/mapd.html
 * 
 * Is everyone using their format for ISMAP, or are other formats
 * also in use?  (e.g. in the floorplan demo at
 * insti.physics.sunysb.edu/floorplan.html or the active room
 * at http://utis179.cs.utwente.nl:8001/esperanto/hyperkursus/oficej.html
 * 
 * (I can't find the "fish picture" anymore.  What does it use?)
 */

The fish picture might be referring to the demo I put together for NCSA
  httpd, and can be found at URL http://hoohoo.ncsa.uiuc.edu/docs/Demo.html

I used xv to put together the coordinates, and the imagerect.conf
  format described in the server's docs as an output format.

--Rob