Thanks for the details. May I wonder which distance formula is being used?
The one I have is:
(Acos((Sin((([PROFILE:A_GPS_PREV_LAT] * 3.1415926535 / 180))) * Sin((([SIMCONNECT:GPS POSITION LAT] * 3.1415926535 / 180)))) + (Cos((([PROFILE:A_GPS_PREV_LAT] * 3.1415926535 / 180))) * Cos((([SIMCONNECT:GPS POSITION LAT] * 3.1415926535 / 180)))) * (Cos((([SIMCONNECT:GPS POSITION LON] * 3.1415926535 / 180)) - (([PROFILE:A_GPS_PREV_LON] * 3.1415926535 / 180))))) * 6378)
But this one is giving me a flown distance greater than LittleNavMap, I know there are other Great circle distances but not sure which one is the one you used.