diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-02-22 08:53:45 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-02-22 08:57:03 -0800 |
commit | 4e468d6475fedeebd79b9a854377a6b9e0cfd5ab (patch) | |
tree | f95cd2e001f378ea568ab6ddbb571981b5f23edf /Documentation | |
parent | 4fad2c9172c11b6d386bb021568a912ddced95d5 (diff) | |
download | subsurface-4e468d6475fedeebd79b9a854377a6b9e0cfd5ab.tar.gz |
User manual: gps coordinates are tied to location names
While it seems obvious that you need a named dive site in order to track
its coordinates, apparently people try to have no location name but
distinct coordinates which at this time we do not support.
See #440
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/user-manual.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt index d89a7b43e..156f20342 100644 --- a/Documentation/user-manual.txt +++ b/Documentation/user-manual.txt @@ -209,6 +209,11 @@ Southern hemisphere latitudes are given with a *S*, e.g. S30°, or with a negative value, e.g. -30.22496. Similarly western longitudes are given with a *W*, e.g. W07°, or with a negative value, e.g. -7.34323. +Please note that GPS coordinates of a dive site a linked to the Location +name - so adding coordinates to dives that don't have a location set will +caused unexpected behavior (as Subsurface will think that all of these +dives have the same location and try to keep their GPS coordinates the +same. *Divemaster*: The name of the dive master or dive guide for this dive can be entered here. |