Mon Aug 25, 2014 8:42 pm
nogetandet wrote:I have found, that it's possible to put House Numbers on a junction.. Can you include that in the check (at least for Denmark), as an error?
Here is an example this
Daemonia wrote:As written on https://wiki.waze.com/wiki/Benelux_Freeway, "E42 - A15" is a valid name for this freeway.
Mon Aug 25, 2014 9:14 pm
bz2012 wrote:FIrst time I have tried using the TYPE ferry, I see a problem: It is flagged as 'non drivable connected to drivable'.
Tue Aug 26, 2014 7:53 pm
Taco909 wrote:I've deleted it and it comes back.
I've reset to defaults and it clears but comes back.
Wed Aug 27, 2014 6:25 pm
falco_sparverius wrote:I believe I've found a scenario of overlapping segments which is not caught by validator:
The segments do not share both endpoints,
Thu Aug 28, 2014 10:46 pm
Sat Aug 30, 2014 6:19 am
Sat Aug 30, 2014 7:21 am
Sat Aug 30, 2014 9:38 pm
alexschrod wrote:Any reason the Custom Templates are locked to having only two
Wed Sep 03, 2014 6:19 pm
manoeuvre wrote:Unable to get my custom localization script to work.
window.WME_Validator_Canada = {
// checks should be here
}
// ==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==
//
window.WME_Validator_Canada = {
".country": "Canada",
".codeISO": "CA",
".author": "manoeuvre",
".updated": "2014-09-03",
"171.enabled": true,
"171.params": {
"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.params": {
"titleEN": "St. not St",
"problemEN": "St. not St",
"solutionEN": "Use St. instead of St",
"regexp": "/^St \\w\\w/",
},
}
Wed Sep 03, 2014 8:52 pm
sketch wrote:Why do you need two backslashes?
"regexp": "/this is a JS string, so we use \\w and \\. here/",