Opened 9 years ago
Closed 9 years ago
#1213 closed defect/bug (invalid)
failed to create attribute 'autozoom_secs'
Reported by: | linesoff.myopenid.com | Owned by: | KaZeR |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | core | Version: | git master |
Severity: | normal | Keywords: | |
Cc: |
Description
Following line in navit.xml :
<navit center="4808 N 1134 E" zoom="256" tracking="1" orientation="-1" recent_dest="250" autozoom_active="1" autozoom_secs="120" >
generates an error in navit.log: navit:convert_to_attrs:failed to create attribute 'autozoom_secs' with value '120'
The desired value is ignored . SVN 5794, also older versions. Windows and Android.
Attachments (2)
Change History (3)
Changed 9 years ago by linesoff.myopenid.com
comment:1 Changed 9 years ago by sleske
- Resolution set to invalid
- Status changed from new to closed
Actually, that's a typo in the docs.
The attribute is just "autozoom", not "autozoom_secs". This will work:
<navit center="4808 N 1134 E" ... autozoom_active="1" autozoom="120" >
I have corrected config reference page in the wiki: http://wiki.navit-project.org/index.php/Configuration/Full_list_of_options .
Beginning of navit.xml