forked from MapComplete/MapComplete
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:
parent
914c12ce21
commit
b7c6861484
2 changed files with 35 additions and 35 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue