mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
New location management for divelogs.de export
Signed-off-by: Miika Turkia <miika.turkia@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
c87b9645e7
commit
5430eec99d
1 changed files with 6 additions and 3 deletions
|
@ -34,8 +34,11 @@
|
|||
<DIVETIMESEC>
|
||||
<xsl:value-of select="$duration"/>
|
||||
</DIVETIMESEC>
|
||||
<xsl:variable name="uuid">
|
||||
<xsl:value-of select="@divesiteid"/>
|
||||
</xsl:variable>
|
||||
<LOCATION>
|
||||
<xsl:value-of select="location"/>
|
||||
<xsl:value-of select="//site[@uuid = $uuid]/@name"/>
|
||||
</LOCATION>
|
||||
<WATERVIZIBILITY>
|
||||
<xsl:value-of select="@visibility"/>
|
||||
|
@ -182,10 +185,10 @@
|
|||
<xsl:value-of select="notes"/>
|
||||
</LOGNOTES>
|
||||
<LAT>
|
||||
<xsl:value-of select="substring-before(location/@gps, ' ')"/>
|
||||
<xsl:value-of select="substring-before(//site[@uuid = $uuid]/@gps, ' ')"/>
|
||||
</LAT>
|
||||
<LNG>
|
||||
<xsl:value-of select="substring-after(location/@gps, ' ')"/>
|
||||
<xsl:value-of select="substring-after(//site[@uuid = $uuid]/@gps, ' ')"/>
|
||||
</LNG>
|
||||
<MAXDEPTH>
|
||||
<xsl:value-of select="substring-before(node()/depth/@max, ' ')"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue