From 06aee55ef6bd0f24289942700c552fce28b14f07 Mon Sep 17 00:00:00 2001 From: vcoppe Date: Tue, 23 Jul 2024 17:14:24 +0200 Subject: [PATCH] New translations minify.mdx (Spanish) --- website/src/lib/docs/es/toolbar/minify.mdx | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 website/src/lib/docs/es/toolbar/minify.mdx diff --git a/website/src/lib/docs/es/toolbar/minify.mdx b/website/src/lib/docs/es/toolbar/minify.mdx new file mode 100644 index 00000000..331da4da --- /dev/null +++ b/website/src/lib/docs/es/toolbar/minify.mdx @@ -0,0 +1,28 @@ +--- +title: Minify +--- + + + +# { title } + +This tool can be used to reduce the number of GPS points in a trace, which can be useful for decreasing its size. + +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. + +
+ +
+ + + +``` +El valor de tolerancia representa la distancia máxima permitida entre la ruta original y la simplificada. +Puede leer más sobre el algoritmo usado aquí. +``` + +