mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-19 23:14:47 +02:00
Include zoom to edit notice over map
This commit is contained in:
+3
-1
@@ -22,6 +22,7 @@ import { uiLoading } from './loading';
|
||||
import { uiMapData } from './map_data';
|
||||
import { uiMapInMap } from './map_in_map';
|
||||
import { uiModes } from './modes';
|
||||
import { uiNotice } from './notice';
|
||||
import { uiRestore } from './restore';
|
||||
import { uiSave } from './save';
|
||||
import { uiScale } from './scale';
|
||||
@@ -82,7 +83,8 @@ export function uiInit(context) {
|
||||
|
||||
content
|
||||
.call(uiMapInMap(context))
|
||||
.call(uiInfo(context));
|
||||
.call(uiInfo(context))
|
||||
.call(uiNotice(context));
|
||||
|
||||
bar
|
||||
.append('div')
|
||||
|
||||
Reference in New Issue
Block a user