wln -- внутренний формат, поэтому конвертеров нет. Надо писать свой с учетом структуры plt:
https://www.oziexplorer4.com/eng/help/fileformats.html
Field 1 : Latitude - decimal degrees.
Field 2 : Longitude - decimal degrees.
Field 3 : Code - 0 if normal, 1 if break in track line
Field 4 : Altitude in feet (-777 if not valid)
Field 5 : Date - see Date Format below, if blank a preset date will be used
Field 6 : Date as a string
Field 7 : Time as a string
Note that OziExplorer reads the Date/Time from field 5, the date and time in fields 6 & 7 are ignored.
Example
-27.350436, 153.055540,1,-777,36169.6307194, 09-Jan-99, 3:08:14
-27.348610, 153.055867,0,-777,36169.6307194, 09-Jan-99, 3:08:14
This is the record structure of an trackpoint variable used within OziExplorer
TrackRecord = record
Latitude:double;
Longitude:double;
Code:integer;
Altitude:integer;
Date1:TDateTime;
GpsObject:Tobject;
end;
В таком файле еще и дата в формате MJD, а в wln время в unix: