-
Notifications
You must be signed in to change notification settings - Fork 251
BOX
eman89 edited this page Mar 14, 2017
·
4 revisions
Draw a box shaped area on the radar display with a user defined name. This box can be made into an area of interest using the AREA command.
Usage:
BOX name,lat1,lon1,lat2,lon2,[top,bottom]
Arguments:
Name | Type | Required | Description |
---|---|---|---|
name | txt | yes | Name of the box |
lat1 | float | yes | latitude of the bottom left corner [deg] |
lon1 | float | yes | longitude of the bottom left corner [deg] |
lat2 | float | yes | latitude of the top right corner [deg] |
lon2 | float | yes | longitude of the top right corner [deg |
top | float | no | altitude of the top of box [ft] |
bottom | float | no | altitude of the bottom of box [ft] |
For more information on how latitudes and longitudes can be entered, see Coordinates.