Files
gpx.studio/website/src/lib/docs/tr/toolbar/extract.mdx
2025-11-12 17:24:45 +01:00

27 lines
976 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: Çıkar
---
<script>
import { Ungroup } from 'lucide-svelte';
import Extract from '$lib/components/toolbar/tools/Extract.svelte';
import DocsNote from '$lib/components/docs/DocsNote.svelte';
</script>
# <Ungroup size="24" class="inline-block" style="margin-bottom: 5px" /> { title }
Bu araç [izler (veya segmentleri)](../gpx) bunlardan birden fazla içeren dosyalardan (veya izlerden) çıkarmanızı sağlar.
<div class="flex flex-row justify-center">
<Extract class="text-foreground p-3 border rounded-md shadow-lg" />
</div>
Bu aracı birden fazla iz içeren bir dosyaya uygularsanız dosyadaki her bir iz için yeni bir dosya oluşturur.
Benzer bir şekilde, birden fazla segment içeren bir ize (aynı dosyada) uygularsanız her bir segment için yeni bir iz oluşturur.
<DocsNote>
İzeri <a href="../gpx">ilgi noktaları</a> içeren bir dosyadan çıkarırken, araç ilgi noktalarını en yakın ize otomatik olarak atar.
</DocsNote>