New translations minify.mdx (Chinese Simplified)

This commit is contained in:
vcoppe 2024-11-08 04:55:27 +01:00
parent b6c76cab6d
commit d73b7afacb

View file

@ -12,7 +12,7 @@ title: 最小化
此工具可用来减少轨迹中GPS点的数量这对缩小其大小是有用的。
You can adjust the tolerance of the simplification algorithm using the slider, and see the number of points that will be kept, as well as the simplified trace on the map.
您可使用滑块调整简化算法的容差值,并在地图中查看精简的 Gps 点数和简化轨迹。
<div class="flex flex-row justify-center">
<Reduce class="text-foreground p-3 border rounded-md shadow-lg" />
@ -20,7 +20,7 @@ You can adjust the tolerance of the simplification algorithm using the slider, a
<DocsNote>
The tolerance value represents the maximum distance allowed between the original trace and the simplified trace.
You can read more about the algorithm used <a href="https://en.wikipedia.org/wiki/Ramer%E2%80%93Douglas%E2%80%93Peucker_algorithm" target="_blank">here</a>.
容差值代表原始轨迹与简化轨迹之间允许的最大偏差。
您可以在<a href="https://en.wikipedia.org/wiki/Ramer%E2%80%93Douglas%E2%80%93Peucker_algorithm" target="_blank">此处</a>查看有关算法的更多信息。
</DocsNote>