mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-12-03 18:32:12 +00:00
19 lines
660 B
Plaintext
19 lines
660 B
Plaintext
---
|
||
title: Temizle
|
||
---
|
||
|
||
<script>
|
||
import { SquareDashedMousePointer } MYLUCIDESVELTEIMPORT;
|
||
import Clean from '$lib/components/toolbar/tools/Clean.svelte';
|
||
</script>
|
||
|
||
# <SquareDashedMousePointer size="24" class="inline-block" style="margin-bottom: 5px" /> { title }
|
||
|
||
Temizleme aracı seçiliyken haritayı sürüklemek bir dikdörtgen oluşturur.
|
||
|
||
Aşağıdaki pencerede seçili seçeneklere bağlı olarak, sil butonuna tıklamak seçimin içindeki veya dışındaki GPS noktaları ve/veya [ilgi noktalarını](../gpx) kaldırır.
|
||
|
||
<div class="flex flex-row justify-center">
|
||
<Clean class="text-foreground p-3 border rounded-md shadow-lg" />
|
||
</div>
|