mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 06:15:26 +00:00
Suunto SDE conversion: add boat name to notes if it exists
This is, I think, the last piece of relevant information that I can find in Szymon's SDE file. Which is not to mean that we get all the conversions right, or that we handle the more complex cases (still no multi-cylinder import, for example). But it should be much better than it used to be. Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
36e4abf8c0
commit
b2e4ca552f
1 changed files with 3 additions and 0 deletions
|
@ -80,6 +80,9 @@
|
|||
<xsl:if test="WATERVISIBILITYDESC != ''">
|
||||
Visibility: <xsl:value-of select="WATERVISIBILITYDESC" />
|
||||
</xsl:if>
|
||||
<xsl:if test="BOATNAME != ''">
|
||||
Boat name: <xsl:value-of select="BOATNAME" />
|
||||
</xsl:if>
|
||||
</notes>
|
||||
|
||||
<!-- FIXME: add support for multiple cylinders, need sample data -->
|
||||
|
|
Loading…
Add table
Reference in a new issue