mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-09-02 08:42:31 +00:00
21 lines
815 B
Plaintext
21 lines
815 B
Plaintext
![]() |
---
|
||
|
title: Merge
|
||
|
---
|
||
|
|
||
|
<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 }
|
||
|
|
||
|
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.
|
||
|
|
||
|
<div class="flex flex-row justify-center">
|
||
|
<Merge class="text-foreground p-3 border rounded-md shadow-lg" />
|
||
|
</div>
|