mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-07 03:41:33 +00:00
Fix intro reveal size (#1567)
This commit is contained in:
@@ -26,8 +26,8 @@ iD.ui.intro.navigation = function(context, reveal) {
|
||||
var map = {
|
||||
left: 30,
|
||||
top: 60,
|
||||
width: window.innerWidth - 400,
|
||||
height: window.innerHeight - 200
|
||||
width: context.map().size()[0] - 60,
|
||||
height: context.map().size()[1] - 200
|
||||
};
|
||||
|
||||
context.map().centerZoom([-85.63591, 41.94285], 19);
|
||||
|
||||
Reference in New Issue
Block a user