-
-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
locale based scale and distance units #103
Comments
Personally I have no use for imperial units, but I would not be opposed to merging a PR adding those as a config option :) The mobile apps have separate repos, please file issues for those in https://github.com/owntracks/android/ / https://github.com/owntracks/ios. |
Did this feature ever get added? I've been digging through https://github.com/owntracks/frontend/blob/main/docs/config.md looking for an option to show miles/mph/ft etc on the map instead of km/kmh/m and wasn't able to find it. |
To the best of my knowledge, no... |
I live in the US and recently took a 7,000 mile road trip with my family. I used owntracks to share my location and route with family and friends but my US based friends were confused how many miles we traveled per day because the showDistanceTraveled only shows km. A quick multiplication of km times 0.6214 would return the miles value and could be based on the locale of en-US.
(Also, would love to have locale settings in the mobile app for distance and speed to be displayed in mile and miles per hour.)
The text was updated successfully, but these errors were encountered: