{$_('menu.metadata.name')}
{$_('menu.metadata.description')}
{$_('toolbar.waypoint.icon')}
{#each sortedSymbols as [key, symbol]}
{#if symbol.icon}
{:else}
{/if} {$_(`gpx.symbol.${key}`)}
{/each}
{$_('toolbar.waypoint.link')}
{$_('toolbar.waypoint.latitude')}
{$_('toolbar.waypoint.longitude')}
{#if $selectedWaypoint}
{$_('menu.metadata.save')} {:else}
{$_('toolbar.waypoint.create')} {/if}
{ selectedWaypoint.set(undefined); resetWaypointData(); }} >
{#if $selectedWaypoint || canCreate} {$_('toolbar.waypoint.help')} {:else} {$_('toolbar.waypoint.help_no_selection')} {/if}