mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-12-04 02:42:13 +00:00
New Crowdin updates (#25)
* New translations en.json (Hungarian) * New translations en.json (Portuguese, Brazilian) * New translations files-and-stats.mdx (Portuguese, Brazilian) * New translations getting-started.mdx (Portuguese, Brazilian) * New translations gpx.mdx (Portuguese, Brazilian) * New translations funding.mdx (Hungarian) * New translations funding.mdx (Portuguese, Brazilian) * New translations mapbox.mdx (Portuguese, Brazilian) * New translations translation.mdx (Portuguese, Brazilian) * New translations integration.mdx (Portuguese, Brazilian) * New translations map-controls.mdx (Portuguese, Brazilian) * New translations menu.mdx (Swedish) * New translations menu.mdx (Portuguese, Brazilian) * New translations edit.mdx (Italian) * New translations edit.mdx (Portuguese, Brazilian) * New translations file.mdx (Portuguese, Brazilian) * New translations settings.mdx (Portuguese, Brazilian) * New translations view.mdx (Portuguese, Brazilian) * New translations toolbar.mdx (Portuguese, Brazilian) * New translations clean.mdx (Portuguese, Brazilian) * New translations extract.mdx (Portuguese, Brazilian) * New translations merge.mdx (Spanish) * New translations merge.mdx (Greek) * New translations merge.mdx (Portuguese, Brazilian) * New translations minify.mdx (Portuguese, Brazilian) * New translations poi.mdx (Portuguese, Brazilian) * New translations routing.mdx (Portuguese, Brazilian) * New translations scissors.mdx (Portuguese, Brazilian) * New translations time.mdx (Portuguese, Brazilian)
This commit is contained in:
32
website/src/lib/docs/pt-BR/toolbar/scissors.mdx
Normal file
32
website/src/lib/docs/pt-BR/toolbar/scissors.mdx
Normal file
@@ -0,0 +1,32 @@
|
||||
---
|
||||
title: Crop and split
|
||||
---
|
||||
|
||||
<script>
|
||||
import { ScissorsIcon } from 'lucide-svelte';
|
||||
import Scissors from '$lib/components/toolbar/tools/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, hover over the trace on the map.
|
||||
Scissors will appear at the cursor position, indicating that you can split the trace at this 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." />
|
||||
Reference in New Issue
Block a user