mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2026-04-24 04:15:55 +00:00
19 lines
677 B
Plaintext
19 lines
677 B
Plaintext
---
|
|
title: Očisti
|
|
---
|
|
|
|
<script>
|
|
import { SquareDashedMousePointer } from '@lucide/svelte';
|
|
import Clean from '$lib/components/toolbar/tools/Clean.svelte';
|
|
</script>
|
|
|
|
# <SquareDashedMousePointer size="24" class="inline-block" style="margin-bottom: 5px" /> { title }
|
|
|
|
Kada je izabran alat za čišćenje, prevlačenjem mape će se kreirati pravougaoni izbor.
|
|
|
|
U zavisnosti od opcija izabranih u dijalogu prikazanom ispod, klikom na dugme za brisanje uklonićete GPS tačke i/ili [tačke interesa](../gpx) koje se nalaze unutar ili van selekcije.
|
|
|
|
<div class="flex flex-row justify-center">
|
|
<Clean class="text-foreground p-3 border rounded-md shadow-lg" />
|
|
</div>
|