mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
Add new fields as extra data on MacDive import
Signed-off-by: Miika Turkia <miika.turkia@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
01faebc99b
commit
178fb5152f
1 changed files with 12 additions and 0 deletions
|
@ -339,6 +339,18 @@
|
|||
</xsl:if>
|
||||
</temperature>
|
||||
|
||||
<xsl:if test="current != ''">
|
||||
<extradata key="current" value="{current}"/>
|
||||
</xsl:if>
|
||||
|
||||
<xsl:if test="surfaceConditions != ''">
|
||||
<extradata key="surfaceConditions" value="{surfaceConditions}"/>
|
||||
</xsl:if>
|
||||
|
||||
<xsl:if test="entryType != ''">
|
||||
<extradata key="entryType" value="{entryType}"/>
|
||||
</xsl:if>
|
||||
|
||||
<xsl:for-each select="samples/sample">
|
||||
<sample>
|
||||
<xsl:attribute name="time">
|
||||
|
|
Loading…
Reference in a new issue