some cleanup

This commit is contained in:
sonora 2012-11-30 09:32:01 +01:00
parent 4009077ebe
commit 1342dc192e
6 changed files with 13 additions and 13 deletions

View file

@ -20,7 +20,7 @@
type="string" possibleValues="default,car,bicycle,pedestrian"/>
<renderingProperty attr="noPolygons" name="Hide 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"
<renderingProperty attr="noAdminboundaries" name="Hide boundaries" 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"/>
@ -1593,15 +1593,15 @@
<filter minzoom="11" strokeWidth="3"/>
</filter>
<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 noAdminboundaries="false" tag="admin_level" value="5" minzoom="11" color="#2A800080" strokeWidth="3" pathEffect="6_3_2_3_2_3"/>
<filter noAdminboundaries="false" tag="admin_level" value="6" minzoom="11" color="#2A800080" strokeWidth="3" pathEffect="6_3_2_3"/>
<filter noAdminboundaries="false" tag="admin_level" value="7" minzoom="12" color="#2A800080" strokeWidth="3" pathEffect="5_1"/>
<filter noAdminboundaries="false" tag="admin_level" value="8" minzoom="12" color="#2A800080" strokeWidth="3" pathEffect="5_1"/>
<filter noAdminboundaries="false" tag="admin_level" value="9" minzoom="13" color="#2A800080" strokeWidth="3" pathEffect="4_1"/>
<filter noAdminboundaries="false" tag="admin_level" value="10" minzoom="13" color="#2A800080" strokeWidth="3" pathEffect="4_1"/>
<filter noAdminlevels="false" tag="boundary" value="national_park" minzoom="7" maxzoom="9" color="#a009dd09" strokeWidth="1.5" pathEffect="4_1"/>
<filter noAdminlevels="false" tag="boundary" value="national_park" minzoom="10" color="#a009dd09" strokeWidth="3" pathEffect="4_1"/>
<filter noAdminboundaries="false" tag="boundary" value="national_park" minzoom="7" maxzoom="9" color="#a009dd09" strokeWidth="1.5" pathEffect="4_1"/>
<filter noAdminboundaries="false" tag="boundary" value="national_park" minzoom="10" color="#a009dd09" strokeWidth="3" pathEffect="4_1"/>
</line>
</renderingStyle>

View file

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View file

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View file

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View file

@ -1,7 +1,7 @@
<?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="rendering_attr_noAdminboundaries_name">Keine Grenzen anzeigen</string>
<string name="rendering_attr_noAdminboundaries_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.

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_noAdminlevels_name">Hide boundaries</string>
<string name="rendering_attr_noAdminlevels_description">Suppress display of admin levels 5-9</string>
<string name="rendering_attr_noAdminboundaries_name">Hide boundaries</string>
<string name="rendering_attr_noAdminboundaries_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.