diff options
author | Tim Wootton <tim@tee-jay.demon.co.uk> | 2014-01-15 08:00:30 +0000 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-01-15 15:10:55 +0700 |
commit | 07c116ecd211fc71fb42197a7b6c6e7491c8beb7 (patch) | |
tree | c99e3fecc7c2a802d1cd89e40a7d9779d93885f8 /Documentation | |
parent | df1391fde27fc87cc8168a0698083db75685d909 (diff) | |
download | subsurface-07c116ecd211fc71fb42197a7b6c6e7491c8beb7.tar.gz |
Add ISO 6709 co-ordinates to manual
And fix a typo
Signed-off-by: Tim Wootton <tim@tee-jay.demon.co.uk>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/user-manual.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt index e1c25fe61..4622556ff 100644 --- a/Documentation/user-manual.txt +++ b/Documentation/user-manual.txt @@ -191,9 +191,10 @@ using that device. xref:S_Companion[Click here for more information] c. One can enter the coordinates by hand if they are known, using one of -three formats with latitude followed by longitude: +four formats with latitude followed by longitude: - Degrees and decimal minutes, e.g: N30° 13.49760' , E30° 49.30788' + ISO 6709 Annex D format e.g. 30°13'28.9"N 30°49'1.5"E + Degrees and decimal minutes, e.g. N30° 13.49760' , E30° 49.30788' Degrees minutes seconds, e.g. N30° 13' 29.8" , E30° 49' 1.5" Decimal degrees, e.g. 30.22496 , 30.821798 |