Fix
This commit is contained in:
parent
cdba23274d
commit
77b7290a20
1 changed files with 0 additions and 21 deletions
|
@ -1,21 +0,0 @@
|
|||
package net.osmand.plus.mapillary;
|
||||
|
||||
import android.graphics.Canvas;
|
||||
|
||||
import net.osmand.data.RotatedTileBox;
|
||||
import net.osmand.plus.views.MapTileLayer;
|
||||
import net.osmand.plus.views.OsmandMapLayer;
|
||||
import net.osmand.plus.views.OsmandMapTileView;
|
||||
|
||||
public class MapillaryLayer extends MapTileLayer {
|
||||
|
||||
public MapillaryLayer() {
|
||||
super(false);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onPrepareBufferImage(Canvas canvas, RotatedTileBox tileBox, DrawSettings drawSettings) {
|
||||
super.onPrepareBufferImage(canvas, tileBox, drawSettings);
|
||||
// todo add
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue