mirror of
https://github.com/FoggedLens/iD.git
synced 2026-06-03 13:38:04 +02:00
Remove map zoom workaround. Fixes #470
This commit is contained in:
@@ -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());
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user