Include zoom to edit notice over map

This commit is contained in:
Lee Haugen
2017-08-25 15:19:27 -05:00
parent af7dcb8d4e
commit 978abafa33
+3 -1
View File
@@ -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')