This App only converts a series of points on a map to a text file with its coordinates of each one in the following format.
START
X "latitude point 1"
And "point length 1"
FINISH
X "latitude point 2"
And "point length 2"
FINISH
.
.
.
.
.
X "latitude point n"
And "point length n"
FINISH
ENDS
START
X "latitude point 1"
And "point length 1"
FINISH
X "latitude point 2"
And "point length 2"
FINISH
.
.
.
.
.
X "latitude point n"
And "point length n"
FINISH
ENDS
Show More