Opened 13 years ago
Closed 13 years ago
#460 closed defect/bug (fixed)
streetname not available when not navigating
Reported by: | zoff99 | Owned by: | cp15 |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | gui/internal | Version: | git master |
Severity: | Keywords: | ||
Cc: |
Description
when i have a destination, then the current streetname (street where i am at right now) is displayed with:
label="${navigation.item.street_name}"
but without a destination, when i am just driving around. i also want to see in the OSD what the current streetname is.
strange that:
${tracking.item.route_speed}
always works but
${tracking.item.streetname} or ${navigation.item.street_name}
only work with destination and route
Change History (1)
comment:1 Changed 13 years ago by zoff99
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
is fixed in http://download.navit-project.org/navit/openmoko/svn/navit-svn-2696_armv4t.opk
thanks!