mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-10-17 12:56:12 +00:00

* New translations integration.mdx (Dutch) * New translations funding.mdx (Vietnamese) * New translations en.json (Italian) * New translations en.json (Italian) * New translations getting-started.mdx (Italian) * New translations gpx.mdx (Italian) * New translations poi.mdx (Italian) * New translations en.json (Portuguese, Brazilian) * New translations en.json (Portuguese, Brazilian) * New translations files-and-stats.mdx (Portuguese, Brazilian) * New translations integration.mdx (Portuguese, Brazilian) * New translations map-controls.mdx (Portuguese, Brazilian) * New translations routing.mdx (Portuguese, Brazilian) * New translations file.mdx (Italian) * New translations integration.mdx (Italian) * New translations file.mdx (Italian) * New translations settings.mdx (Italian) * New translations view.mdx (Italian) * New translations toolbar.mdx (Italian) * New translations routing.mdx (Italian) * New translations scissors.mdx (Italian) * New translations time.mdx (Italian) * New translations view.mdx (Italian) * New translations getting-started.mdx (Italian) * New translations map-controls.mdx (Italian) * New translations toolbar.mdx (Italian) * New translations file.mdx (Italian) * New translations settings.mdx (Italian) * New translations en.json (Spanish) * New translations files-and-stats.mdx (Spanish) * New translations integration.mdx (Spanish) * New translations en.json (Korean) * New translations files-and-stats.mdx (Korean) * New translations getting-started.mdx (Korean) * New translations gpx.mdx (Korean) * New translations funding.mdx (Korean) * New translations mapbox.mdx (Korean) * New translations translation.mdx (Korean) * New translations integration.mdx (Korean) * New translations map-controls.mdx (Korean) * New translations menu.mdx (Korean) * New translations edit.mdx (Korean) * New translations file.mdx (Korean) * New translations settings.mdx (Korean) * New translations view.mdx (Korean) * New translations toolbar.mdx (Korean) * New translations clean.mdx (Korean) * New translations extract.mdx (Korean) * New translations merge.mdx (Korean) * New translations minify.mdx (Korean) * New translations poi.mdx (Korean) * New translations routing.mdx (Korean) * New translations scissors.mdx (Korean) * New translations time.mdx (Korean) * New translations en.json (Korean) * New translations en.json (Korean) * New translations translation.mdx (Korean) * New translations settings.mdx (Korean) * New translations en.json (Korean) * New translations en.json (Polish) * New translations poi.mdx (Italian) * New translations poi.mdx (Italian) * New translations scissors.mdx (Italian) * New translations en.json (Polish) * New translations menu.mdx (Polish) * New translations en.json (Polish) * New translations funding.mdx (Polish) * New translations mapbox.mdx (Polish) * New translations translation.mdx (Polish) * New translations settings.mdx (Polish) * New translations en.json (Polish) * New translations edit.mdx (Polish) * New translations map-controls.mdx (Italian) * 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 files-and-stats.mdx (Hebrew) * New translations getting-started.mdx (Hebrew) * New translations gpx.mdx (Hebrew) * New translations funding.mdx (Hebrew) * New translations mapbox.mdx (Hebrew) * New translations translation.mdx (Hebrew) * New translations integration.mdx (Hebrew) * New translations map-controls.mdx (Hebrew) * New translations menu.mdx (Hebrew) * New translations edit.mdx (Hebrew) * New translations file.mdx (Hebrew) * New translations settings.mdx (Hebrew) * New translations view.mdx (Hebrew) * New translations toolbar.mdx (Hebrew) * New translations clean.mdx (Hebrew) * New translations extract.mdx (Hebrew) * New translations merge.mdx (Hebrew) * New translations minify.mdx (Hebrew) * New translations poi.mdx (Hebrew) * New translations routing.mdx (Hebrew) * New translations scissors.mdx (Hebrew) * New translations time.mdx (Hebrew) * 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) * Update source file en.json * New translations en.json (French) * New translations edit.mdx (Romanian) * New translations edit.mdx (French) * New translations edit.mdx (Spanish) * New translations edit.mdx (Catalan) * New translations edit.mdx (Czech) * New translations edit.mdx (German) * New translations edit.mdx (Greek) * New translations edit.mdx (Hungarian) * New translations edit.mdx (Italian) * New translations edit.mdx (Lithuanian) * New translations edit.mdx (Dutch) * New translations edit.mdx (Norwegian) * New translations edit.mdx (Polish) * New translations edit.mdx (Portuguese) * New translations edit.mdx (Russian) * New translations edit.mdx (Swedish) * New translations edit.mdx (Chinese Simplified) * New translations edit.mdx (Vietnamese) * New translations edit.mdx (Portuguese, Brazilian) * New translations edit.mdx (Korean) * New translations edit.mdx (Hebrew) * Update source file edit.mdx * New translations edit.mdx (French)
34 lines
1.4 KiB
Plaintext
34 lines
1.4 KiB
Plaintext
---
|
|
title: Crop and split
|
|
---
|
|
|
|
<script>
|
|
import { ScissorsIcon } from 'lucide-svelte';
|
|
import Scissors from '$lib/components/toolbar/tools/scissors/Scissors.svelte';
|
|
import splitScreenshot from '$lib/assets/img/docs/tools/split.png?enhanced';
|
|
import DocsImage from '$lib/components/docs/DocsImage.svelte';
|
|
</script>
|
|
|
|
# <ScissorsIcon size="24" class="inline-block" style="margin-bottom: 5px" /> { title }
|
|
|
|
## Crop
|
|
|
|
Using the slider, you can define the part of the selected trace that you want to keep.
|
|
The start and end markers on the map and the [statistics and elevation profile](../files-and-stats) are updated in real time to reflect the selection.
|
|
Alternatively, you can drag a selection rectangle directly on the elevation profile.
|
|
Validate the selection when you are satisfied with the result.
|
|
|
|
<div class="flex flex-row justify-center">
|
|
<Scissors class="text-foreground p-3 border rounded-md shadow-lg" />
|
|
</div>
|
|
|
|
## Split
|
|
|
|
To split the selected trace into two parts, click on one of the split markers displayed along the trace.
|
|
To split at a specific point of your choice, hover over the trace on the map.
|
|
Scissors will appear at the cursor position, showing that you can split the trace at that point.
|
|
|
|
You can choose to split the trace into two GPX files, or to keep the split parts in the same file as [tracks or segments](../gpx).
|
|
|
|
<DocsImage src={splitScreenshot} alt="Hovering over the selected trace turns your cursor into scissors." />
|