How many routes for the same start and end points do you get on live map?
I usually get the same number both ways. I think the script pulls from livemap, so that would make sense. But what would make livemap only give 1 route much of the time?
Yes, this script used the same routes as live map, I just wanted to make sure something hadnāt changed there that was causing only one route to show. Not exactly sure, but it could be that Waze calculates the other routes are significantly slower than the fastest so it just decides that thereās only one way to get there. Could also be that is short enough that it only thinks one is appropriate. Someone else probably knows more info than me and could give a more detailed answer
On LiveMap Iām always getting 3 routes.
I only see one route using the script regardless of length of route, time of the day, day of the week or any other parameter I can adjust. I tried everything and only get one route no matter what.
Latest WME updates seem to have broken this script.
Hope it gets fixed soon.
EDIT: additional information, the problem seems to be some other script that was killing this one. Investigating.
Dang, I did a binary search, disabling half my extensions (the newer ones), it started working,
I then re-enabled half of those (the newest ones), it kept working, repeat, repeat, repeat until they are all enabled and it is still working.
So I have no idea what went wrong or how disabling and re-enabling the extensions fix it. ![]()
Well, it could be worse. It could still be broke. ![]()
It does not show route colors for meā¦
I just downloaded this script tonight. I can only get one route to display at a time also.
Did the WME update affect this too? Canāt get it to do anything at the moment.
Works fine for me.
Now it really does not work ![]()
Pins are not set, no route is built.
Livemap link also does not helpā¦
Does not work ![]()
Agreed; add this one to the list of scripts broken by the latest WME Update.
Can be fixed by code line
https://www.waze.com/forum/viewtopic.php?f=819&t=210961
Merci, Olestas !
Youāll also have to set your language to English in WME in case you have changed this setting.
Broken⦠again.
Can someone of great script writers adopt this script and fix it?
Errors in console
app-6c0948cā¦.js:25 Uncaught Error: Cannot find module ā./Waze/DivIcon.jsā.(ā¦)(anonymous function) @ app-6c0948cā¦.js:25s @ app-6c0948cā¦.js:25n @ app-6c0948cā¦.js:25window.require @ app-6c0948cā¦.js:24createMarkers @ VM69:462loopWMERouteSpeeds @ VM69:845
The author of this script āWlodek76ā is inactive ![]()
WysÅane z iPhone za pomocÄ Tapatalk Pro
So this script is officially broken?
Iāve posted a ātemporary fixā in Greasy Fork. It is currently unlisted because it is not intended to replace the existing script, and Iām not planning to take over development. It is only to allow people to use it until the author(s) return or a more permanent replacement can be found.
The fix involved removing the draggable markers, so some functionality is lost.
Please keep in mind this temporary version could be removed at any time. If you pass on this link to others, please let them know this as well.
https://greasyfork.org/en/scripts/26091-wme-route-speeds-mapomatic-fork
Thanks!