diff --git a/vtm-android-example/src/org/oscim/android/test/SimpleMapActivity.java b/vtm-android-example/src/org/oscim/android/test/SimpleMapActivity.java index 5931683c..a958e85d 100644 --- a/vtm-android-example/src/org/oscim/android/test/SimpleMapActivity.java +++ b/vtm-android-example/src/org/oscim/android/test/SimpleMapActivity.java @@ -15,7 +15,6 @@ * this program. If not, see . */package org.oscim.android.test; -import org.oscim.layers.TileGridLayer; import org.oscim.layers.tile.vector.BuildingLayer; import org.oscim.layers.tile.vector.labeling.LabelLayer; import org.oscim.map.Layers; @@ -35,7 +34,7 @@ public class SimpleMapActivity extends BaseMapActivity { layers.add(new BuildingLayer(mMap, mBaseLayer)); layers.add(new LabelLayer(mMap, mBaseLayer)); - layers.add(new TileGridLayer(mMap)); + //layers.add(new TileGridLayer(mMap)); mMap.setTheme(InternalRenderTheme.DEFAULT); //mMap.setTheme(InternalRenderTheme.TRONRENDER);