- remove swrenderer

- rearchitect:
 now that MapView is a ViewGroup and MapRenderer is the GLSurfaceView.
- lock/unlock proxy tiles properly to not be removed from cache while in use
This commit is contained in:
Hannes Janetzek
2012-09-16 19:26:53 +02:00
parent caea9cd7c9
commit a1317a9de5
81 changed files with 5271 additions and 5408 deletions

View File

@@ -8,7 +8,7 @@
<org.oscim.view.MapView
android:id="@+id/mapView"
android:layout_width="fill_parent"
android:layout_height="fill_parent" />
android:layout_height="fill_parent"/>
<ToggleButton
android:id="@+id/snapToLocationView"

View File

@@ -6,7 +6,9 @@
<!-- <item>MAP_READER</item> -->
<!-- <item>POSTGIS_READER</item> -->
<item>PBMAP_READER</item>
</string-array>
<!-- <item>OSCIMAP_READER</item> -->
<item>TEST_READER</item>
</string-array>
<string name="preferences_map_database_default">PBMAP_READER</string>

View File

@@ -6,7 +6,9 @@
<!-- <item>Mapfile</item> -->
<!-- <item>PostGIS</item> -->
<item>OpenScienceMap</item>
</string-array>
<!-- <item>OpenScienceMap2</item> -->
<item>Test</item>
</string-array>
<string-array name="preferences_scale_bar_unit_values">
<item>Imperial</item>
<item>Metric</item>