GPMAP draws a map and latitude/longitude lines.


INPUT PARAMETERS
 
    MAP       *Map color/dash/width
    GAREA     *Graphics area
    PROJ      *Map projection/angles/margins
    LATLON    *Line color/dash/width/label/inc
    PANEL     *Panel location/color/dash/width
    TITLE     *Title color/line/title
    CLEAR     *Clear screen flag
    DEVICE    *Graphics device
 
 
PROGRAM DESCRIPTION
 
    This program defines a graphics area and device and draws
    a map and/or latitude/longitude lines.


EXAMPLES
 
    1.  Define a graphics area centered on WV on the X Windows
        device.  Set the projection to North Polar Stereographic.
        Draw a map with solid lines in color 3.  Draw dotted
        latitude/longitude lines every 5 degrees in color 2.
        Do not write a title on the map.

        MAP     =  3
        GAREA   =  wv
        PROJ    =  nps
        LATLON  =  2/10///5;5
        PANEL   =  0
        TITLE   =  0
        CLEAR   =  yes
        DEVICE  =  xw


ERROR MESSAGES
 
    [GPMAP  -1]     Fatal error initializing TAE.
    [GPMAP  -2]     Fatal error reading TAE parameters.
    [GPMAP  -3]     Fatal error initializing GEMPLT.