- added tilt view gesture

- use simple line shader when rotation is disabled
This commit is contained in:
Hannes Janetzek
2012-09-23 11:08:18 +02:00
parent 7d7cf10d89
commit 8ec405cf5c
8 changed files with 145 additions and 127 deletions

View File

@@ -188,7 +188,7 @@ public class MapView extends FrameLayout {
mMapZoomControls = new MapZoomControls(mapActivity, this);
mMapZoomControls.setShowMapZoomControls(true);
enableRotation = true;
// enableRotation = true;
for (MapWorker worker : mMapWorkers)
worker.start();