New translations scissors.mdx (Belarusian)
This commit is contained in:
parent
fc6ecc66a5
commit
dcfc9af321
1 changed files with 33 additions and 0 deletions
33
website/src/lib/docs/be/toolbar/scissors.mdx
Normal file
33
website/src/lib/docs/be/toolbar/scissors.mdx
Normal file
|
|
@ -0,0 +1,33 @@
|
||||||
|
---
|
||||||
|
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." />
|
||||||
Loading…
Reference in a new issue