mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 21:03:23 +00:00
Use bottom temperature on Suunto SDM imports
Signed-off-by: Miika Turkia <miika.turkia@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
2b8043b82b
commit
05b76410d6
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Reference in a new issue