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 Reply
Forum rules
Discussion for the unofficial, community-developed addons, extensions and scripts built for the Waze Map Editor.

DO NOT START a new thread unless it is about a new idea. Keep discussion of existing tools within the main thread for that tool.

The official index of these tools is the Community Plugins, Extensions and Tools wiki page.

[Script] WME Junction Angle Info

Post by
Not sure why one of my favorite scripts isn't listed here. But I think Junction Angle Info should be in every serious editor's toolbox.

06-01-2018 - MODERATOR NOTE - LATEST VERSION:
Because the header of the script is changed, to ensure the automatic update:
IMPORTANT! Before downloading, please make sure you have completely unistalled all the old JAI script and/or extension versions!

The new version 2.0.7 is here, thanks to Seb-D59:
https://greasyfork.org/scripts/35547-wm ... angle-info

(updated post by Arnoniem)
2017-11-20
v1.13.11 Bugfixes + Fix roundabout angless in WME Prod / beta
http://seb.d59.free.fr/Script/WME_Junct ... le.user.js

2017-09-20
v1.13.9 Bugfixes & Including TIO visibility + Fix the layer switcher in WME Prod / beta and create a "scripts switcher" if not exist.

seb-d59 (19.02.2017) (MODERATOR NOTE)
viewtopic.php?f=819&t=61926&start=450#p1590107
(outdated)

15.01.2016 MODERATOR NOTE:
(outdated)
Latest known versions:
1.9.0 2015-04-23 https://greasyfork.org/en/scripts/7887- ... angle-info (by milkboy)
(outdated)
v1.10.0 unknown https://raw.githubusercontent.com/milkb ... le.user.js (by milkboy)
(outdated)
v1.11 16 Jun 2015 https://github.com/FZ69617/WME-ja/raw/m ... le.user.js
(with latest changes to detection algorithm and u-turn info, by FZ69617)
(outdated)

(Olestas)

http://userscripts.org/scripts/show/160864

2014-06-02 MODERATOR NOTE:
This script linked above no longer functions as of WME 1.5
(outdated)
The lastest update is linked in a later post of this thread.
(outdated)
(kentsmith9)

POSTER_ID:13337

1

Send a message
Last edited by carloslaso on Mon Jul 09, 2018 4:11 pm, edited 1 time in total.
Reason: Version info

Post by Inactive user -1649923503-
The new WME update today brings instruction overrides to production. Any chance that JAI can flag these intersections?

Thank you for all that you do with this script.
Inactive user -1649923503-
Posts: 1023
Has thanked: 404 times
Been thanked: 459 times
Send a message
-John
-------
https://j.mp/1BqcgbWhttps://s.waze.tools/c5.png
VT - State Manager
New England - Multi State Manager

Post by abc1357
I agree it's a great idea. I prefer to see this in JAI.

We use JAI to look at the angles of the outgoing segments at the Junction Node, including seeing if any overrides are needed. If the angles are not correct, we take some action to correct it. No other script is necessary.

In a similar vein, if we had this feature in JAI, we can see what the Lanes (Lane Guidance?) are at the Junction Node. If the Lanes are not correct, we can take some action to correct it. No other script is necessary.

Now...if the 2 tools are combined into 1...I'm not going to complain. :D
abc1357
State Manager
State Manager
Posts: 763
Answers: 2
Has thanked: 280 times
Been thanked: 218 times
Send a message

Post by abusimbel16
If I see that correctly, this string prevents the checking of a "penalty for medium u-turns" for PS:

Code: Select all

 if (! Ja_is_up_to_primary_road (fromSegment)) return;
The question now is: is that correct? Is the penalty only be considered with mH and higher or even with PS?
abusimbel16
Waze Local Champs
Waze Local Champs
Posts: 547
Has thanked: 187 times
Been thanked: 179 times
Send a message

Post by AeRoBianCo
Me too, working fine ...
AeRoBianCo
Map Editor - Level 5
Map Editor - Level 5
Posts: 1998
Has thanked: 1027 times
Been thanked: 682 times
Send a message
AeRoBianCo
https://s.waze.tools/sm.pnghttps://s.waze.tools/am.pnghttps://s.waze.tools/betc.pnghttps://s.waze.tools/beta.pnghttps://s.waze.tools/s0500.pnghttps://s.waze.tools/p1000.pnghttps://s.waze.tools/c5.png
Supervisor Regional Sureste (Chiapas, Guerrero, Oaxaca).
State Manager (Puebla).
Ex-México Country Manager y Ex-Local Champ. :(


Post by AlanOfTheBerg
jondrush wrote:Not sure why one of my favorite scripts isn't listed here. But I think Junction Angle Info should be in every serious editor's toolbox.

http://userscripts.org/scripts/show/160864
It's in the wiki. Several scripts are there which aren't listed here. Just the way it is.
AlanOfTheBerg
EmeritusChamps
EmeritusChamps
Posts: 23627
Has thanked: 567 times
Been thanked: 3467 times
Send a message
Wiki Resources: Map Editing Manual | alanoftheberg@gmail.com
Oregon-based US Ex-Global Champ Editor | iPhone13Pro - VZ

Post by AlanOfTheBerg
shawndoc wrote:I've disabled all other scripts, tried uninstalling and reinstalling, but can't get angle info to show up.
Still working for me, too. Do you have the layer enabled?
AlanOfTheBerg
EmeritusChamps
EmeritusChamps
Posts: 23627
Has thanked: 567 times
Been thanked: 3467 times
Send a message
Wiki Resources: Map Editing Manual | alanoftheberg@gmail.com
Oregon-based US Ex-Global Champ Editor | iPhone13Pro - VZ

Post by AlanOfTheBerg
shawndoc wrote:Just installed on Firefox using Greasemonkey, and it works in the regular editor but not the beta editor.

Using the 1.5.6 version.
Agreed. Based on what I see in the header, the URLs it is programmed to work with does not include the current beta URL.
AlanOfTheBerg
EmeritusChamps
EmeritusChamps
Posts: 23627
Has thanked: 567 times
Been thanked: 3467 times
Send a message
Wiki Resources: Map Editing Manual | alanoftheberg@gmail.com
Oregon-based US Ex-Global Champ Editor | iPhone13Pro - VZ

Post by AlanOfTheBerg
shawndoc wrote:I see a 1.5.7 version listed on the project site, but no where to download. Although I doubt that will fix things as there's no mention of changes for the beta editor.
Yes, there is. But the header info for allowed URLs is the same. I don't read regexp very well, but I don't see that "editor-beta" is a valid URL for this code. You can download the raw user.js file and see if it works in firefox. It doesn't work in Chrome for me.
AlanOfTheBerg
EmeritusChamps
EmeritusChamps
Posts: 23627
Has thanked: 567 times
Been thanked: 3467 times
Send a message
Wiki Resources: Map Editing Manual | alanoftheberg@gmail.com
Oregon-based US Ex-Global Champ Editor | iPhone13Pro - VZ

Post by AlanOfTheBerg
I sent a PM to milkboy. We'll see.
AlanOfTheBerg
EmeritusChamps
EmeritusChamps
Posts: 23627
Has thanked: 567 times
Been thanked: 3467 times
Send a message
Wiki Resources: Map Editing Manual | alanoftheberg@gmail.com
Oregon-based US Ex-Global Champ Editor | iPhone13Pro - VZ