New translations minify.mdx (Serbian (Latin))

This commit is contained in:
vcoppe
2026-04-23 22:45:48 +02:00
parent 9ff91480db
commit 6af76a9b6e

View File

@@ -1,5 +1,5 @@
---
title: Minify
title: Umanjiti
---
<script>
@@ -10,9 +10,9 @@ title: Minify
# <Funnel 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.
Ovaj alat se može koristiti za smanjenje broja GPS tačaka u trasu, što može biti korisno za smanjenje njegove veličine.
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.
Možete podesiti toleranciju algoritma za pojednostavljivanje pomoću klizača i videti broj tačaka koje će biti zadržane, kao i pojednostavljeni trag na mapi.
<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>.
Vrednost tolerancije predstavlja maksimalno dozvoljeno rastojanje između originalnog traga i pojednostavljenog traga.
Више о коришћеном алгоритму можете прочитати <a href="https://en.wikipedia.org/wiki/Ramer%E2%80%93Douglas%E2%80%93Peucker_algorithm" target="_blank">овде</a>.
</DocsNote>