diff options
author | Robert C. Helling <helling@atdotde.de> | 2015-05-20 12:25:46 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-05-20 10:34:10 -0700 |
commit | 187f7dab9fb6fba4ee798beda707e82b1aeb32f0 (patch) | |
tree | 9437285e952a079f11d5a3bd0707433da093096c /pref.h | |
parent | 0e78915c7e28166872039ba31448fe7615fb4661 (diff) | |
download | subsurface-187f7dab9fb6fba4ee798beda707e82b1aeb32f0.tar.gz |
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>
Diffstat (limited to 'pref.h')
-rw-r--r-- | pref.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |