Page 9 of 75

Re: [Script] WME Junction Angle Info

Posted: Fri Nov 25, 2016 11:43 am
by aureozb
this script is working on Tampermonkey (Crhome) and not as extension

Re: [Script] WME Junction Angle Info

Posted: Thu Jan 09, 2020 8:43 am
by B4ckTrace
I agree with other guys and ja_is_up_to_primary_road should be refined. Because the penalty is still considered by waze.
In addition I think W.map should be fixed to W.map.olMap in the ja_segment_length function, to work correctly.

Re: [script] WME Junction Angle Info

Posted: Sat Feb 08, 2014 7:39 am
by berestovskyy
WME Junction Angle info Installed 1,480 times.
Reviews 0

Viewing profile - milkboy
Been thanked: 0 times

Believe me, it's demotivating :(

Re: [script] WME Junction Angle Info

Posted: Sat Feb 08, 2014 7:56 am
by berestovskyy
The script is copyrighted. I guess we have to ask a permission first, no?

Re: [script] WME Junction Angle Info

Posted: Tue Feb 11, 2014 9:00 am
by berestovskyy
Thanks, Alan!

Please include also the following line to fix missed translation message:

Code: Select all

+		I18n.translations.en.layers.name["WMEJunctionAngles"] = "WME Junction Angles";
		ja_wazeMap.addLayer(ja_mapLayer);
AlanOfTheBerg wrote: var bGreasemonkeyServiceDefined = false;
// not needed
/*
Why do we still recommend to use this bootstrap code here on this wiki page then?

Re: [Script] WME Junction Angle Info

Posted: Sat Nov 12, 2016 5:55 pm
by biuick84
1.13 also not working with other INTL localizations, like Portuguese, Portuguese-Brazil, Spanish, and Latam-Spanish...

Looking at console, error is in line 2055:

Code: Select all

return I18n.translations[loc].ja = def;
Uncaught TypeError: Cannot set property 'ja' of undefined

Re: [script] WME Junction Angle Info

Posted: Fri Feb 06, 2015 4:08 pm
by Bmtg
I seem to be having a conflict between WME toolbox and JAI. Toolbox will provide a red PM link next to the last editor and creating editor of a segment when selected, as well as a list of area managers right below. However, in the past few days, those links have disappeared. If JAI is disabled in extensions, the links return. Voludu2 has confirmed the same problem with the GF version. Seems like some incompatibility. I am on Chrome, with the Chrome versions of JAI and toolbox. Thx for any assistance!

Re: [script] WME Junction Angle Info

Posted: Fri Apr 11, 2014 6:50 pm
by brandonrossl
Is it possible to allow an editor to select 2 segments and instead of angle show the turn instruction that will be given (if applicable)?

A simple TR (turn right), KR (keep right), CS (continue straight), and ER.... and so on would be useful to remove doubt from the process.

Re: [script] WME Junction Angle Info

Posted: Wed May 28, 2014 11:33 am
by brandonrossl
I like it

Re: [script] WME Junction Angle Info

Posted: Fri Sep 12, 2014 1:47 pm
by brandonrossl
MGODLEW wrote:I have a feature request for this script. Where the color of the number in the script will change to reflect the prompt given based upon angle & road types. So lets say the numbers will turn Purple anytime a prompt would be "Turn Right/Left" or the number would turn Green for "Exit to Right/Left" for Freeway to Ramp & Blue for "Stay/keep to Right/Left" for Freeway to Freeway
Someone take over and add this to toolbox!