Make Travis happy
This commit is contained in:
@@ -29,7 +29,7 @@ import org.mapsforge.map.layer.cache.InMemoryTileCache;
|
||||
import org.mapsforge.map.layer.cache.TileCache;
|
||||
import org.mapsforge.map.layer.cache.TwoLevelTileCache;
|
||||
import org.mapsforge.map.layer.renderer.TileRendererLayer;
|
||||
import org.mapsforge.map.model.MapViewPosition;
|
||||
import org.mapsforge.map.model.IMapViewPosition;
|
||||
import org.mapsforge.map.model.Model;
|
||||
import org.mapsforge.map.model.common.PreferencesFacade;
|
||||
import org.mapsforge.map.reader.MapFile;
|
||||
@@ -96,7 +96,7 @@ public class MapsforgeMapPanel extends JPanel {
|
||||
layers.add(createTileRendererLayer(tileCache, mapView.getModel().mapViewPosition, mapPath, themePath));
|
||||
}
|
||||
|
||||
private Layer createTileRendererLayer(TileCache tileCache, MapViewPosition mapViewPosition, File mapFile, File themeFile) {
|
||||
private Layer createTileRendererLayer(TileCache tileCache, IMapViewPosition mapViewPosition, File mapFile, File themeFile) {
|
||||
|
||||
TileRendererLayer tileRendererLayer = new TileRendererLayer(tileCache, new MapFile(mapFile), mapViewPosition, false, true, false, GRAPHIC_FACTORY);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user