- started overlays

- started symbol layer
- move renderer and generator out of view package
  - hopefully the last big refactoring for a while...
- improve perspective, plane should be more far away to decrease foreshortening
This commit is contained in:
Hannes Janetzek
2012-10-09 13:23:15 +02:00
parent 2713f3bc6f
commit 33d8865d7b
128 changed files with 2360 additions and 1417 deletions

View File

@@ -21,7 +21,7 @@
>
<!-- android:theme="@style/Theme.TileMap" -->
<activity
android:name="org.oscim.app.TileMap"
android:name="TileMap"
android:configChanges="orientation|screenSize" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />
@@ -34,4 +34,4 @@
<activity android:name=".InfoView" />
</application>
</manifest>
</manifest>