diff options
author | christeck <christeck@ffa7fe5e-494d-0410-b361-a75ebd5db220> | 2008-08-28 22:57:01 +0000 |
---|---|---|
committer | christeck <christeck@ffa7fe5e-494d-0410-b361-a75ebd5db220> | 2008-08-28 22:57:01 +0000 |
commit | b2e853652eb1cd9ce6219c7efb8bc9a4908d5b65 (patch) | |
tree | 623d3574937924b574008a58e626aad7239cffb9 /navit/navit.xml | |
parent | e1b5ba72cb7ea7feb46996aae9c71f53bc32b4c6 (diff) | |
download | navit-b2e853652eb1cd9ce6219c7efb8bc9a4908d5b65.tar.gz |
put tram stop labels one zoom level down
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1337 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/navit.xml')
-rw-r--r-- | navit/navit.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/navit/navit.xml b/navit/navit.xml index 7d839286b..8b73eff03 100644 --- a/navit/navit.xml +++ b/navit/navit.xml @@ -1235,7 +1235,7 @@ It's always the top left corner of the icon, so you need to consider the icon's <item type="poi_public_office" order="12-"> <icon src="public_office.xpm" /> </item> - <item type="poi_rail_halt" order="10-"> + <item type="poi_rail_halt" order="11-"> <circle color="#ff0000" radius="3" width="3" /> <circle color="#000000" radius="5" width="2" label_size="8" /> </item> |