mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 17:23:02 +00:00
Fix downloading
This commit is contained in:
@@ -243,6 +243,7 @@ iD.Map = function(elem) {
|
||||
dispatch.move(map);
|
||||
tileclient.redraw();
|
||||
if (getZoom() > 13) {
|
||||
download();
|
||||
drawVector();
|
||||
} else {
|
||||
// TODO: hide vector features
|
||||
|
||||
Reference in New Issue
Block a user