Opened 12 years ago
Closed 12 years ago
#672 closed defect/bug (fixed)
new OSD speed_warner: fixed and percent speed are not conjunction
Reported by: | jrahe | Owned by: | number6 |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | core | Version: | git master |
Severity: | Keywords: | osd speedwarner GUI | |
Cc: | nick@… |
Description
...reading the description in #609 I suppose, that both percentage and fixed speed limit should be connected with "AND". In #609 user:tegzed wrote: When both percentage and fixed limit is exceeded an announcement is done. Actually they are connected with "OR".
Example 1: speed_exceed_limit_offset=15 speed_exceed_limit_percent=10 => I got an annouce at 33 Km/h in a 30 Km/h-zone (because of percent speed) => but the announcement should come at 45 Km/h (because of fixed speed AND percent speed)
Example 2: speed_exceed_limit_offset=10 speed_exceed_limit_percent=20 => I got an announce at 110 Km/h in a 100 Km/h-zone (because of fixed speed) => here the announcement should come at 120 Km/h (because of percent speed AND fixed speed)
I tested this function with SVN 3586 (WinCE) from 30.09.2010 on a Treo 750 with Windows Mobile 6 Prof.
Change History (4)
comment:1 follow-up: ↓ 2 Changed 12 years ago by tegzed
comment:2 in reply to: ↑ 1 Changed 12 years ago by jrahe
- Owner changed from KaZeR to http://wiki.navit-project.org/index.php/user:jnumber6
Replying to http://wiki.navit-project.org/index.php/user:tegzed:
Jrahe, you are right! Please contact Number6 to correct it (he has commit right). The bug is at line 1087 of osd_core.c . Thanks for the notice.
...who is "Number6" and how will I be able to contact him/her?
I didn´t find anything like a "member"- or "user"-index. I didn´t saw any link to get in contact with "Number6".
I will try it with "->action ->reassign to ->user:number6"
Thanks
comment:3 Changed 12 years ago by number6
- Cc nick@… added
- Keywords osd speedwarner GUI added
- Owner changed from http://wiki.navit-project.org/index.php/user:jnumber6 to number6
- Status changed from new to assigned
I can be found on IRC - #navit on Freenode :)
I'll commit this patch later today - I know Tegze and pb_8 are hashing out a few details for a better patch - so I may wait until that time.
comment:4 Changed 12 years ago by number6
- Resolution set to fixed
- Status changed from assigned to closed
Fixed in Revision 3598
Jrahe, you are right! Please contact Number6 to correct it (he has commit right). The bug is at line 1087 of osd_core.c . Thanks for the notice.