As I understand your problem, the format you need it in is
['loan 2', 33.923036, 151.259052, 'address 2'],
:
and you're trying to use
['25 8.676 152 49.966 f Spot Beacon Navigation beacon.', -25.1446, 152.832766666667, 3],
The red coord is DMS format and the green coord is Decimal. They are the same. So you want your script to contained
['loan 6', -25.1446, 152.832766666667, 'address 6']
Bookmarks