home *** CD-ROM | disk | FTP | other *** search
/ GRIPS 2: Government Rast…rocessing Software & Data / GRIPS_2.cdr / readmes / tv.rmf < prev   
Text File  |  1991-01-28  |  6KB  |  212 lines

  1.         TerraView Toolkit(tm) Demonstration Program        
  2.                      TerraLogics, Inc.                     
  3.  
  4. This is a sample TerraView application program.  TerraView  
  5. is a portable program library for creating custom mapping   
  6. applications.
  7.  
  8. As the source code, (called DEMO.C included with this kit)  
  9. illustrates, each button on the screen is attached to a     
  10. function such as ZOOM-IN, ZOOM-OUT, IDENTIFY, ADD-SYMBOL,   
  11. LOCATE-STREET or any user-written C language subroutine.    
  12.  
  13. This 12 page program was written to show how simple it is   
  14. to display application specific data on a map.              
  15.  
  16. If you have any questions or suggestions, please call our   
  17. offices from 9AM to 5PM Eastern time at (603) 889-1800.     
  18. Additional data is available, and may be ordered by calling 
  19. our offices.                                                
  20.  
  21. TerraView is a portable product that is currently supported
  22. on MS-DOS, VAX/VMS, DECstation/ULTRIX, Sun SPARCstation,
  23. MS-Windows #.0, and UNIX System V/386.
  24.  
  25. Thank you for your interest, and we hope you enjoy our demo.
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.     ALL DATA AND PROGRAMS CONTAINED IN THIS DIRECTORY ARE COPYRIGHT 1990 
  44.     BY TerraLogics, Inc. AND ARE NOT TO BE REPRODUCED IN ANY FORM WITHOUT 
  45.     EXPRESS WRITTEN PERMISSION OF TerraLogics, Inc.  This disk has been
  46.     produced in cooperation with SIGCAT (Special Interest Group for
  47.     CD-ROM Applications and Technology) and Meridian Data, Inc. and may
  48.     be distributed in conjunction with any promotional events of the above
  49.     organizations.  
  50.  
  51.     This is a demonstration copy.  No warranty of any kind is made with 
  52.     respect to its use or operation.  TerraLogics disclaims all other
  53.     warranties, either expressed or implied, including but not limited to 
  54.     implied warranties of merchantability and fitness for a particular
  55.     purpose, with respect to the software, or any other accompanying 
  56.     materials.  In no event shall TerraLogics or its suppliers be liable
  57.     for any damages whatsoever (including, without limitation, damages
  58.     for loss of business profits, business interruption, loss of business
  59.     information, or other pecuniary loss) arising out of the use or 
  60.     inability to use this TerraLogics product, even if TerraLogics has
  61.     been advised of the possibity of such damages.
  62.  
  63.  
  64.  
  65. *******************************************************************
  66. ************                  MS-DOS                   ************
  67. ************               INSTALLATION                ************
  68. *******************************************************************
  69.  
  70.  
  71. SYSTEM REQUIREMENTS:
  72.  
  73.     MS-DOS Version 3.20 (or higher)
  74.  
  75.     Hard drive
  76.  
  77.     CD-ROM drive with MSCDEX version 2.1
  78.  
  79.     Enhanced Graphics Adapter (EGA) or
  80.     Video Graphics Array (VGA)
  81.  
  82.     Mouse with mouse driver
  83.  
  84.  
  85.  
  86. INSTALLATION PROCEDURE:
  87.  
  88.     Make a TVDEMO directory on your harddrive (or whatever
  89.     directory name you prefer):
  90.  
  91.         MKDIR TVDEMO
  92.  
  93.     Copy files from the GRIPS CD-ROM to your hard drive:
  94.  
  95.         COPY X:\DOS\TV\DEMO.*          TVDEMO
  96.         COPY X:\DOS\TV\*.              TVDEMO
  97.         COPY X:\DOS\TV\*.DEM           TVDEMO
  98.         COPY X:\DOS\TV\TV.RMF          TVDEMO
  99.  
  100.         (where X: represents your CD-ROM drive).
  101.  
  102.  
  103.  
  104. TO RUN THE DEMO:
  105.  
  106.         Type the following (where X: represents your CD-ROM drive):
  107.  
  108.           CD TVDEMO
  109.  
  110.       DEMO X:\DOS\TV\USA.TV X:\DOS\TV\DC-TIGER.TV X:\DOS\TV\CAPITOL.TV
  111.  
  112.     Then use the top-left button to ZOOM IN and see street level 
  113.     information for our nations capital.
  114.  
  115.     If you don't see a mouse cursor on the screen, please attach
  116.     a mouse and load the driver.  
  117.  
  118.     For a list of other overlays distributed with this kit,
  119.     see the end of this document.
  120.  
  121.  
  122.  
  123. *******************************************************************
  124. ************                   VMS                     ************
  125. ************               INSTALLATION                ************
  126. *******************************************************************
  127.  
  128.  
  129. SYSTEM REQUIREMENTS:
  130.  
  131.     VAXstation (including display) running VMS 5.1 or later
  132.  
  133.     CD-ROM drive with ISO 9660 Support
  134.  
  135.     DEC-Windows
  136.  
  137.  
  138.  
  139. INSTALLATION PROCEDURE:
  140.  
  141.     **NOTE** CD: represents the device name of your CD-ROM drive,
  142.     and PRG: represents the device name of the disk chosen to 
  143.     contain the program.
  144.  
  145.     Make a TVDEMO directory on your disk (or whatever directory 
  146.     name you prefer):
  147.  
  148.  
  149.         CREATE/DIR PRG:[TVDEMO]
  150.  
  151.     Copy/rename files from the GRIPS CD-ROM to your hard drive:
  152.  
  153.         COPY CD:[VMS.TV]DEMO.*          PRG:[TVDEMO]
  154.         COPY CD:[VMS.TV]*.              PRG:[TVDEMO]
  155.         COPY CD:[VMS.TV]*.DEM           PRG:[TVDEMO]
  156.         COPY CD:[VMS.TV]TV.RMF          PRG:[TVDEMO]
  157.  
  158.         SET DEF PRG:[TVDEMO]
  159.  
  160.         RENAME      TVLICENS.       TVLICENSE.
  161.         RENAME      TVBUTTON.       TVBUTTONS.
  162.         RENAME    TVSYMBOL.    TVSYMBOLS.
  163.  
  164.  
  165.  
  166.  
  167. TO RUN THE DEMO:
  168.  
  169.     **NOTE** CD: represents the device name of your CD-ROM drive,
  170.     and PRG: represents the device name of the disk chosen to 
  171.     contain the program.
  172.  
  173.         Type the following:
  174.  
  175.         SET DEF PRG:[TVDEMO]
  176.  
  177.         DEMO :== PRG:[TVDEMO]DEMO.EXE
  178.  
  179.         DEMO CD:[VMS.TV]USA.TV CD:[VMS.TV]DC-TIGER.TV CD:[VMS.TV]CAPITOL.TV
  180.  
  181.     Then use the top button to ZOOM IN and see street level 
  182.     information for our nations capital.
  183.  
  184.     For a list of other overlays distributed with this kit,
  185.     see the end of this document.
  186.  
  187.  
  188.  
  189. *******************************************************************
  190. *******************************************************************
  191. *******************************************************************
  192. *******************************************************************
  193.  
  194.  
  195. OTHER AVAILABLE OVERLAYS:
  196.  
  197.     The following overlays are included in this distribution:
  198.  
  199.         CAPITOL.TV    Location of White House and Capitol Building
  200.         DC-TIGER.TV    Washington, DC (CENSUS TIGER Line data)
  201.         ETAK.TV        Palo Alto, CA (ETAK(tm) Mapbase(tm) data)
  202.         NJZIP.TV    Postal ZIP codes for the New Jersey Area
  203.         RIVERS.TV    Rivers of the US (1:2M USGS data)
  204.         ROADS.TV    Major highways of the US (1:2M USGS data)
  205.         USA.TV        State and county boundaries (1:2M USGS data)
  206.  
  207.     The following overlays are display only and do not have the same
  208.     functionality as the above group:
  209.  
  210.         DC-PLOT1.TV    Washington, DC 1 (CENSUS Plot File data)
  211.         DC-PLOT2.TV    Washington, DC 2 (CENSUS Plot File data)
  212.