noAdminlevels switch
This commit is contained in:
parent
d8555392d2
commit
51ba5af8d6
6 changed files with 13 additions and 7 deletions
|
@ -20,6 +20,8 @@
|
|||
type="string" possibleValues="default,car,bicycle,pedestrian"/>
|
||||
<renderingProperty attr="noPolygons" name="No polygons" description="Make all areal land features on map transparent"
|
||||
type="boolean" possibleValues=""/>
|
||||
<renderingProperty attr="noAdminlevels" name="Hide admin levels" description="Suppress display of admin levels 5-9"
|
||||
type="boolean" possibleValues=""/>
|
||||
<renderingProperty attr="showRoadMaps" name="Show road maps" description="Select how to show maps that have only road information."
|
||||
type="string" possibleValues="Always - never show regular maps,Where no regular map is available,Never"/>
|
||||
|
||||
|
@ -1591,12 +1593,12 @@
|
|||
<filter minzoom="11" strokeWidth="3"/>
|
||||
</filter>
|
||||
|
||||
<filter tag="admin_level" value="5" minzoom="11" color="#2A800080" strokeWidth="3" pathEffect="6_3_2_3_2_3"/>
|
||||
<filter tag="admin_level" value="6" minzoom="11" color="#2A800080" strokeWidth="3" pathEffect="6_3_2_3"/>
|
||||
<filter tag="admin_level" value="7" minzoom="12" color="#2A800080" strokeWidth="3" pathEffect="5_1"/>
|
||||
<filter tag="admin_level" value="8" minzoom="12" color="#2A800080" strokeWidth="3" pathEffect="5_1"/>
|
||||
<filter tag="admin_level" value="9" minzoom="13" color="#2A800080" strokeWidth="3" pathEffect="4_1"/>
|
||||
<filter tag="admin_level" value="10" minzoom="13" color="#2A800080" strokeWidth="3" pathEffect="4_1"/>
|
||||
<filter noAdminlevels="false" tag="admin_level" value="5" minzoom="11" color="#2A800080" strokeWidth="3" pathEffect="6_3_2_3_2_3"/>
|
||||
<filter noAdminlevels="false" tag="admin_level" value="6" minzoom="11" color="#2A800080" strokeWidth="3" pathEffect="6_3_2_3"/>
|
||||
<filter noAdminlevels="false" tag="admin_level" value="7" minzoom="12" color="#2A800080" strokeWidth="3" pathEffect="5_1"/>
|
||||
<filter noAdminlevels="false" tag="admin_level" value="8" minzoom="12" color="#2A800080" strokeWidth="3" pathEffect="5_1"/>
|
||||
<filter noAdminlevels="false" tag="admin_level" value="9" minzoom="13" color="#2A800080" strokeWidth="3" pathEffect="4_1"/>
|
||||
<filter noAdminlevels="false" tag="admin_level" value="10" minzoom="13" color="#2A800080" strokeWidth="3" pathEffect="4_1"/>
|
||||
<filter tag="boundary" value="national_park" minzoom="7" maxzoom="9" color="#a009dd09" strokeWidth="1.5" pathEffect="4_1"/>
|
||||
<filter tag="boundary" value="national_park" minzoom="10" color="#a009dd09" strokeWidth="3" pathEffect="4_1"/>
|
||||
</line>
|
||||
|
|
BIN
OsmAnd/res/drawable-hdpi/widget_noadminlevels.png
Normal file
BIN
OsmAnd/res/drawable-hdpi/widget_noadminlevels.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 KiB |
BIN
OsmAnd/res/drawable-large/widget_noadminlevels.png
Normal file
BIN
OsmAnd/res/drawable-large/widget_noadminlevels.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 KiB |
BIN
OsmAnd/res/drawable-mdpi/widget_noadminlevels.png
Normal file
BIN
OsmAnd/res/drawable-mdpi/widget_noadminlevels.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 487 B |
|
@ -1,5 +1,7 @@
|
|||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<resources>
|
||||
<string name="rendering_attr_noAdminlevels_name">Keine Grenzen anzeigen</string>
|
||||
<string name="rendering_attr_noAdminlevels_description">Unterdrückt die Anzeige der Grenzverläufe Level 5-9</string>
|
||||
<string name="tip_altitude_offset">Höhenangaben - Offset Korrektur</string>
|
||||
<string name="tip_altitude_offset_t">\tDie meisten GPS-Systeme zeigen Höhenmessungen im ellipsoid-basierten WGS84-System an, die Umrechnung auf lokal übliche Höhenangaben erfordert eine ortsabhängige Korrektur.
|
||||
\n\tEine bessere Näherung an lokale Systeme ist das EGM96-System. Osmand unterstützt nun die automatische Anzeige aller Höhenangaben im EGM96-System.
|
||||
|
|
|
@ -9,6 +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_noAdminlevels_name">Hide admin levels</string>
|
||||
<string name="rendering_attr_noAdminlevels_description">Suppress display of admin levels 5-9</string>
|
||||
<string name="tip_altitude_offset">Altitude Display - Offset Correction</string>
|
||||
<string name="tip_altitude_offset_t">\tMost GPS devices report altitude measurements in the ellipsoid-based WGS84 reference system, from which a conversion to locally used systems requires a position-dependent correction.
|
||||
\n\tA better approximation to these local systems is the EGM96 reference. OsmAnd now also supports the automatic display of altitudes in the EGM96 system.
|
||||
|
|
Loading…
Reference in a new issue