vtm-desktop: decouple libGDX LWJGL backend (#714)

This commit is contained in:
Gustl22
2019-04-17 16:16:14 +02:00
committed by Emux
parent d6e55edd8e
commit 5979161611
54 changed files with 98 additions and 152 deletions

View File

@@ -14,8 +14,10 @@
*/
package org.oscim.test;
import okhttp3.Cache;
import okhttp3.OkHttpClient;
import org.oscim.core.MapPosition;
import org.oscim.gdx.GdxMapApp;
import org.oscim.gdx.lwjgl.GdxMapApp;
import org.oscim.layers.tile.buildings.BuildingLayer;
import org.oscim.layers.tile.vector.VectorTileLayer;
import org.oscim.layers.tile.vector.labeling.LabelLayer;
@@ -27,9 +29,6 @@ import org.oscim.tiling.source.geojson.MapzenGeojsonTileSource;
import java.io.File;
import java.util.UUID;
import okhttp3.Cache;
import okhttp3.OkHttpClient;
public class MapzenGeojsonTest extends GdxMapApp {
private static final boolean USE_CACHE = false;