-
Notifications
You must be signed in to change notification settings - Fork 249
POLY
Jerommaas edited this page Mar 15, 2017
·
4 revisions
Draw a random polygon on the radar display with a user defined name. This polygon can be made into an area of interest using the AREA command.
NOTE:
- Polygons can be composed of an unlimited number of corners
- Only 2D polygons can be made with POLY
- For the 3D polygons, use POLYALT
Usage:
POLY name,lat1,lon1,lat1,lon1, ...
Arguments:
Name | Type | Required | Description |
---|---|---|---|
name | txt | yes | name of the polygon |
lat1 | float | yes | [[latitude |
lon1 | float | yes | [[longitude |
lat2 | float | yes | [[latitude |
lon2 | float | yes | [[longitude |