From aef6bece49fa1c8b2db2867d2b9bb34d9aad150d Mon Sep 17 00:00:00 2001 From: pietervdvn Date: Mon, 11 Jul 2022 11:09:25 +0200 Subject: [PATCH] Attempt to fix import flow --- UI/ImportFlow/ConflationChecker.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/UI/ImportFlow/ConflationChecker.ts b/UI/ImportFlow/ConflationChecker.ts index 88c394bf85..e64a75342e 100644 --- a/UI/ImportFlow/ConflationChecker.ts +++ b/UI/ImportFlow/ConflationChecker.ts @@ -80,6 +80,8 @@ export default class ConflationChecker extends Combine implements FlowStep<{ fea if (v !== undefined && v !== null) { console.log("Loaded from local storage:", v) overpassStatus.setData("cached") + }else{ + loadDataFromOverpass() } } });