New translations minify.mdx (Spanish)

This commit is contained in:
vcoppe 2024-07-24 13:37:52 +02:00
parent 2354bd0f0f
commit 1ce3595f78

View file

@ -1,5 +1,5 @@
---
title: Minify
title: Minimizar
---
<script>
@ -10,9 +10,9 @@ title: Minify
# <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.
Esta herramienta se puede usar para reducir el número de puntos GPS en un trazado, lo que puede ser útil para reducir su tamaño.
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.
Puede ajustar la tolerancia del algoritmo de simplificación usando el deslizador, y ver el número de puntos que se conservarán, así como el trazado simplificado en el mapa.
<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>.
El valor de tolerancia representa la distancia máxima permitida entre el trazado original y el trazado simplificado.
Puede leer más sobre el algoritmo usado <a href="https://en.wikipedia.org/wiki/Ramer%E2%80%93Douglas%E2%80%93Peucker_algorithm" target="_blank">aquí</a>.
</DocsNote>