Discussion for the unofficial, community-developed addons, extensions and scripts built for the Waze Map Editor.

The official index of these tools is the Community Plugins, Extensions and Tools wiki page.
Post by lg1992
The new beta version of the editor broke the Validator (at least on Chrome). The error is:

Uncaught TypeError: Cannot read property 'length' of null
WME_Validator.user.js:129
lg1992
Country Manager
Country Manager
Posts: 6887
Has thanked: 265 times
Been thanked: 1178 times
Send a message
Leonid, Country Manager, Israel

Post by lg1992
The buttons "Show report" and "Send" don't work in the WME beta.
lg1992
Country Manager
Country Manager
Posts: 6887
Has thanked: 265 times
Been thanked: 1178 times
Send a message
Leonid, Country Manager, Israel

Post by lg1992
URL of WME beta was changed from https://editor-beta.waze.com/editor to https://beta.waze.com/editor and that broke the script.
lg1992
Country Manager
Country Manager
Posts: 6887
Has thanked: 265 times
Been thanked: 1178 times
Send a message
Leonid, Country Manager, Israel

Post by lg1992
The errors 107 and 108 (No connection - The node A/B of the drivable segment is within 5m from another drivable segment but not connected by a junction) are reported sometimes when two segments are connected with a 3rd short segment (example). Please tune the corresponding rules.
lg1992
Country Manager
Country Manager
Posts: 6887
Has thanked: 265 times
Been thanked: 1178 times
Send a message
Leonid, Country Manager, Israel

Post by lg1992
It was possible in past to define a filter to hide some problems. May we get this feature back?
lg1992
Country Manager
Country Manager
Posts: 6887
Has thanked: 265 times
Been thanked: 1178 times
Send a message
Leonid, Country Manager, Israel

Post by lg1992
The screenshot shows conditions of searching, not filtering. There is also the tab of filtering there, but it's doesn't allow ignoring specific errors by the number.
lg1992
Country Manager
Country Manager
Posts: 6887
Has thanked: 265 times
Been thanked: 1178 times
Send a message
Leonid, Country Manager, Israel

Post by lightmaster1
paulkok_my wrote:
alexschrod wrote:Being a software developer, I find it extremely frustrating when code is obfuscated and its license prevents you from trying to figure out what it does.

Luckily, Javascript itself is incredibly malleable, so instead of modifying the script, let's modify a part of Javascript that the script relies on instead ... at least in Firefox, adding this peace of code directly under the LICENSE comment in the Greasemonkey script makes the script work again:

Code: Select all

Date.now = function() {
};
Mind you, this may break all kinds of things, but as an emergency procedure while we wait for a new update, it works.
Thanks for the temporary work around while waiting for a new update. :)
Thanks so much. Haven't noticed any major issues with Chrome using Tampermonkey.
lightmaster1
Map Editor - level 3
Map Editor - level 3
Posts: 22
Has thanked: 20 times
Been thanked: 5 times
Send a message

Post by lightmaster1
With the Places Validation, would it be possible to be able to disable some checks? For instance, in SER, Post Offices and Government buildings are always mapped as AP, but WME Validator complains about everyone one of them saying they should be a PP. Would be nice to be able to configure which categories are AP and which are PP.
lightmaster1
Map Editor - level 3
Map Editor - level 3
Posts: 22
Has thanked: 20 times
Been thanked: 5 times
Send a message