Mapmaking commands
MAKE,projection,lat,long,zoom,width,height,offsetx,offsety,aspectx,aspecty
Makes a map using the given coordinates. Projection should be .1. except as shown in the table below. Lat is negative in the southern hemisphere. Long is negative in the western hemisphere. Zoom is the width of the map in statute miles. Width and height are the map sizes in pixels. Offsetx and Offsety refer to the displacement of the map contents from center (should normally be 0), and aspect ratio refer to the distortion in the X or Y direction (should normally be 1). Example command:
MAKE,1,47.583,-95.767,1000,800,600,0,0,1,1
