mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-12-03 18:32:12 +00:00
* New translations en.json (Chinese Simplified) * New translations poi.mdx (Basque) * New translations en.json (Swedish) * New translations en.json (Polish) * New translations en.json (Swedish) * New translations files-and-stats.mdx (Swedish) * New translations integration.mdx (Swedish) * New translations getting-started.mdx (Swedish) * New translations gpx.mdx (Swedish) * New translations files-and-stats.mdx (Swedish) * New translations gpx.mdx (Swedish) * New translations routing.mdx (Swedish) * New translations elevation.mdx (Swedish) * New translations minify.mdx (Swedish) * New translations routing.mdx (Swedish) * New translations scissors.mdx (Swedish) * New translations faq.mdx (Swedish) * New translations edit.mdx (Swedish) * New translations settings.mdx (Swedish) * New translations view.mdx (Swedish) * New translations map-controls.mdx (Swedish) * New translations menu.mdx (Swedish) * New translations edit.mdx (Swedish) * New translations files-and-stats.mdx (Swedish) * New translations getting-started.mdx (Swedish) * New translations gpx.mdx (Swedish) * New translations integration.mdx (Swedish) * New translations map-controls.mdx (Swedish) * New translations menu.mdx (Swedish) * New translations edit.mdx (Swedish) * New translations routing.mdx (Swedish) * New translations scissors.mdx (Swedish) * New translations time.mdx (Swedish) * New translations extract.mdx (Swedish) * New translations merge.mdx (Swedish) * New translations minify.mdx (Swedish) * New translations poi.mdx (Swedish) * New translations routing.mdx (Swedish) * New translations elevation.mdx (Swedish) * New translations en.json (Swedish) * New translations edit.mdx (Swedish) * New translations file.mdx (Swedish) * New translations view.mdx (Swedish) * New translations toolbar.mdx (Swedish) * New translations clean.mdx (Swedish) * New translations files-and-stats.mdx (Swedish) * New translations map-controls.mdx (Swedish) * New translations minify.mdx (Swedish) * New translations poi.mdx (Swedish) * New translations routing.mdx (Swedish) * New translations scissors.mdx (Swedish) * New translations faq.mdx (Swedish)
27 lines
994 B
Plaintext
27 lines
994 B
Plaintext
---
|
|
title: Extract
|
|
---
|
|
|
|
<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 }
|
|
|
|
This tool allows you to extract [tracks (or segments)](../gpx) from files (or tracks) containing multiple of them.
|
|
|
|
<div class="flex flex-row justify-center">
|
|
<Extract class="text-foreground p-3 border rounded-md shadow-lg" />
|
|
</div>
|
|
|
|
Appllicering av verktyget på en fil med flera spår skapar en fil för varje spår i det.
|
|
På samma vis kommer appliceringen av verktyget på ett spår med flera segment att skapa (i samma fil) ett nytt spår för varje segment det innehåller.
|
|
|
|
<DocsNote>
|
|
|
|
När tar fram spår från en fil innehåller <a href="../gpx">Intressanta punkter</a>, skapar verktyget automatiskt varje intressant punkt på spåret det är närmast till.
|
|
|
|
</DocsNote>
|