mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Add option to display GPS coordinates as decimals
This adds a field to the units preferences to have GPS coordinates show as decimals (as for example Google maps does it). Signed-off-by: Robert C. Helling <helling@atdotde.de> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
0e78915c7e
commit
187f7dab9f
5 changed files with 183 additions and 136 deletions
1
pref.h
1
pref.h
|
|
@ -48,6 +48,7 @@ struct preferences {
|
|||
short display_invalid_dives;
|
||||
short unit_system;
|
||||
struct units units;
|
||||
bool coordinates_traditional;
|
||||
short show_sac;
|
||||
short display_unused_tanks;
|
||||
short show_average_depth;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue