mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-08-31 15:43:25 +00:00
New translations minify.mdx (Polish)
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: Minify
|
title: Zredukuj
|
||||||
---
|
---
|
||||||
|
|
||||||
<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.
|
To narzędzie może być użyte do zredukowania liczby punktów GPS w ścieżce, co może być przydatne do zmniejszenia jej rozmiaru.
|
||||||
|
|
||||||
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żesz dostosować tolerancję algorytmu upraszczającego za pomocą suwaka, i zobaczyć liczbę punktów, które zostaną zachowane, jak również uproszczoną ścieżkę na mapie.
|
||||||
|
|
||||||
<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.
|
Wartość tolerancji oznacza maksymalną dopuszczalną odległość między oryginalną ścieżką a uproszczoną.
|
||||||
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>.
|
Więcej na temat użytego algorytmu <a href="https://en.wikipedia.org/wiki/Ramer%E2%80%93Douglas%E2%80%93Peucker_algorithm" target="_blank">można przeczytać tutaj</a>.
|
||||||
|
|
||||||
</DocsNote>
|
</DocsNote>
|
||||||
|
Reference in New Issue
Block a user