refactor: move tile layer classes back to layers.tile

they *really* belong there
This commit is contained in:
Hannes Janetzek
2014-02-20 03:31:55 +01:00
parent 6507b1369a
commit 48fa5d5434
56 changed files with 144 additions and 145 deletions

View File

@@ -28,7 +28,7 @@ import org.oscim.map.Map;
import org.oscim.map.ViewController;
import org.oscim.renderer.MapRenderer;
import org.oscim.theme.InternalRenderTheme;
import org.oscim.tiling.source.TileSource;
import org.oscim.tiling.TileSource;
import com.badlogic.gdx.Application;
import com.badlogic.gdx.ApplicationListener;