mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Add some extra data for DiveLog import
Signed-off-by: Miika Turkia <miika.turkia@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
b87eb78192
commit
541ec4fcac
1 changed files with 10 additions and 0 deletions
|
@ -156,6 +156,16 @@
|
|||
<xsl:value-of select="@Computer"/>
|
||||
</xsl:attribute>
|
||||
|
||||
<extradata key="Sample Interval" value="{@SampleInterval}"/>
|
||||
|
||||
<xsl:if test="@AltitudeMode != ''">
|
||||
<extradata key="Altitude Mode" value="{@AltitudeMode}"/>
|
||||
</xsl:if>
|
||||
|
||||
<xsl:if test="@PersonalMode != ''">
|
||||
<extradata key="Personal Mode" value="{@PersonalMode}"/>
|
||||
</xsl:if>
|
||||
|
||||
<depth>
|
||||
<xsl:attribute name="max">
|
||||
<xsl:call-template name="depthConvert">
|
||||
|
|
Loading…
Add table
Reference in a new issue