Add failsafe: overpass will stop redownloading if the features have been fetched by other sources and will pick the new bounds when redownloading

This commit is contained in:
Pieter Vander Vennet 2021-10-20 01:26:39 +02:00
parent 914c12ce21
commit b7c6861484
2 changed files with 35 additions and 35 deletions

View file

@ -24,9 +24,6 @@ import Translations from "./i18n/Translations";
import SimpleAddUI from "./BigComponents/SimpleAddUI";
import StrayClickHandler from "../Logic/Actors/StrayClickHandler";
import Lazy from "./Base/Lazy";
import ShowDataMultiLayer from "./ShowDataLayer/ShowDataMultiLayer";
import StaticFeatureSource from "../Logic/FeatureSource/Sources/StaticFeatureSource";
import FilteredLayer from "../Models/FilteredLayer";
export class DefaultGuiState {
public readonly welcomeMessageIsOpened;