That is against the national MUTCD. This needs to be discussed with the regional coordinator to determine a guidance. Match the sign vs deviate by one letter to create a uniform app experience and follow the MUTCD recommendation.
Hmm, Iāve recently started having problems having WME Validator to load in Firefox 45.0 when Iām already logged in. This happens on two different computers.
The only message WME Validator gives in the browser console is āWME Validator v1.1.16: waiting for loginā¦ā.
Only when I log out and log in, WME Validator loads fine for that session as the login gets triggered. So at least we know it isnāt related to that. As this looks like a racing condition somewhere, I tried fixing it by putting the script to run before or after all other scripts, but neither action changed anything.
I personally use the following bit of code to check whether I still need to wait on a user login and that seems to work fine:
// preceded by a check on whether the element with id user-info exists
if (!Waze.loginManager.hasUser()) {
Waze.loginManager.events.register("login", null, exportFunction(init, unsafeWindow));
Waze.loginManager.events.register("loginStatus", null, exportFunction(init, unsafeWindow));
return;
}
To be absolutely safe that the event doesnāt happen to be triggered between the check and registering the listener, you could also check hasUser again before actually returning, but in the time Iāve been using this bit of code I havenāt had any issues yet.
EDIT: Iāve noticed that enabling the WME Toolbox makes Validator work again. Toolbox probably slows down Firefox enough for Validator to pick up that someone is already logged in. Thatās not really a solution though.
Do you have any permalinks for these roads, should they really have a period in the name? This is a check which is specific to USA and checks that names are in accordance with our recommended abbreviations.
Well it does look like you got the TTS fixed. now the roads say the right name. Before they said ten zero 2 road north east. Now it says ten point 2 road north east. So hopefully you guys can get validator to work around this. Thanks again!
Guys, isnāt there some USA-specific thread about Validator in which such discussions can take place? Right now itās just cluttering this topic.
Another (easier) issue: would it be possible to fix the FontAwesome icons? This is what WME Validator looks like at the moment:
The problem is that the classes used to get FontAwesome icons were changed a month or two ago. You now need to apply the āfaā class and the icon-specific class. Iāve gone over the classes in Validator for you to make it easier:
icon-check -> fa fa-check-square-o (empty: fa fa-square-o)
icon-filter -> fa fa-filter
icon-search -> fa fa-search
icon-user -> fa fa-user
icon-wrench -> fa fa-wrench
icon-question-sign -> fa fa-question-circle
icon-list -> fa fa-list
icon-magic -> fa fa-magic
After these changes (I couldnāt find any other occurrences of āicon-ā), Validator looks like this again:
is anyone having trouble with the WME Validator? sometimes it doesnt appear in chrom? After i log out - and back in it appears, and when i create a permalink for example, it disappears from the tools sidebar on the left?
I can confirm there is a bug I think with WME Validator when taking/creating a permalink.
I had to log out and then in in order for the Validator to appear. (Reloading chrome didnāt fix the problem).