Issue 1508

This commit is contained in:
sonora 2012-11-15 10:00:04 +01:00
parent 44f7f097ec
commit 1311d227ec
2 changed files with 9 additions and 6 deletions

View file

@ -21,7 +21,7 @@
<renderingProperty attr="noPolygons" name="No polygons" description="Make all areal land features on map transparent"
type="boolean" possibleValues=""/>
<renderingProperty attr="showRoadMaps" name="Show road maps" description="Select how to show maps that have only road information."
type="string" possibleValues="yes,only_roads,no"/>
type="string" possibleValues="Always - never show normal maps,If no other maps available,Never"/>
<renderingAttribute name="defaultColor">
<filter noPolygons="true" attrColorValue="#00ffffff"/>
@ -30,9 +30,9 @@
</renderingAttribute>
<renderingAttribute name="showRoadMapsAttribute">
<filter showRoadMaps="only_roads" attrIntValue="1"/>
<filter showRoadMaps="yes" attrIntValue="0"/>
<filter showRoadMaps="no" attrIntValue="-1"/>
<filter showRoadMaps="Always - never show normal maps" attrIntValue="1"/>
<filter showRoadMaps="If no other maps available" attrIntValue="0"/>
<filter showRoadMaps="Never" attrIntValue="-1"/>
<filter attrIntValue="0"/>
</renderingAttribute>
@ -57,14 +57,17 @@
<filter attrColorValue="#B400FFFF"/>
</renderingAttribute>
<!-- Minimum polygon size in pixels -->
<renderingAttribute name="polygonMinSizeToDisplay">
<filter attrIntValue="100"/>
</renderingAttribute>
<!-- 8 (=1 pixel tile) down to 0 (=large tile) -->
<renderingAttribute name="roadDensityZoomTile">
<filter attrIntValue="3"/>
</renderingAttribute>
<!-- Number of roads to display per tile -->
<renderingAttribute name="roadsDensityLimitPerTile">
<filter attrIntValue="12"/>
</renderingAttribute>

View file

@ -9,8 +9,8 @@
1. All your modified/created strings are in the top of the file (to make easier find what\'s translated).
PLEASE: Have a look at http://code.google.com/p/osmand/wiki/UIConsistency, it may really improve your and our work :-) Thx - Hardy
-->
<string name="rendering_attr_showRoadMaps_description">Select how to display roads-only maps:</string>
<string name="rendering_attr_showRoadMaps_name">Show roads-only maps</string>
<string name="rendering_attr_showRoadMaps_description">Select when to display roads-only maps:</string>
<string name="rendering_attr_showRoadMaps_name">Roads-only maps</string>
<string name="safe_mode_description">Run the application in safe mode (using slower Android instead of native code).</string>
<string name="safe_mode">Safe mode</string>
<string name="native_library_not_running">The application is running in safe mode (disable it in the Settings).</string>