Oz Street Name Check (AKA WME Street Name Check)
Current version: 2.25
Greasyfork: https://greasyfork.org/en/scripts/371038-wme-street-name-check
This is a script for Australian editors to highlight any segments that don’t conform the Australian naming standards.
It can also highlight any segment last edited by an L1 editor so mentors can help bring them on board.

1 Like
Script is currently broken for latest version of WME. Makes the side panel with all the info go blank.
Hi. Is a solution in sight?
I’m not sure if the author is still active.
It looks like this can be fixed by changing line 238, where it has “street.cityID” in parenthesis, change that to “street.attributes.cityID”
Dave
age4670
5
You would also then need to find “street.name” and replace it with “street.attributes.name”?
Some of the highlight options are still not working properly but I can live with that 
Yes, I dont know how I missed that – You do need to change several occurrences of street.name to street.attributes.name
Thanks