forked from MapComplete/MapComplete
Merge branch 'develop' into features/left-right-rendering
This commit is contained in:
commit
59d20ec859
3 changed files with 9 additions and 4 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