New translations minify.mdx (Chinese Simplified)

This commit is contained in:
vcoppe 2025-01-06 13:22:06 +01:00
parent dde0da26c7
commit cc4b168826

View file

@ -1,5 +1,5 @@
--- ---
title: 简化 title: 精简 GPS 点数量
--- ---
<script> <script>
@ -10,9 +10,9 @@ title: 简化
# <Filter size="24" class="inline-block" style="margin-bottom: 5px" /> { title } # <Filter size="24" class="inline-block" style="margin-bottom: 5px" /> { title }
该工具通过减少轨迹中 GPS 点的数量来压缩文件大小 该工具通过减少轨迹中 GPS 点的数量来压缩文件。
使用滑块调整简化算法的阈值,查看将保留的轨迹点数量,并在地图中查看简化后的轨迹。 使用滑块调整简化算法的距离阈值,查看将保留的轨迹点数量,并在地图中查看简化后的轨迹。
<div class="flex flex-row justify-center"> <div class="flex flex-row justify-center">
<Reduce class="text-foreground p-3 border rounded-md shadow-lg" /> <Reduce class="text-foreground p-3 border rounded-md shadow-lg" />
@ -20,7 +20,7 @@ title: 简化
<DocsNote> <DocsNote>
该阈值为原始迹线和简化后的迹线之间允许的最大距离 改阈值表示原始轨迹和简化轨迹之间允许的最大间距
点击 <a href="https://en.wikipedia.org/wiki/Ramer%E2%80%93Douglas%E2%80%93Peucker_algorithm" target="_blank"> 此处 </a> 查阅有关简化算法的更多信息 查阅 <a href="https://en.wikipedia.org/wiki/Ramer%E2%80%93Douglas%E2%80%93Peucker_algorithm" target="_blank"> 简化算法文档 </a> 以了解更多
</DocsNote> </DocsNote>