forked from MapComplete/MapComplete
Attempt to fix import flow
This commit is contained in:
parent
b75581405e
commit
aef6bece49
1 changed files with 2 additions and 0 deletions
|
@ -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()
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue