Files
gpx.studio/website/src/lib/docs/en/toolbar/clean.mdx

18 lines
673 B
Plaintext
Raw Normal View History

2024-07-08 22:43:50 +02:00
---
title: Clean
---
2024-07-09 22:49:57 +02:00
<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 }
2024-07-10 15:09:52 +02:00
When the clean tool is selected, dragging the map will create a rectangle selection.
Depending on the options selected in the dialog shown below, clicking the delete button will remove GPS points and/or [points of interest](../gpx) located either inside or outside the selection.
2024-07-09 22:49:57 +02:00
<div class="flex flex-row justify-center">
<Clean class="text-foreground p-3 border rounded-md shadow-lg" />
</div>