New translations minify.mdx (Chinese Simplified)
This commit is contained in:
parent
b6c76cab6d
commit
d73b7afacb
1 changed files with 3 additions and 3 deletions
|
|
@ -12,7 +12,7 @@ title: 最小化
|
||||||
|
|
||||||
此工具可用来减少轨迹中GPS点的数量,这对缩小其大小是有用的。
|
此工具可用来减少轨迹中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">
|
<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 @@ You can adjust the tolerance of the simplification algorithm using the slider, a
|
||||||
|
|
||||||
<DocsNote>
|
<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>
|
</DocsNote>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue