Small fixes

This commit is contained in:
Pieter Vander Vennet 2021-10-20 19:12:28 +02:00
parent b7c6861484
commit d3f84d51ac
2 changed files with 8 additions and 3 deletions

View file

@ -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)