Opened 12 years ago
Closed 12 years ago
#746 closed defect/bug (fixed)
osd_configuration= 2 in Android svn 3941 -- what is it for?
Reported by: | benja1972 -2- | Owned by: | cp15 |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | port/android | Version: | git master |
Severity: | Keywords: | ||
Cc: | 3941 |
Description
In shipped navit.xml there are lines
<osd type="auxmap" w="160" h="120" x="0" y="0" osd_configuration="2"/>
<osd enabled="yes" type="text" label="${navigation.item.street_name}" x="0" y="-40" w="480" h="40" font_size="266" osd_configuration="2"/> <osd enabled="yes" type="button" x="-96" y="0" command="gui.menu()" src="menu.png" osd_configuration="2"/> <osd enabled="yes" type="button" x="-192" y="0" command="pedestrian_rocket()" src="rocket.png" osd_configuration="2"/>
How to activate osd_configuration=2? What does command "pedestrian_rocket()" do? 'rocket.png' is missing from /res/drawable
Change History (2)
comment:1 Changed 12 years ago by korrosa
- Summary changed from Osd_configuration= 2 in Android svn 3941 -- what is it for? to osd_configuration= 2 in Android svn 3941 -- what is it for?
comment:2 Changed 12 years ago by benja1972 -2-
- Resolution set to fixed
- Status changed from new to closed
Where did you get Navit from?
About osd_configuration: http://wiki.navit-project.org/index.php/OSD#osd_configuration
As for the pedestrian_rocket function - first time I've seen that! Also, first time I've seen an "auxmap" type for the osd item.