{#if $currentPopupWaypoint} {#if $currentPopupWaypoint[0].link && $currentPopupWaypoint[0].link.attributes && $currentPopupWaypoint[0].link.attributes.href} {$currentPopupWaypoint[0].name ?? $currentPopupWaypoint[0].link.attributes.href} {:else} {$currentPopupWaypoint[0].name ?? $_('gpx.waypoint')} {/if}
{#if symbolKey} {#if symbols[symbolKey].icon} {:else} {/if} {$_(`gpx.symbol.${symbolKey}`)} {/if} {$currentPopupWaypoint[0].getLatitude().toFixed(6)}° {$currentPopupWaypoint[0] .getLongitude() .toFixed(6)}° {#if $currentPopupWaypoint[0].ele !== undefined} {/if}
{#if $currentPopupWaypoint[0].desc} {@html sanitize($currentPopupWaypoint[0].desc)} {/if} {#if $currentPopupWaypoint[0].cmt && $currentPopupWaypoint[0].cmt !== $currentPopupWaypoint[0].desc} {@html sanitize($currentPopupWaypoint[0].cmt)} {/if} {#if $currentTool === Tool.WAYPOINT} {/if}
{/if}