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 /subsurfacestartup.c | |
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 'subsurfacestartup.c')
-rw-r--r-- | subsurfacestartup.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/subsurfacestartup.c b/subsurfacestartup.c index d7a7ede4d..886365a16 100644 --- a/subsurfacestartup.c +++ b/subsurfacestartup.c @@ -7,6 +7,7 @@ struct preferences prefs; struct preferences default_prefs = { .units = SI_UNITS, .unit_system = METRIC, + .coordinates_traditional = true, .pp_graphs = { .po2 = false, .pn2 = false, |