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 james890526
Thank you very much for the quick update release. Appreciate all the hard work you have poured in :D

Noticed a little issue on the UR pop up, it seems that the pop up will not go away unless I move my mouse rather far away. The previous version was working fine. Am I over sensitive or is this working as designed? I'm on Firefox + Greasemonkey :)
james890526
Waze Local Champs
Waze Local Champs
Posts: 310
Has thanked: 61 times
Been thanked: 42 times
Send a message
Best regards,
Lee Zhong Zhen
Local Champ - Malaysia



Waze Malaysia http://i.imgur.com/RVOq2tk.png https://i.imgur.com/6Rk8oL5.png https://i.imgur.com/vk73Muu.png

Post by james890526
Twister-UK wrote:
james890526 wrote:Noticed a little issue on the UR pop up, it seems that the pop up will not go away unless I move my mouse rather far away. The previous version was working fine. Am I over sensitive or is this working as designed? I'm on Firefox + Greasemonkey :)
It's working as designed - one of the bug fixes in this version was to prevent the popup closing too quickly making it difficult to move the mouse pointer from the UR marker onto the popup. This delaying of the closure means that when you do move away from the UR/popup, you can get your mouse pointer further away before the popup closes, however it's not how far you move the mouse that determines when the popup closes - if you move it just 1 pixel off the UR/popup and then leave it alone, the popup will still close after the same delay.
Hmm, can this time delay be shortened? I seem to prefer the previous version. LOL :lol:
james890526
Waze Local Champs
Waze Local Champs
Posts: 310
Has thanked: 61 times
Been thanked: 42 times
Send a message
Best regards,
Lee Zhong Zhen
Local Champ - Malaysia



Waze Malaysia http://i.imgur.com/RVOq2tk.png https://i.imgur.com/6Rk8oL5.png https://i.imgur.com/vk73Muu.png

Post by james890526
Wow, wonderful. Thanks for the swift update Twister
james890526
Waze Local Champs
Waze Local Champs
Posts: 310
Has thanked: 61 times
Been thanked: 42 times
Send a message
Best regards,
Lee Zhong Zhen
Local Champ - Malaysia



Waze Malaysia http://i.imgur.com/RVOq2tk.png https://i.imgur.com/6Rk8oL5.png https://i.imgur.com/vk73Muu.png

Post by james890526
Twister-UK wrote:3.63 introduces the following changes:
Thanks Twister-UK for the updates. Thank you thank you and thank you :)
james890526
Waze Local Champs
Waze Local Champs
Posts: 310
Has thanked: 61 times
Been thanked: 42 times
Send a message
Best regards,
Lee Zhong Zhen
Local Champ - Malaysia



Waze Malaysia http://i.imgur.com/RVOq2tk.png https://i.imgur.com/6Rk8oL5.png https://i.imgur.com/vk73Muu.png

Post by james890526
Twister-UK, words cannot express how much I love you. Hahaha
james890526
Waze Local Champs
Waze Local Champs
Posts: 310
Has thanked: 61 times
Been thanked: 42 times
Send a message
Best regards,
Lee Zhong Zhen
Local Champ - Malaysia



Waze Malaysia http://i.imgur.com/RVOq2tk.png https://i.imgur.com/6Rk8oL5.png https://i.imgur.com/vk73Muu.png

Post by james890526
steveinark wrote:I try to minimize separate "thanks" posts after the first one, LOL. But the updates you made for manipulating the FEED are awesome. After fine-tuning my personal routine ... what a time-saver, while preserving the line items I want to keep.

So ... thanks AGAIN!
+1
james890526
Waze Local Champs
Waze Local Champs
Posts: 310
Has thanked: 61 times
Been thanked: 42 times
Send a message
Best regards,
Lee Zhong Zhen
Local Champ - Malaysia



Waze Malaysia http://i.imgur.com/RVOq2tk.png https://i.imgur.com/6Rk8oL5.png https://i.imgur.com/vk73Muu.png

Post by jangliss
The fix for this is to validate that "name" is a type string.

Code: Select all

if ((typeof W.map.layers[i].name === 'string') && (W.map.layers[i].name.indexOf('Waze.Control.SelectHighlightFeature') !== -1)) uroRootContainer = W.map.layers[i].div.id;
This seems to take care of this issue, though I'm not sure if there are other issues hidden in the weeds that need to get similar TLC.

Edit: For clarification, this is for line 7951 in the current version (389).
jangliss
State Manager
State Manager
Posts: 301
Has thanked: 90 times
Been thanked: 233 times
Send a message

Post by jangliss
To fix the broken images post WME update:

Line 208 becomes:
var uroNativeMarkerImage = 'problems91f9eefcd1a8db4ed38ed7ea89684492.png';

Line 2545 becomes:
var defaultMarkerURL = "url('"+document.location.origin + '/assets-editorimg/' + uroNativeMarkerImage+"')";

To actually get URO+ to show up, you need to use the code dummyd2 created. WazeWrap is supposed to include that, but I've not looked at that code yet.
jangliss
State Manager
State Manager
Posts: 301
Has thanked: 90 times
Been thanked: 233 times
Send a message

Post by jangliss
The new map comments use the same "new-comment-form" class to display the MC details in the right tab. This unfortunately triggers a cascade of errors if you have the dev tools open because the PL for the MC is different. Line 7178 breaks because of this:

Code: Select all

var thisSelectedURID = document.getElementsByClassName('permalink')[0].href.split('&mapUpdateRequest=')[1].split('&')[0];
In MC, the permalink doesn't have &mapUpdateRequest=, but it has &mapComments= instead. Until I've had a chance to poke around some more, I've changed line 7176 to:

Code: Select all

   if(URDialogIsOpen && ~document.getElementsByClassName('permalink')[0].href.indexOf('&mapUpdateRequest='))
This probably isn't the right "fix" but it stops the noise while I'm looking at other stuff.
jangliss
State Manager
State Manager
Posts: 301
Has thanked: 90 times
Been thanked: 233 times
Send a message

Post by jasonh300
I've been using this for a while now and it's always been a bit of trouble to get it working at first. Now it loads faster than the Highlights script!
jasonh300
EmeritusChamps
EmeritusChamps
Posts: 7568
Has thanked: 131 times
Been thanked: 530 times
Send a message