                                                                view
Chapter 8 Display and Level Operation

With the view command, the map may be displayed at one of four resoultion
definitions as specified by the user.

view

    Display the raster at the defined resolution.

         view vtype x y

    Displays raster at one of four resolutions, defined by vtype.
    ___________________________________________________________________________
    Options/arguments:

         vtype     View type, where:
                   map =     entire raster within a 400 x 400 pixel square
                   block =   4:1 (approx. 1600 pixels high)
                   full =    1:1 (approx. 400 pixels high)
                   zoom =    1:8 (approx. 50 pixels high)
                   last =    previously viewed resolution
         x,y       can be user specified, but are normally set by the program
                   using current cursor location.
    ___________________________________________________________________________
    Example(s):

    To view the raster at full resolution, enter:

         view full

    To view the raster at a 1:8 resolution (approx.), enter:

         view zoom      (program will prompt you to press the cursor at the
                        position to zoom on)
    ___________________________________________________________________________
    See also:

              graphics
    ___________________________________________________________________________
