forked from MapComplete/MapComplete
Small fixes
This commit is contained in:
parent
b7c6861484
commit
d3f84d51ac
2 changed files with 8 additions and 3 deletions
|
@ -113,9 +113,9 @@ export default class SimpleAddUI extends Toggle {
|
|||
new Toggle(
|
||||
new Toggle(
|
||||
new Toggle(
|
||||
addUi,
|
||||
Translations.t.general.add.stillLoading.Clone().SetClass("alert"),
|
||||
state.featurePipeline.somethingLoaded
|
||||
addUi,
|
||||
state.featurePipeline.runningQuery
|
||||
),
|
||||
Translations.t.general.add.zoomInFurther.Clone().SetClass("alert"),
|
||||
state.locationControl.map(loc => loc.zoom >= Constants.userJourney.minZoomLevelToAddNewPoints)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue