arbaot wrote:there is a typo in the reportFilter: duplicate segments, non-drivables and streets, non-editable segments and mjnor issues are excluded from this report.
Thanks!
Please force update the script, it's fixed in the latest 0.4.4
Moderators: Unholy, bextein, Glodenox, JustinS83
arbaot wrote:there is a typo in the reportFilter: duplicate segments, non-drivables and streets, non-editable segments and mjnor issues are excluded from this report.
AlanOfTheBerg wrote:Unless they are local light-rail stuff.
IF there is a city name
AND street name is one of the list OR contains one of the keywords
THEN report the railroad segment
ditchi56 wrote:When I try, I get a message: "Sorry, You cannot use WME Validator over here. Please check the forum thread for more information."
arbaot wrote:I think check for WMETB: Simple segment shouldn't ignore roundabout segments
"101.params": {
// {string} regular expression to match closed road
"regexp": "/(^|\\b)closed(\\b|$)/i",
},
"130.params": {
// {string} expandable template
"template": "${street}",
// {string} regular expression to match the template
"regexp": "!/.+/",
// {string} check title in English
"titleEN": "",
// {string} problem description in English
"problemEN": "",
// {string} solution instructions in English
"solutionEN": "",
},
"131.params": {
// {string} expandable template
"template": "${street}",
// {string} regular expression to match the template
"regexp": "!/.+/",
// {string} check title in English
"titleEN": "",
// {string} problem description in English
"problemEN": "",
// {string} solution instructions in English
"solutionEN": "",
},
"132.params": {
// {string} expandable template
"template": "${street}",
// {string} regular expression to match the template
"regexp": "!/.+/",
// {string} check title in English
"titleEN": "",
// {string} problem description in English
"problemEN": "",
// {string} solution instructions in English
"solutionEN": "",
},
"133.params": {
// {string} expandable template
"template": "${street}",
// {string} regular expression to match the template
"regexp": "!/.+/",
// {string} check title in English
"titleEN": "",
// {string} problem description in English
"problemEN": "",
// {string} solution instructions in English
"solutionEN": "",
},
"134.params": {
// {string} expandable template
"template": "${street}",
// {string} regular expression to match the template
"regexp": "!/.+/",
// {string} check title in English
"titleEN": "",
// {string} problem description in English
"problemEN": "",
// {string} solution instructions in English
"solutionEN": "",
},
"135.params": {
// {string} expandable template
"template": "${street}",
// {string} regular expression to match the template
"regexp": "!/.+/",
// {string} check title in English
"titleEN": "",
// {string} problem description in English
"problemEN": "",
// {string} solution instructions in English
"solutionEN": "",
},
"136.params": {
// {string} expandable template
"template": "${street}",
// {string} regular expression to match the template
"regexp": "!/.+/",
// {string} check title in English
"titleEN": "",
// {string} problem description in English
"problemEN": "",
// {string} solution instructions in English
"solutionEN": "",
},
"137.params": {
// {string} expandable template
"template": "${street}",
// {string} regular expression to match the template
"regexp": "!/.+/",
// {string} check title in English
"titleEN": "",
// {string} problem description in English
"problemEN": "",
// {string} solution instructions in English
"solutionEN": "",
},
"138.params": {
// {string} expandable template
"template": "${street}",
// {string} regular expression to match the template
"regexp": "!/.+/",
// {string} check title in English
"titleEN": "",
// {string} problem description in English
"problemEN": "",
// {string} solution instructions in English
"solutionEN": "",
},
"139.params": {
// {string} expandable template
"template": "${street}",
// {string} regular expression to match the template
"regexp": "!/.+/",
// {string} check title in English
"titleEN": "",
// {string} problem description in English
"problemEN": "",
// {string} solution instructions in English
"solutionEN": "",
},
"160.params": {
// {string} regular expression to match incorrect Freeway name
"regexp": "!/^[AS][0-9]{1,2}/",
},
"161.params": {
// {string} regular expression to match incorrect Major Highway name
"regexp": "!/^[AS][0-9]{1,2}/",
},
"162.params": {
// {string} regular expression to match incorrect Minor Highway name
"regexp": "!/^[AS][0-9]{1,2}/",
},
"164.params": {
// {string} regular expression to match incorrect Primary Street name
"regexp": "!/^[AS][0-9]{1,2}/",
},
"163.params": {
// {string} regular expression to match incorrect Ramp name
"regexp": "!/^[AS][0-9]{1,2}/",
},
"191.params": {
// {string} regular expression to match incorrect abbreviations
"regexp": "/\\./",
},
"171.params": {
// {string} regular expression to match incorrect abbreviations
"regexp": "/\\.$/",
},
"169.params": {
// {string} regular expression to match incorrect street name
"regexp": "!/^[a-zA-Z0-9\\. :\"'(/)-]+$/",
},
"190.params": {
// {string} regular expression to match a lowercase city name
"regexp": "/^[a-zа-яёіїєґ]/",
},
"170.params": {
// {string} regular expression to match a lowercase name
"regexp": "/^[a-zа-яёіїєґ]/",
},
"174.params": {
// {string} regular expression to match spelling mistakes
"regexp": "/(^|\\b)(accross|cemetary|fourty|foward|goverment|independant|liason|pavillion|portugese|posession|prefered|shcool|wat|wich)($|\\b)/i",
},
"112.params": {
// {number} maximum Ramp name length
"n": 55,
},
"109.params": {
// {number} minimum segment length
"n": 5,
},
"166.params": {
// {string} regular expression to match incorrect Parking Lot Road name
"regexp": "!/^[AS][0-9]{1,2}/",
},
"167.params": {
// {string} regular expression to match incorrect Railroad name
"regexp": "!/^[AS][0-9]{1,2}/",
},
"165.params": {
// {string} regular expression to match incorrect Street name
"regexp": "!/^[AS][0-9]{1,2}/",
},
"150.params": {
// {number} minimum lock level
"n": 5,
},
"151.params": {
// {number} minimum lock level
"n": 4,
},
"152.params": {
// {number} minimum lock level
"n": 3,
},
"154.params": {
// {number} minimum lock level
"n": 2,
},
"153.params": {
// {number} minimum lock level
"n": 4,
},
"214.params": {
// {string} regular expression to match valid speed limits
"regexp": "/^.+[05]$/",
},
"215.params": {
// {string} regular expression to match valid speed limits
"regexp": "/^.+[05]$/",
},
"52.params": {
// {number} maximum street name length
"n": 30,
},
"73.params": {
// {number} minimum street name length
"n": 3,
},
davidg666 wrote:Would you consider adding country-specific checks for Ireland?
davidg666 wrote:Only motorways (name begins with Mn or Mnn (eg M6, M18 or M50)) should have Freeway type.
davidg666 wrote:Names in parentheses after city names *are* valid (for example "Blackwater (Wexford)").
davidg666 wrote:Cardinal direction indicators on motorways (such as the 'N' in "M7 N") are never in parentheses.
fernandoanguita wrote:Can you provide me some guidance on how to solve this situation ?
Return to Addons, Extensions, and Scripts