New translations scissors.mdx (Lithuanian)
This commit is contained in:
parent
a9b340694e
commit
8bdb93256e
1 changed files with 4 additions and 3 deletions
|
|
@ -4,7 +4,7 @@ title: Crop and split
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import { ScissorsIcon } from 'lucide-svelte';
|
import { ScissorsIcon } from 'lucide-svelte';
|
||||||
import Scissors from '$lib/components/toolbar/tools/Scissors.svelte';
|
import Scissors from '$lib/components/toolbar/tools/scissors/Scissors.svelte';
|
||||||
import splitScreenshot from '$lib/assets/img/docs/tools/split.png?enhanced';
|
import splitScreenshot from '$lib/assets/img/docs/tools/split.png?enhanced';
|
||||||
import DocsImage from '$lib/components/docs/DocsImage.svelte';
|
import DocsImage from '$lib/components/docs/DocsImage.svelte';
|
||||||
</script>
|
</script>
|
||||||
|
|
@ -24,8 +24,9 @@ Validate the selection when you are satisfied with the result.
|
||||||
|
|
||||||
## Split
|
## Split
|
||||||
|
|
||||||
To split the selected trace into two parts, hover over the trace on the map.
|
To split the selected trace into two parts, click on one of the split markers displayed along the trace.
|
||||||
Scissors will appear at the cursor position, indicating that you can split the trace at this point.
|
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).
|
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).
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue