- refactor: moving parts of MapRenderer that run on main thread to new TileLoader class

- adding option for enable rotation.. still needs work
- renaming json db to test - it doesnt do json but still handy for testing
This commit is contained in:
Hannes Janetzek
2012-09-10 02:24:11 +02:00
parent 2d90a4dea4
commit 69fe74facc
24 changed files with 863 additions and 666 deletions

View File

@@ -22,6 +22,10 @@
<item
android:id="@+id/menu_position_map_center"
android:title="@string/menu_position_map_file_center"/>
<item
android:id="@+id/menu_rotation_enable"
android:title="@string/menu_rotation_enable"/>
</menu>
</item>
<item