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:
Robert C. Helling 2015-05-20 12:25:46 +02:00 committed by Dirk Hohndel
parent 0e78915c7e
commit 187f7dab9f
5 changed files with 183 additions and 136 deletions

1
pref.h
View file

@ -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;