gpx.studio/website/src/lib/docs/zh/toolbar/clean.mdx

18 lines
592 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
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>