Files
gpx.studio/website/src/lib/docs/zh/toolbar/merge.mdx
2025-06-21 21:07:36 +02:00

21 lines
736 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: 合并要素
---
<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 }
[选择](../files-and-stats) 多个文件、[轨迹或分段](../gpx) 以使用该工具:
- 若要生成一条连续轨迹,请选择 **合并为一条连续轨迹**
- 第二个选项可用于创建或管理包含多个 [轨迹或路段](../gpx) 的文件。
并将所有内容存储在一个文件(或轨迹)中,请选择 **合并但保持轨迹独立**
<div class="flex flex-row justify-center">
<Merge class="text-foreground p-3 border rounded-md shadow-lg" />
</div>