Update OsmBugsLayer.java

This commit is contained in:
Bars107 2014-08-05 20:37:26 +03:00
parent 30a830601f
commit 8cb2f753ab

View file

@ -110,7 +110,6 @@ public class OsmBugsLayer extends OsmandMapLayer implements IContextMenuProvider
protected List<OpenStreetNote> calculateResult(RotatedTileBox tileBox) {
QuadRect bounds = tileBox.getLatLonBounds();
return loadingBugs(bounds.top, bounds.left, bounds.bottom, bounds.right);
}
};
}