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