diff options
author | martin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220> | 2008-09-24 12:06:55 +0000 |
---|---|---|
committer | martin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220> | 2008-09-24 12:06:55 +0000 |
commit | 68ff97649834eca5d83d0ed9676df6978b2d183d (patch) | |
tree | 9dee8c08de830eb683b5cbe8242df2f3f13b1e5a /navit/navit.xml | |
parent | 9fd32ec0f56407a792e7031c07c892eda333764c (diff) | |
download | navit-68ff97649834eca5d83d0ed9676df6978b2d183d.tar.gz |
Add:Core:Added tracking map for better diagnosing tracking problems
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1412 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/navit.xml')
-rw-r--r-- | navit/navit.xml | 34 |
1 files changed, 33 insertions, 1 deletions
diff --git a/navit/navit.xml b/navit/navit.xml index f887827ba..a9bf811c7 100644 --- a/navit/navit.xml +++ b/navit/navit.xml @@ -870,7 +870,39 @@ http://wiki.navit-project.org/index.php/Configuring_NavIt <polyline color="#8080ff" width="3" /> </item> --> - + <item type="tracking_0" order="0-"> + <polyline color="#000000" width="3" /> + </item> + <item type="tracking_10" order="0-"> + <polyline color="#191919" width="3" /> + </item> + <item type="tracking_20" order="0-"> + <polyline color="#333333" width="3" /> + </item> + <item type="tracking_30" order="0-"> + <polyline color="#4c4c4c" width="3" /> + </item> + <item type="tracking_40" order="0-"> + <polyline color="#666666" width="3" /> + </item> + <item type="tracking_50" order="0-"> + <polyline color="#7f7f7f" width="3" /> + </item> + <item type="tracking_60" order="0-"> + <polyline color="#999999" width="3" /> + </item> + <item type="tracking_70" order="0-"> + <polyline color="#b2b2b2" width="3" /> + </item> + <item type="tracking_80" order="0-"> + <polyline color="#cccccc" width="3" /> + </item> + <item type="tracking_90" order="0-"> + <polyline color="#e5e5e5" width="3" /> + </item> + <item type="tracking_100" order="0-"> + <polyline color="#ffffff" width="3" /> + </item> <item type="highway_exit_label" order="10-"> <circle color="#000000" radius="3" label_size="7" /> </item> |