mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-08-30 23:30:04 +00:00

* New translations en.json (German) * New translations en.json (Italian) * New translations settings.mdx (Italian) * New translations en.json (Italian) * New translations settings.mdx (Italian) * New translations en.json (Portuguese) * New translations en.json (Ukrainian) * New translations en.json (Portuguese) * New translations en.json (Portuguese) * New translations en.json (Portuguese) * New translations en.json (Portuguese) * New translations en.json (Portuguese) * New translations menu.mdx (Portuguese) * New translations toolbar.mdx (Portuguese) * New translations en.json (German) * New translations translation.mdx (Portuguese) * New translations en.json (Chinese Simplified) * New translations toolbar.mdx (Polish) * New translations menu.mdx (Portuguese) * New translations getting-started.mdx (German) * New translations edit.mdx (German) * New translations view.mdx (German) * New translations funding.mdx (Catalan) * New translations edit.mdx (Czech) * New translations file.mdx (Czech) * New translations settings.mdx (Czech) * New translations settings.mdx (Czech) * New translations settings.mdx (Czech) * New translations edit.mdx (Czech) * New translations view.mdx (Czech) * New translations extract.mdx (Czech) * New translations merge.mdx (Czech) * New translations scissors.mdx (Czech) * New translations time.mdx (Czech) * New translations elevation.mdx (Czech) * New translations extract.mdx (Czech) * New translations clean.mdx (Czech) * New translations en.json (Danish) * New translations faq.mdx (Czech) * New translations faq.mdx (Czech) * New translations en.json (Czech) * New translations files-and-stats.mdx (Czech) * New translations getting-started.mdx (Czech) * New translations map-controls.mdx (Czech) * New translations menu.mdx (Czech) * New translations toolbar.mdx (Czech) * New translations files-and-stats.mdx (Czech) * New translations edit.mdx (Czech) * New translations view.mdx (Czech) * New translations files-and-stats.mdx (Czech) * New translations files-and-stats.mdx (Czech) * New translations gpx.mdx (Czech) * New translations gpx.mdx (Czech) * New translations integration.mdx (Czech) * New translations view.mdx (Czech) * New translations map-controls.mdx (Czech) * New translations integration.mdx (Czech) * New translations map-controls.mdx (Czech) * New translations toolbar.mdx (Czech) * New translations en.json (Czech) * New translations settings.mdx (Czech) * New translations en.json (Czech) * New translations en.json (Czech) * New translations en.json (Czech) * New translations en.json (Czech) * New translations en.json (Czech) * New translations en.json (Basque) * New translations files-and-stats.mdx (Basque) * New translations getting-started.mdx (Basque) * New translations gpx.mdx (Basque) * New translations funding.mdx (Basque) * New translations mapbox.mdx (Basque) * New translations translation.mdx (Basque) * New translations integration.mdx (Basque) * New translations map-controls.mdx (Basque) * New translations menu.mdx (Basque) * New translations edit.mdx (Basque) * New translations file.mdx (Basque) * New translations settings.mdx (Basque) * New translations view.mdx (Basque) * New translations toolbar.mdx (Basque) * New translations clean.mdx (Basque) * New translations extract.mdx (Basque) * New translations merge.mdx (Basque) * New translations minify.mdx (Basque) * New translations poi.mdx (Basque) * New translations routing.mdx (Basque) * New translations scissors.mdx (Basque) * New translations time.mdx (Basque) * New translations faq.mdx (Basque) * New translations elevation.mdx (Basque) * New translations settings.mdx (Portuguese)
97 lines
3.5 KiB
Plaintext
97 lines
3.5 KiB
Plaintext
---
|
|
title: Akce úprav
|
|
---
|
|
|
|
<script lang="ts">
|
|
import { Undo2, Redo2, Info, PaintBucket, EyeOff, FileStack, ClipboardCopy, Scissors, ClipboardPaste, Trash2, Maximize, Plus } from 'lucide-svelte';
|
|
import DocsNote from '$lib/components/docs/DocsNote.svelte';
|
|
</script>
|
|
|
|
# { title }
|
|
|
|
Na rozdíl od akcí v menu Soubor, mohou akce úprav potenciálně změnit obsah aktuálně vybraných souborů.
|
|
Navíc pokud je povoleno rozvržení stromu seznamu souborů (viz [Soubory a statistiky](../files-and-stats)), mohou být také použity na [trasy, segmenty a body zájmu](../gpx).
|
|
Proto budeme všechny prvky, které mohou být těmito akcemi upraveny, označovat jako _prvky souborů_.
|
|
Všechny akce kromě zpět a opakovat jsou také dostupné z kontextového menu (klik pravým tlačítkem) prvků souborů.
|
|
|
|
### <Undo2 size="16" class="inline-block" style="margin-bottom: 2px" /><Redo2 size="16" class="inline-block" style="margin-bottom: 2px" /> Zpět a opakovat
|
|
|
|
Těmito tlačítky můžete vrátit nebo opakovat poslední vykonané akce.
|
|
To platí pro všechny akce v rozhraní kromě možností zobrazení, nastavení aplikace nebo pohybů mapy.
|
|
|
|
### <Info size="16" class="inline-block" style="margin-bottom: 2px" /> Informace...
|
|
|
|
Otevře informační dialog zvoleného prvku souborů, kde lze zobrazit a změnit jméno a popis prvku.
|
|
|
|
### <PaintBucket size="16" class="inline-block" style="margin-bottom: 2px" /> Vzhled...
|
|
|
|
Otevře dialog vzhledu, kde můžete změnit barvu, neprůhlednost a tloušťku zvolených prvků souborů v mapě.
|
|
|
|
### <EyeOff size="16" class="inline-block" style="margin-bottom: 2px" /> Skrýt/zobrazit
|
|
|
|
Přepnout viditelnost zvolených prvků souborů v mapě.
|
|
|
|
### <Plus size="16" class="inline-block" style="margin-bottom: 2px" /> Nová trasa
|
|
|
|
Vytvořit novou trasu ve zvoleném souboru.
|
|
|
|
<DocsNote>
|
|
|
|
Tato akce je dostupná pouze v případě, že je povoleno rozvržení stromu seznamu souborů.
|
|
Kromě toho musí být vybrán právě jeden soubor.
|
|
|
|
</DocsNote>
|
|
|
|
### <Plus size="16" class="inline-block" style="margin-bottom: 2px" /> Nový úsek
|
|
|
|
Vytvořit nový úsek na zvolené trase.
|
|
|
|
<DocsNote>
|
|
|
|
Tato akce je dostupná pouze v případě, že je povoleno rozvržení stromu seznamu souborů.
|
|
Kromě toho musí být zvolena právě jedna trasa.
|
|
|
|
</DocsNote>
|
|
|
|
### <FileStack size="16" class="inline-block" style="margin-bottom: 2px" /> Vybrat vše
|
|
|
|
Přidejte k výběru všechny prvky souborů v dané úrovni hierarchie.
|
|
|
|
### <Maximize size="16" class="inline-block" style="margin-bottom: 2px" /> Vycentrovat
|
|
|
|
Vystředí mapu na označené prvky souborů.
|
|
|
|
### <ClipboardCopy size="16" class="inline-block" style="margin-bottom: 2px" /> Kopírovat
|
|
|
|
Zkopíruje zvolené prvky souborů do schránky.
|
|
|
|
<DocsNote>
|
|
|
|
Tato akce je dostupná pouze v případě, že je povoleno rozvržení stromu seznamu souborů.
|
|
|
|
</DocsNote>
|
|
|
|
### <Scissors size="16" class="inline-block" style="margin-bottom: 2px" /> Vyjmout
|
|
|
|
Vyjme zvolené prvky souborů do schránky.
|
|
|
|
<DocsNote>
|
|
|
|
Tato akce je dostupná pouze v případě, že je povoleno rozvržení stromu seznamu souborů.
|
|
|
|
</DocsNote>
|
|
|
|
### <ClipboardPaste size="16" class="inline-block" style="margin-bottom: 2px" /> Vložit
|
|
|
|
Vloží prvky souborů ze schránky do stávající úrovně hierarchie, pokud jsou kompatibilní.
|
|
|
|
<DocsNote>
|
|
|
|
Tato akce je dostupná pouze v případě, že je povoleno rozvržení stromu seznamu souborů.
|
|
|
|
</DocsNote>
|
|
|
|
### <Trash2 size="16" class="inline-block" style="margin-bottom: 2px" /> Odstranit
|
|
|
|
Odstranit vybrané prvky souboru.
|