Moderators: Unholy, bextein, Glodenox, JustinS83
Forum rules
Discussion for the unofficial, community-developed addons, extensions and scripts built for the Waze Map Editor.
DO NOT START a new thread unless it is about a new idea. Keep discussion of existing tools within the main thread for that tool.
The official index of these tools is the
Community Plugins, Extensions and Tools wiki page.
by aBshield » Wed Jul 20, 2016 8:16 pm
I've been having intermittent issues on Firefox for a while now seeing the navigation path and instruction overlay in WME. Note that the list of instructions are displayed fine on the left panel - I'm speaking of the purple line, arrows, and instructions on the map itself. Sometimes the route checker layer doesn't seem to be on top. Through some quick WME layer toggling and/or scrolling around during slow page loads, I sometimes catch a glimpse of it. So it seems like it's being drawn, but it's underneath the current view. This same layer toggling (any layer, but mostly the satellite layer it seems) can sometimes correct the issue, but usually several page refreshes are necessary until it (seemingly) randomly starts working again.
Seen on FF 45 and 46 as recent as today.
WME Route Checker - v1.23
-
aBshield
- Waze Mentor

-
- Posts: 308
- Joined: Tue Aug 25, 2015 2:28 pm
- Location: NJ, USA
- Has thanked: 77 times
- Been thanked: 44 times
by ancho85 » Mon Oct 12, 2020 7:06 pm
This line
- Code: Select all
W.map.addLayer(WMERC_lineLayer_route)
is causing a TypeError in the console:
- Code: Select all
userscript.html?name=WME%20Route%20Checker.user.js&id=1bce74b7-4cb4-461f-8270-59aa6d7c4004:857 Uncaught TypeError: Cannot read property 'addLayer' of undefined
at initialiseRouteChecker (userscript.html?name=WME%20Route%20Checker.user.js&id=1bce74b7-4cb4-461f-8270-59aa6d7c4004:857)
-
ancho85
- Coordinators

-
- Posts: 288
- Joined: Sat Oct 10, 2015 10:05 pm
- Location: Luque, Paraguay
- Has thanked: 139 times
- Been thanked: 78 times
-
by ancho85 » Thu Dec 03, 2020 1:14 pm
ancho85 wrote:This line
- Code: Select all
W.map.addLayer(WMERC_lineLayer_route)
is causing a TypeError in the console:
- Code: Select all
userscript.html?name=WME%20Route%20Checker.user.js&id=1bce74b7-4cb4-461f-8270-59aa6d7c4004:857 Uncaught TypeError: Cannot read property 'addLayer' of undefined
at initialiseRouteChecker (userscript.html?name=WME%20Route%20Checker.user.js&id=1bce74b7-4cb4-461f-8270-59aa6d7c4004:857)
I've replaced the bootstrap section in my local copy with these lines, now it always loads correctly. FYI
- Code: Select all
function bootstrap() {
if (W && W.map && W.model && W.selectionManager) {
console.log('"WME Route Checker: init route checker...');
initialiseRouteChecker();
} else {
console.log('"WME Route Checker: Bootstrap failed. Retrying...');
setTimeout(() => {
bootstrap();
}, 1000);
}
}
bootstrap();
-
ancho85
- Coordinators

-
- Posts: 288
- Joined: Sat Oct 10, 2015 10:05 pm
- Location: Luque, Paraguay
- Has thanked: 139 times
- Been thanked: 78 times
-
by AndyPoms » Sun Oct 06, 2013 7:41 pm
Awesome...
One question, if it's based off the livemap data, why won't it work in WME Beta (i.e. if the routing is coming from the livemap, why does it matter what editor you are using)?
-
AndyPoms
- EmeritusChamps

-
- Posts: 7223
- Joined: Tue Dec 27, 2011 1:34 pm
- Location: Hartford, CT
- Has thanked: 129 times
- Been thanked: 1331 times
by AndyPoms » Sun Oct 06, 2013 9:05 pm
Timbones wrote:AndyPoms wrote:One question, if it's based off the livemap data, why won't it work in WME Beta (i.e. if the routing is coming from the livemap, why does it matter what editor you are using)?
It's because the beta editor is on a separate domain, and browsers don't like you loading data from another domain for security reasons. I've asked Waze for some help with the matter, but there's a lot going on with the websites at the moment, so we'll have to see...
I get it, but it's still in the same root domain (they are all *.waze.com)...
-
AndyPoms
- EmeritusChamps

-
- Posts: 7223
- Joined: Tue Dec 27, 2011 1:34 pm
- Location: Hartford, CT
- Has thanked: 129 times
- Been thanked: 1331 times
by argus-cronos » Sun Oct 13, 2013 1:00 pm
I have a few wierd routings, although on the livemap it works correct.
-
argus-cronos
-
- Posts: 6265
- Joined: Sat Apr 03, 2010 3:00 pm
- Location: Basel, Switzerland
- Has thanked: 856 times
- Been thanked: 1059 times
-
by Arnoniem » Thu Apr 09, 2015 7:16 am
The livemap routes are now implementing the uturn function, but the route checker script is not using those same uturns.
Could you have a look at that please?
Thanks!
Global Champ BeNeLux Champs UAE Champs Android Beta Coordinator Middle East
CM:The Netherlands CM:U.A.E. CM:Oman CM:Thailand[ img ]
-
Arnoniem
- Waze Global Champs

-
- Posts: 2277
- Joined: Thu Jan 03, 2013 7:21 am
- Location: The Netherlands, UAE, Oman
- Has thanked: 351 times
- Been thanked: 617 times
by Arnoniem » Tue Apr 21, 2015 5:49 pm
Arnoniem wrote:The livemap routes are now implementing the uturn function, but the route checker script is not using those same uturns.
Could you have a look at that please?
Thanks!
Timbones wrote:
@Timbones, is there any solution planned in the nearby future?

Global Champ BeNeLux Champs UAE Champs Android Beta Coordinator Middle East
CM:The Netherlands CM:U.A.E. CM:Oman CM:Thailand[ img ]
-
Arnoniem
- Waze Global Champs

-
- Posts: 2277
- Joined: Thu Jan 03, 2013 7:21 am
- Location: The Netherlands, UAE, Oman
- Has thanked: 351 times
- Been thanked: 617 times
by Arnoniem » Wed Apr 22, 2015 2:53 pm
^^^ That would be nice. I still have to use the alt shift R quick refresh, before i can select other segments to try different route info.
Global Champ BeNeLux Champs UAE Champs Android Beta Coordinator Middle East
CM:The Netherlands CM:U.A.E. CM:Oman CM:Thailand[ img ]
-
Arnoniem
- Waze Global Champs

-
- Posts: 2277
- Joined: Thu Jan 03, 2013 7:21 am
- Location: The Netherlands, UAE, Oman
- Has thanked: 351 times
- Been thanked: 617 times
by atrophicshiner » Sat Feb 29, 2020 4:34 pm
Timbones wrote:I've just uploaded version
v1.32 to Greasyfork with some minor fixes, and a new feature that displays when a route goes through a restricted zone (like Clear Air or ZTL) or through a Toll.
Note: The Chrome extension is no longer supported. Use Tampermonkey instead.
Enjoy!

The Chrome extension is not longer supported as mentioned a few posts above.
-
atrophicshiner
- Waze Local Champs

-
- Posts: 3508
- Joined: Sat Dec 19, 2015 11:10 am
- Location: Coventry, UK
- Has thanked: 1306 times
- Been thanked: 1295 times
-
Return to Addons, Extensions, and Scripts
Who is online
Users browsing this forum: Mapman44, Mythdraug, RichardPyne