Fix intro reveal size (#1567)

This commit is contained in:
John Firebaugh
2013-06-03 10:27:57 -07:00
parent b559c8848e
commit 27ebc01f81

View File

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