From 591fafc5de1efcf2ebf80b2b773716ac3fab3c26 Mon Sep 17 00:00:00 2001 From: hermes-explorigin Date: Mon, 10 Aug 2026 15:22:01 +0000 Subject: [PATCH] feat(directions): run route computation in a Web Worker with live progress (off UI thread) --- src/lib/components/MapView.svelte | 70 +++++++++++++++++++++++++------ 1 file changed, 57 insertions(+), 13 deletions(-) diff --git a/src/lib/components/MapView.svelte b/src/lib/components/MapView.svelte index e7198d0..c757869 100644 --- a/src/lib/components/MapView.svelte +++ b/src/lib/components/MapView.svelte @@ -1,12 +1,12 @@