mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-12-02 18:12:11 +00:00
27 lines
976 B
Plaintext
27 lines
976 B
Plaintext
---
|
||
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>
|