The Following 7 Users Say Thank You to mbanck For This Useful Post: | ||
|
2012-07-19
, 16:50
|
Posts: 90 |
Thanked: 35 times |
Joined on Jan 2012
|
#192
|
|
2012-07-19
, 17:16
|
Posts: 650 |
Thanked: 619 times |
Joined on Nov 2009
|
#193
|
I reinstalled drive-qml and applied your full unstable patch.
When I choose automatic for day/night mode, it shows only a blank ui without map data. Was working well with latest full stable patch.
The Following 3 Users Say Thank You to sony123 For This Useful Post: | ||
|
2012-07-19
, 18:09
|
Posts: 72 |
Thanked: 29 times |
Joined on Feb 2012
@ US
|
#194
|
So about traffic and taking it into account for routing:
Now I bet that the underlying code actually allows for traffic to be taken into account, my old Symbian Ovi Maps routing has an option "optimal", however RouteOptions.TYPE_OPTIMAL or RouteOptions.TYPE_OPTIMIZED does not seem to work (you get an error like "unable to assign [undefined] to int routeType" on the console).
However, when I set it to "3" manually via a property, I do not get an error. On the other hand, on some initial tests, traffic jams do not seem to get evaded either, so I am not sure what it means.
(Setting routeOptionType to 2 instead of 3 clearly selects the shortest route for me)
|
2012-07-19
, 18:11
|
Posts: 1,539 |
Thanked: 1,604 times |
Joined on Oct 2011
@ With my N9
|
#195
|
This is awesome! mbanck, and sony123.
Are you guys secretly working as the Nokia Drive team at Nokia? haha! Keep up the great work!
Also thanks to colin.stephane once again for putting together and updating a patch. It provided me great learning experience in reading and editing qml code.
|
2012-07-19
, 21:32
|
Posts: 1,067 |
Thanked: 2,383 times |
Joined on Jan 2012
@ Finland
|
#196
|
I reinstalled drive-qml and applied your full unstable patch.
When I choose automatic for day/night mode, it shows only a blank ui without map data. Was working well with latest full stable patch.
The Following User Says Thank You to rainisto For This Useful Post: | ||
|
2012-07-19
, 21:36
|
Posts: 78 |
Thanked: 135 times |
Joined on Jul 2012
|
#197
|
|
2012-07-19
, 21:55
|
Posts: 78 |
Thanked: 135 times |
Joined on Jul 2012
|
#198
|
The Following User Says Thank You to mbanck For This Useful Post: | ||
|
2012-07-19
, 22:08
|
Posts: 1,067 |
Thanked: 2,383 times |
Joined on Jan 2012
@ Finland
|
#199
|
This appears to be caused by my patch in #152: http://talk.maemo.org/showpost.php?p...&postcount=152
If you revert that one, do you still get that issue?
|
2012-07-19
, 22:10
|
Posts: 78 |
Thanked: 135 times |
Joined on Jul 2012
|
#200
|
after the revert it seems to work. Atleast automatic is night currently, don't know if it turns to day in the morning
Obviously, you need to have traffic enabled, and maybe wait a bit for it to be processed or something.
Fastest:
Shortest:
Presumably optimal:
Note that traffic shows that there is indeed a traffic jams on the roads picked for fastest and (the last part of) shortest
Last edited by mbanck; 2012-07-19 at 15:43. Reason: added screenshots