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 by JustinS83
seb,

One or two WME updates ago changed how roundabout segments are accessed.

In the function

Code: Select all

ja_is_roundabout_normal
please change the line

Code: Select all

junction.segIDs.forEach(function (element, index) {
to

Code: Select all

junction.attributes.segIDs.forEach(function (element, index) {
in order to fix the roundabout angles.

Thanks!
JustinS83
Waze Global Champs
Waze Global Champs
Posts: 1463
Has thanked: 215 times
Been thanked: 2389 times
Send a message

Post by JustinS83
Awesome! Thanks for the quick response!
JustinS83
Waze Global Champs
Waze Global Champs
Posts: 1463
Has thanked: 215 times
Been thanked: 2389 times
Send a message

Post by JustinS83
This script works fine without the trailing slash so lets stop repeating that same suggestion.

Garvin, please install version 1.13.11 from this link as it is the latest. You might be experiencing problems due to being on 1.13.1

http://seb.d59.free.fr/Script/WME_Junct ... le.user.js
JustinS83
Waze Global Champs
Waze Global Champs
Posts: 1463
Has thanked: 215 times
Been thanked: 2389 times
Send a message

Post by JustinS83
Sea_Breeze wrote:
crazycaveman wrote:
Sea_Breeze wrote:It looks like, currently JAI does not work properly in combination with WME center to begin-end of street.

From what I've heard, the latter script doesn't work properly in combination with the latest WME, period. Are you sure you only have trouble when both scripts are enabled and not when just center to begin-end of street is?
Yes, WME center to begin-end of street is still impacted by the latest WME update(s) and might also influence other scripts.
Guys...I have a pastebin for center to begin-end of street in that scripts thread that has everything fixed.

Do people not actually put in any effort on their own anymore?
JustinS83
Waze Global Champs
Waze Global Champs
Posts: 1463
Has thanked: 215 times
Been thanked: 2389 times
Send a message

Post by JustinS83
russblau wrote:
JustinS83 wrote:
Guys...I have a pastebin for center to begin-end of street in that scripts thread that has everything fixed.

Do people not actually put in any effort on their own anymore?
Not seeing any such post in that thread on my computer....
It's four up from the last post...
viewtopic.php?f=819&t=83820&start=20#p1548071
JustinS83
Waze Global Champs
Waze Global Champs
Posts: 1463
Has thanked: 215 times
Been thanked: 2389 times
Send a message

Post by JustinS83
russblau wrote:Ah, thanks, I was mistakenly looking for a post dated since the recent changes to selectionManager.
Fair point. I'll post a new message with the link (and stop spamming another script's thread :D )
JustinS83
Waze Global Champs
Waze Global Champs
Posts: 1463
Has thanked: 215 times
Been thanked: 2389 times
Send a message


Post by kadyus
Im using the v1.6.4. Seems like the script is returning incorrect routing estimation on a fork for the best continuation. Even at 0deg, the estimation is keep.

kadyus
Waze Global Champs
Waze Global Champs
Posts: 232
Has thanked: 88 times
Been thanked: 51 times
Send a message
GC | Coordinator | CM
Malaysia & Brunei

WazeBORNEO FB | WazeMY FB

Post by kadyus
Yes, I have read and understand the wiki. In my case the 0° 'keep' is the best continuation (same road type and name) whereas the keep left is correct. In the client, there is no instruction given when driving straight and keep left instruction is given when taking the left split. The script shows correct estimation for best continuation when the other split is a 'Turn'.

Best continuation not recognised:
https://www.waze.com/editor/?env=row&lo ... ,259035723

Best continuation recognised:
https://www.waze.com/editor/?env=row&lo ... ,200784080
kadyus
Waze Global Champs
Waze Global Champs
Posts: 232
Has thanked: 88 times
Been thanked: 51 times
Send a message
GC | Coordinator | CM
Malaysia & Brunei

WazeBORNEO FB | WazeMY FB

Post by karlcr9911
Thanks Iain...looks like a whole lot of scripts are still using OL vs OpenLayers.
karlcr9911
Global Champ Mentor
Global Champ Mentor
Posts: 2592
Answers: 3
Has thanked: 289 times
Been thanked: 1012 times
Send a message