Currently the distance seems only to be displayed in "meters" with two decimal digits.
This has several issues:
I would never show decimal digits but round to full meters. Those digits have no significance as the GPS acuracy is well below.
A distance in meters is hard to read for users if it goes over 1000m. I suggest to use x,y km in this case. This will probably also solve, that the distance value and the GC-code start overlapping on the display is the distance is a big number.
Improvement proposal:
Currently the distance seems only to be displayed in "meters" with two decimal digits. This has several issues:
x,y
km in this case. This will probably also solve, that the distance value and the GC-code start overlapping on the display is the distance is a big number.