diff options
author | Henrik Brautaset Aronsen <subsurface@henrik.synth.no> | 2013-01-13 17:59:49 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-01-13 10:23:38 -0800 |
commit | 693ee686dffd2f84e0c2f14538defef04db6c927 (patch) | |
tree | ce39a572b7d9e035cbc0f4bc4560e6c9419cd33c /dives/test11.xml | |
parent | 8ff350387d2e98bb7485e41f6358ccc13e97bab2 (diff) | |
download | subsurface-693ee686dffd2f84e0c2f14538defef04db6c927.tar.gz |
Add GPS locations to some of the test dives
With Pierre-Yves' commit with a map widget, here are a couple of example
GPS locations from my own dives.
Signed-off-by: Henrik Brautaset Aronsen <subsurface@henrik.synth.no>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'dives/test11.xml')
-rw-r--r-- | dives/test11.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dives/test11.xml b/dives/test11.xml index 5e77f61a1..27aa28bc6 100644 --- a/dives/test11.xml +++ b/dives/test11.xml @@ -4,6 +4,7 @@ <depth max='30.0 m' mean='15.0 m' /> <temperature air='27.0 C' water='26.0 C' /> <location>11th test dive, 3 tanks, 2 tank changes</location> + <gps>27.75685 34.25460</gps> <notes>Shows three pressure plots, each from 200 to 100bar and gaschange events at 10 and 20 min mark.</notes> <cylinder o2='33.0%' size='9.987 l' workpressure='206.843 bar' description='AL72' start='200.0 bar' end='100.0 bar' /> <cylinder o2='50.0%' size='9.987 l' workpressure='206.843 bar' description='AL72' start='200.0 bar' end='100.0 bar' /> |