mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-12-03 18:32:12 +00:00
27 lines
1.0 KiB
Plaintext
27 lines
1.0 KiB
Plaintext
---
|
|
title: Txikiagotu
|
|
---
|
|
|
|
<script>
|
|
import { Funnel } from '@lucide/svelte';
|
|
import Reduce from '$lib/components/toolbar/tools/reduce/Reduce.svelte';
|
|
import DocsNote from '$lib/components/docs/DocsNote.svelte';
|
|
</script>
|
|
|
|
# <Funnel size="24" class="inline-block" style="margin-bottom: 5px" /> { title }
|
|
|
|
Tresna hau arrasto bateko GPS puntu kopurua murrizteko erabil daiteke, bere tamaina txikitzeko.
|
|
|
|
Sinplifikazio algoritmoaren tolerantzia egokitu dezakezu graduatzailea erabiliz, eta ikusiko diren puntu kopurua ikus daiteke, baita mapan dagoen arrasto sinplifikatua ere.
|
|
|
|
<div class="flex flex-row justify-center">
|
|
<Reduce class="text-foreground p-3 border rounded-md shadow-lg" />
|
|
</div>
|
|
|
|
<DocsNote>
|
|
|
|
Tolerantziaren balioak jatorrizko arrastoaren eta arrasto sinplifikatuaren artean onartzen den gehieneko distantzia adierazten du.
|
|
Erabiltzen den algoritmoari buruz informazio gehiago irakurri dezakezu <a href="https://en.wikipedia.org/wiki/Ramer%E2%80%93Douglas%E2%80%93Peucker_algorithm" target="_blank">hemen</a>.
|
|
|
|
</DocsNote>
|