Update OsmBugsLayer.java
This commit is contained in:
parent
30a830601f
commit
8cb2f753ab
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue