mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-09-05 09:52:54 +00:00

* New translations en.json (Hungarian) * New translations files-and-stats.mdx (Hungarian) * New translations en.json (Hungarian) * New translations funding.mdx (Hungarian) * New translations integration.mdx (Hungarian) * New translations faq.mdx (Hungarian) * New translations en.json (Hungarian) * New translations file.mdx (Italian) * New translations file.mdx (Italian) * New translations en.json (Italian) * New translations file.mdx (Italian) * New translations en.json (German) * New translations en.json (German) * New translations getting-started.mdx (German) * New translations map-controls.mdx (German) * New translations menu.mdx (German) * New translations toolbar.mdx (German) * New translations extract.mdx (German) * New translations en.json (German) * Update source file en.json * New translations en.json (Romanian) * New translations en.json (French) * New translations en.json (Spanish) * New translations en.json (Catalan) * New translations en.json (Czech) * New translations en.json (German) * New translations en.json (Greek) * New translations en.json (Hungarian) * New translations en.json (Italian) * New translations en.json (Lithuanian) * New translations en.json (Dutch) * New translations en.json (Norwegian) * New translations en.json (Polish) * New translations en.json (Portuguese) * New translations en.json (Russian) * New translations en.json (Swedish) * New translations en.json (Chinese Simplified) * New translations en.json (Vietnamese) * New translations en.json (Portuguese, Brazilian) * New translations en.json (Korean) * New translations en.json (Hebrew) * New translations en.json (Finnish) * New translations en.json (Belarusian) * New translations en.json (Serbian (Latin)) * New translations en.json (Danish) * New translations en.json (Latvian) * New translations en.json (Hungarian) * New translations menu.mdx (Hungarian) * New translations toolbar.mdx (Hungarian) * New translations en.json (Italian)
27 lines
1.0 KiB
Plaintext
27 lines
1.0 KiB
Plaintext
---
|
|
title: Extrahieren
|
|
---
|
|
|
|
<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 }
|
|
|
|
Dieses Werkzeug ermöglicht Ihnen [Tracks (oder Segmente)](../gpx) von Dateien (oder Tracks) zu extrahieren, die mehreren von ihnen enthalten.
|
|
|
|
<div class="flex flex-row justify-center">
|
|
<Extract class="text-foreground p-3 border rounded-md shadow-lg" />
|
|
</div>
|
|
|
|
Wenn Sie das Werkzeug auf eine Datei mit mehreren enthaltenen Tracks anwenden, wird für jeden der darin enthaltenen Tracks eine neue Datei erstellt.
|
|
Similarly, applying the tool to a track containing multiple segments will create (in the same file) a new track for each of the segments it contains.
|
|
|
|
<DocsNote>
|
|
|
|
Beim Extrahieren der Tracks aus einer Datei mit <a href="../gpx">points-of-interest</a>, wird das Werkzeug automatisch jeden Punkt zuordnen, an dem es am nächsten ist.
|
|
|
|
</DocsNote>
|