New translations minify.mdx (Czech)

This commit is contained in:
vcoppe 2024-09-08 20:13:47 +02:00
parent 9730f78fbb
commit c1d444f0d7

View file

@ -1,5 +1,5 @@
--- ---
title: Minify title: Zjednodušit
--- ---
<script> <script>
@ -10,9 +10,9 @@ title: Minify
# <Filter size="24" class="inline-block" style="margin-bottom: 5px" /> { title } # <Filter size="24" class="inline-block" style="margin-bottom: 5px" /> { title }
This tool can be used to reduce the number of GPS points in a trace, which can be useful for decreasing its size. Tento nástroj lze použít ke snížení počtu GPS bodů v trase, což může být užitečné pro zmenšení její velikosti.
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. Pomocí posuvníku můžete upravit toleranci algoritmu zjednodušení, a poté zkontrolovat počet bodů, které byly zachovány, a zjednodušenou trasu na mapě.
<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. Hodnota tolerance představuje maximální vzdálenost mezi původní a zjednodušenou trasou.
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>. Více o použitém algoritmu si můžete přečíst <a href="https://en.wikipedia.org/wiki/Ramer%E2%80%93Douglas%E2%80%93Peucker_algorithm" target="_blank">zde</a>.
</DocsNote> </DocsNote>