started work on labeling
This commit is contained in:
@@ -88,7 +88,8 @@
|
||||
<string name="preferences_show_scale_bar_desc">Show the scale of the map</string>
|
||||
<string name="preferences_show_tile_coordinates">Tile coordinates</string>
|
||||
<string name="preferences_show_tile_coordinates_desc">Show coordinates on tiles</string>
|
||||
<string name="preferences_show_tile_frames">Tile boundaries</string>
|
||||
<string name="preferences_show_unmatched_ways">Draw unmatched ways</string>
|
||||
<string name="preferences_show_tile_frames">Tile boundaries</string>
|
||||
<string name="preferences_show_tile_frames_desc">Draw tile boundaries</string>
|
||||
<string name="preferences_disable_polygons">Disable Polygon rendering</string>
|
||||
<string name="preferences_show_water_tiles_desc">Highlight tiles which have the water flag set</string>
|
||||
|
||||
@@ -32,8 +32,8 @@
|
||||
android:key="showFpsCounter" /> -->
|
||||
<CheckBoxPreference android:title="@string/preferences_show_tile_frames" android:summary="@string/preferences_show_tile_frames_desc"
|
||||
android:key="drawTileFrames" />
|
||||
<!-- <CheckBoxPreference android:title="@string/preferences_show_tile_coordinates" android:summary="@string/preferences_show_tile_coordinates_desc"
|
||||
android:key="drawTileCoordinates" /> -->
|
||||
<CheckBoxPreference android:title="@string/preferences_show_unmatched_ways" android:summary="@string/preferences_show_unmatched_ways"
|
||||
android:key="drawUnmatchedWays" />
|
||||
<CheckBoxPreference android:title="@string/preferences_disable_polygons" android:summary="@string/preferences_disable_polygons"
|
||||
android:key="disablePolygons" />
|
||||
</PreferenceCategory>
|
||||
|
||||
Reference in New Issue
Block a user