diff options
author | Miika Turkia <miika.turkia@gmail.com> | 2014-10-29 23:16:35 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-10-29 15:07:47 -0700 |
commit | 05b76410d6d77a7a1304426ab90b2a8f4d2cfe07 (patch) | |
tree | c73e7de1bed89d69b0d1ed160719e7d01440d307 | |
parent | 2b8043b82b99b5fc7222b5a9e43e4de6d4233184 (diff) | |
download | subsurface-05b76410d6d77a7a1304426ab90b2a8f4d2cfe07.tar.gz |
Use bottom temperature on Suunto SDM imports
Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r-- | xslt/SuuntoSDM.xslt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xslt/SuuntoSDM.xslt b/xslt/SuuntoSDM.xslt index 98b3b4988..3b41b7d41 100644 --- a/xslt/SuuntoSDM.xslt +++ b/xslt/SuuntoSDM.xslt @@ -40,7 +40,7 @@ </xsl:otherwise> </xsl:choose> - <temperature air="{concat(AIRTEMP, ' C')}" water="{concat(WATERTEMPATEND, ' C')}"/> + <temperature air="{concat(AIRTEMP, ' C')}" water="{concat(WATERTEMPMAXDEPTH, ' C')}"/> <xsl:if test="SURFACETIME != '0'"> <surfacetime> <xsl:call-template name="timeConvert"> |