- 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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user