18 lines
592 B
Text
18 lines
592 B
Text
---
|
||
title: 清理
|
||
---
|
||
|
||
<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 }
|
||
|
||
选择清理工具时,拖动地图将创建矩形选区。
|
||
|
||
在下方对话框中,选择要删除的要素(GPS 点或 [兴趣点](../gpx)),以及作用范围(选取内部或外部)。
|
||
|
||
<div class="flex flex-row justify-center">
|
||
<Clean class="text-foreground p-3 border rounded-md shadow-lg" />
|
||
</div>
|