mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 09:12:52 +00:00
Convert tabs to spaces
This commit is contained in:
@@ -19,7 +19,7 @@ iD.ui.geocoder = function() {
|
||||
}
|
||||
var bounds = resp[0].boundingbox;
|
||||
map.extent(iD.geo.Extent([parseFloat(bounds[3]), parseFloat(bounds[0])], [parseFloat(bounds[2]), parseFloat(bounds[1])]));
|
||||
if (map.zoom() > 19) map.zoom(19);
|
||||
if (map.zoom() > 19) map.zoom(19);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user