Remove map zoom workaround. Fixes #470

This commit is contained in:
Tom MacWright
2013-01-24 12:27:49 -05:00
parent 1be596c21b
commit 8c330abdd6
-2
View File
@@ -157,12 +157,10 @@ window.iD = function(container) {
map.flush().connection()
.url('http://api06.dev.openstreetmap.org');
d3.select(this).text('dev').classed('live', false);
map.zoom(map.zoom());
} else {
map.flush().connection()
.url('http://www.openstreetmap.org');
d3.select(this).text('live').classed('live', true);
map.zoom(map.zoom());
}
});