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 magfro
berestovskyy wrote:Switch WME language to English for now, the bug will be fixed in the next release.
Ok great! Thanks for the quick reply.
magfro
Area Manager
Area Manager
Posts: 175
Has thanked: 9 times
Been thanked: 7 times
Send a message
Area Manager of Småland and south of Stockholm, Sweden (INTL)

Post by manoeuvre
I also have this same error. No new version is available to download.
manoeuvre
Global Champ Mentor
Global Champ Mentor
Posts: 5964
Answers: 3
Has thanked: 1314 times
Been thanked: 2631 times
Send a message

Post by manoeuvre
Thanks for the work-around!
manoeuvre
Global Champ Mentor
Global Champ Mentor
Posts: 5964
Answers: 3
Has thanked: 1314 times
Been thanked: 2631 times
Send a message

manoeuvre
Global Champ Mentor
Global Champ Mentor
Posts: 5964
Answers: 3
Has thanked: 1314 times
Been thanked: 2631 times
Send a message

Post by manoeuvre
Unable to get my custom localization script to work.

I'm trying to fix street name abbreviations with the first one. The second one is to fix roads with the name St, which should be St. (Saint).

Any ideas what i'm doing wrong? Not able to get anything to highlight.

Code: Select all

// ==UserScript==
// @name                WME Validator Localization for Canada
// @version             1.1.1
// @description         This script localizes WME Validator for Canada. You also need main package (WME Validator) installed.
// @match               https://editor-beta.waze.com/*editor/*
// @match               https://www.waze.com/*editor/*
// @grant               none
// @run-at              document-start
// ==/UserScript==
//
/*
  See Settings->About->Available checks for complete list of checks and their params.

  Examples:

  Enable #170 "Lowercase street name" but allow lowercase "exit" and "to":
    "170.enabled": true,
    "170.params": {
        "regexp": "/^((exit|to) )?[a-z]/",
    "},

  Enable #130 "Custom check" to find a dot in street names, but allow dots at Ramps:
    "130.enabled": true,
    "130.params": {
        "titleEN": "Street name with a dot",
        "problemEN": "There is a dot in the street name (excluding Ramps)",
        "solutionEN": "Expand the abbreviation or remove the dot",
        "template": "${type}:${street}",
        "regexp": "D/^[^4][0-9]?:.*\\./",
    },
    *Note: use D at the beginning of RegExp to enable debugging on JS console.
    *Note: do not forget to escape backslashes in strings, i.e. use "\\" instead of "\".
*/

window.WME_Validator_Canada = {
  ".country": "Canada",
  ".codeISO": "CA",
  ".author": "manoeuvre",
  ".updated": "2014-09-03",
  ".link": " : "

},
      
"171.enabled": true,
"171.severity": "warning",
"171.params": {
    "titleEN": "Wrong Abbreviation",
    "problemEN": "Street name has the wrong abbreviation",
    "solutionEN": "Use the correct abbreviation",
    "template": "${type}:${street}",
    "regexp": "/ (Aly|Avenue|Bnd|Boulevard|By-pass|Centre|Center|Circle|Cl|Court|Cr|Ct|Crescent|Cul-de-sac|Drive|Extension|Fld|Gardens|Gln|Grn|Grounds|Grv|Harbour|Harbr|Heights|Highway|Hl|Holw|Landing|Landng|Ln|Mnr|Mdw|Mountain|Orchard|Park|Parkway|Passage|Pass|Ptwy|Place|Pt|Prt|Pvt|Promenade|Rg|Rdge|Road|Square|Subdiv|Street|Terrace|Ter|Trl|Tr|Thick|Tline|Turnabt|Village|Villge|North|East|South|West)$/i",
},

"174.enabled": true,
"174.severity": "warning",
"174.params": {
    "titleEN": "St. not St",
    "problemEN": "St. not St",
    "solutionEN": "Use St. instead of St",
    "template": "${type}:${street}",
    "regexp": "^St.[A-Z].[a-z].*/",
},
manoeuvre
Global Champ Mentor
Global Champ Mentor
Posts: 5964
Answers: 3
Has thanked: 1314 times
Been thanked: 2631 times
Send a message

Post by manoeuvre


edit: nvm, I just upgraded... working now :oops:
manoeuvre
Global Champ Mentor
Global Champ Mentor
Posts: 5964
Answers: 3
Has thanked: 1314 times
Been thanked: 2631 times
Send a message
Last edited by manoeuvre on Wed Oct 01, 2014 2:40 am, edited 1 time in total.

Post by mapman44
daveacincy wrote: Mon Feb 13, 2023 10:03 pm In many states in the US, on road segments the city are set to None when they are not part of an incorporated area. In these cases, the postal city is usually set in an alternate name. But this doesn't always happen.

These new checks look at named drivable segments (except ramp and FW) that have no city in the primary or alt name(s). If there is no city, it will highlight in red if the segment has any HNs, or yellow if there are no HNs. 

These checks are currently only enabled in the US, although it seems it would make sense in other countries.Validator-HN.png
 

 
Thanks. That saves doing a search for them with WAL and fixing one at a time. 
 
mapman44
Posts: 8
Has thanked: 13 times
Been thanked: 3 times
Send a message

Post by mapman44
I ran into the problem of the red halo covering the color of the USPS route color underneath. In other words, I can clearly see that there's no city name or alternate but I have trouble making sure what city to add without turning Validator off. Just sayin'.
mapman44
Posts: 8
Has thanked: 13 times
Been thanked: 3 times
Send a message

Post by mapraider
I set the zoom at 500 ft, then Validator highlights any problem.
mapraider
Posts: 44
Has thanked: 7 times
Been thanked: 8 times
Send a message
Country Manager, Norway.

Post by marcedli
iainhouse wrote:
PesachZ wrote:All the U-turns and unconfirmed turn highlighting has been removed. Thank you.
Could we please have the highlighting of dead-end u-turns turned back on for the UK, please?

As discussed elsewhere on the forums, we still consider them a real problem. We had Waze mass-disable every u-turn on the UK map. Unfortunately, the routing engine keeps enabling new ones where the disabled u-turn is "soft". With the arrows already removed, it will be difficult to diagnose problems involving u-turns unless we can see them, not to mention the routing problems we still see them causing.
anyway...why are these features removed?

please explain
marcedli
EmeritusChamps
EmeritusChamps
Posts: 1572
Has thanked: 71 times
Been thanked: 282 times
Send a message