+
+ {$currentWaypoint.getLatitude().toFixed(6)}° {$currentWaypoint
+ .getLongitude()
+ .toFixed(6)}°
+ {#if $currentWaypoint.ele !== undefined}
+
+
+ {/if}
+
+ {#if $currentWaypoint.desc}
+ {$currentWaypoint.desc}
+ {/if}
+ {#if $currentWaypoint.cmt}
+ {$currentWaypoint.cmt}
+ {/if}
+
+