mendhak / gpslogger

:satellite: Lightweight GPS Logging Application For Android.
https://gpslogger.app
Other
1.96k stars 606 forks source link

Feature: flyingOwl/custom_url_speed_in_kph #1140

Closed flyingOwl closed 4 months ago

flyingOwl commented 4 months ago

Fixes #1139

Add "%SPD_KPH" to parameter description dialog, add unit tests and modify speed values so floating point precision does not produce weird looking strings (e.g. 9001.0 * 3.6 = "32403.60000000004")

mendhak commented 4 months ago

OK nice. I will merge this into my working branch and do a little testing and any minor modifications if necessary.