Moving Map User Defined Pointers
There are 3 user pointers which can be selected on the Moving Map tab in Configuration.
If Selecting User 1 the pointer will be read from a file called userPointer1.dat
User 2 from userPointer2.dat
User 2 from userPointer3.dat
OziExplorer reads the pointer from the file when moving map is started.
The drawing consists of a set of points which have lines drawn between them.
There is a limit on the size of the drawing, if it is too big it will be clipped when drawn onto the map. Use the example below as a for the size.
This is an example of a file (userPointer1.dat) which draws an aeroplane
;moving map user pointer ;aeroplane ;lines starting with ; are treated as comments and not read ;empty lines are not read ;file consists of a set of x,y coordinates - 1 set per line ;a maximum of 100 points ;whole numbers only ;the 0,0 coordinate is plotted at the GPS position ;OziExplorer loads this file when it starts moving map 0,0 3,3 3,7 15,7 15,11 3,13 1,22 5,22 5,26 0,27 0,24 0,27 -5,26 -5,22 -1,22 -3,13 -15,11 -15,7 -3,7 -3,3 0,0