2024-07-08 22:43:50 +02:00
|
|
|
---
|
|
|
|
|
title: Merge
|
|
|
|
|
---
|
|
|
|
|
|
2024-07-09 22:49:57 +02:00
|
|
|
<script>
|
|
|
|
|
import { Group } from 'lucide-svelte';
|
|
|
|
|
import Merge from '$lib/components/toolbar/tools/Merge.svelte';
|
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
# <Group size="24" class="inline-block" style="margin-bottom: 5px" /> { title }
|
|
|
|
|
|
2024-07-10 15:09:52 +02:00
|
|
|
To use this tool, you need to [select](../files-and-stats) multiple files, [tracks or segments](../gpx).
|
|
|
|
|
|
|
|
|
|
- If your goal is to create a single continuous trace from your selection, use the **Connect the traces** option and validate.
|
|
|
|
|
- The second option can be used to create or manage files with multiple [tracks or segments](../gpx).
|
|
|
|
|
Merging files (or tracks) will result in a single file (or track) containing all tracks (or segments) from the selection.
|
|
|
|
|
|
2024-07-09 22:49:57 +02:00
|
|
|
<div class="flex flex-row justify-center">
|
|
|
|
|
<Merge class="text-foreground p-3 border rounded-md shadow-lg" />
|
2024-07-10 15:09:52 +02:00
|
|
|
</div>
|