Overzoom: fix reverse geocode #393

This commit is contained in:
Emux
2018-11-16 14:13:32 +02:00
parent b69570aa68
commit bb87c8a51b
2 changed files with 6 additions and 1 deletions

View File

@@ -26,6 +26,10 @@ public class OverzoomTileDataSource implements ITileDataSource {
this.overZoom = overZoom;
}
public ITileDataSource getDataSource() {
return tileDataSource;
}
@Override
public void query(MapTile tile, ITileDataSink sink) {
MapTile mapTile = tile;