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

@@ -20,7 +20,7 @@ package org.oscim.test.jeo;
import org.jeo.map.Style;
import org.jeo.vector.VectorDataset;
import org.oscim.backend.canvas.Color;
import org.oscim.gdx.GdxMapApp;
import org.oscim.gdx.lwjgl.GdxMapApp;
import org.oscim.layers.JeoVectorLayer;
import org.oscim.layers.OSMIndoorLayer;
import org.oscim.layers.tile.bitmap.BitmapTileLayer;

View File

@@ -16,7 +16,7 @@
*/
package org.oscim.test.jeo;
import org.oscim.gdx.GdxMapApp;
import org.oscim.gdx.lwjgl.GdxMapApp;
import org.oscim.layers.tile.vector.VectorTileLayer;
import org.oscim.renderer.MapRenderer;
import org.oscim.theme.carto.RenderTheme;