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