Get a sneak peek at whats next for Permanent Hazards on our April 7th Office Hours!
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 Twister-UK
Just to clarify the developer situation here. The only add-on which instantly springs to mind as being the work of a development team is WMETB, most of them (URO+ included) are the responsibility of an individual coder. We might share ideas, snippets of code, bug reports etc. amongst one another in the forums or via PMs, but mostly we're just working on our own.
Twister-UK
Waze Local Champs
Waze Local Champs
Posts: 4671
Answers: 2
Has thanked: 736 times
Been thanked: 4687 times
Send a message
Chris (not to be confused with Chris or Chris, or even Tim, Stu, or any of the other champs team...)
AM SE England & Shetland Islands, UK Local Champ, WME Beta Tester & ScriptMangler
WME/Livemap enhancement scripts @ GreasyFork


https://chizzum.com/greasemonkey/images/beta.pnghttps://chizzum.com/greasemonkey/images/s0400.pnghttps://chizzum.com/greasemonkey/images/c5s.png

Post by Twister-UK
Timbones wrote:
Twister-UK wrote:
  • The Select Roundabout Segments option works again in WME Beta
The beta editor can do this natively now... :)
How? With no scripts running, nothing appears in the native UI and Ctrl+A doesn't do anything when a roundabout segment is selected.
Twister-UK
Waze Local Champs
Waze Local Champs
Posts: 4671
Answers: 2
Has thanked: 736 times
Been thanked: 4687 times
Send a message
Chris (not to be confused with Chris or Chris, or even Tim, Stu, or any of the other champs team...)
AM SE England & Shetland Islands, UK Local Champ, WME Beta Tester & ScriptMangler
WME/Livemap enhancement scripts @ GreasyFork


https://chizzum.com/greasemonkey/images/beta.pnghttps://chizzum.com/greasemonkey/images/s0400.pnghttps://chizzum.com/greasemonkey/images/c5s.png

Post by Twister-UK
Rats, turns out the fix for tracking newly posted comments can still throw URO into a (recoverable by simply deselecting the UR marker) tailspin - every now and again the call I put into the server to retrieve the new comment count returns before the server has finished updating the comment data... If you're seeing the comment count bubble fail to update after posting a new comment, this is why - I'll work on a fix over the next day or two.
Twister-UK
Waze Local Champs
Waze Local Champs
Posts: 4671
Answers: 2
Has thanked: 736 times
Been thanked: 4687 times
Send a message
Chris (not to be confused with Chris or Chris, or even Tim, Stu, or any of the other champs team...)
AM SE England & Shetland Islands, UK Local Champ, WME Beta Tester & ScriptMangler
WME/Livemap enhancement scripts @ GreasyFork


https://chizzum.com/greasemonkey/images/beta.pnghttps://chizzum.com/greasemonkey/images/s0400.pnghttps://chizzum.com/greasemonkey/images/c5s.png

Post by Twister-UK
On the subject of using my scripts in Chrome, I don't recommend using the GreasyFork code via TamperMonkey as it's not a runtime environment I do any testing for, nor am I likely to devote much time trying to resolve any issues which are specific to the Chrome+TM environment.
Twister-UK
Waze Local Champs
Waze Local Champs
Posts: 4671
Answers: 2
Has thanked: 736 times
Been thanked: 4687 times
Send a message
Chris (not to be confused with Chris or Chris, or even Tim, Stu, or any of the other champs team...)
AM SE England & Shetland Islands, UK Local Champ, WME Beta Tester & ScriptMangler
WME/Livemap enhancement scripts @ GreasyFork


https://chizzum.com/greasemonkey/images/beta.pnghttps://chizzum.com/greasemonkey/images/s0400.pnghttps://chizzum.com/greasemonkey/images/c5s.png

Post by Twister-UK
The popup location doesn't change with zoom level, so that could just be an optical illusion caused by other stuff changing size.

There is a delay to allow transition from the marker to the popup, however on checking through the code history I notice that at some point in the early 3.xx's, I changed the popup code from being timer based to being mouse event based, but forgot about the knock-on impact that would have on the transition timer... the timer is still running, but instead of counting down every 100ms as it used to do, it now counts down each time the mouse event fires :oops:

The latter will be fixed in the next release, which should then make getting into the popups a bit easier than it has been recently. TBH, I haven't really noticed any difference here, I just put the occasional problem down to the whole script being a bit more responsive following the change to being event driven. However, I can imagine that anyone editing on a laptop with a touchpad instead of a mouse might not be able to shift the mouse pointer quite as quickly as required now, in which case it would impact them more. Sorry about that.
Twister-UK
Waze Local Champs
Waze Local Champs
Posts: 4671
Answers: 2
Has thanked: 736 times
Been thanked: 4687 times
Send a message
Chris (not to be confused with Chris or Chris, or even Tim, Stu, or any of the other champs team...)
AM SE England & Shetland Islands, UK Local Champ, WME Beta Tester & ScriptMangler
WME/Livemap enhancement scripts @ GreasyFork


https://chizzum.com/greasemonkey/images/beta.pnghttps://chizzum.com/greasemonkey/images/s0400.pnghttps://chizzum.com/greasemonkey/images/c5s.png

Post by Twister-UK
RickZabel gave me a heads-up about this yesterday following the latest WME update - it's been fixed in the current development code which is rapidly approaching release status, so please bear with me for a short while longer...
Twister-UK
Waze Local Champs
Waze Local Champs
Posts: 4671
Answers: 2
Has thanked: 736 times
Been thanked: 4687 times
Send a message
Chris (not to be confused with Chris or Chris, or even Tim, Stu, or any of the other champs team...)
AM SE England & Shetland Islands, UK Local Champ, WME Beta Tester & ScriptMangler
WME/Livemap enhancement scripts @ GreasyFork


https://chizzum.com/greasemonkey/images/beta.pnghttps://chizzum.com/greasemonkey/images/s0400.pnghttps://chizzum.com/greasemonkey/images/c5s.png

Post by Twister-UK
3.42 introduces the following changes:
  • Place filtering is not applied to places which are being created
  • Further improvements to the way comment counts are handled
  • Further improvements to the way URO+ co-exists with URComments (thanks again to RickZabel)
  • Reset option to revert all settings to their installation defaults
  • Popup border style adjusted to avoid visual glitching in Firefox
  • Compatibility update for latest WME release

Firefox+Greasemonkey version: https://greasyfork.org/scripts/1952-uroverview-plus-uro
Chrome Web Store version: https://chrome.google.com/webstore/deta ... mjcdghdphi
Twister-UK
Waze Local Champs
Waze Local Champs
Posts: 4671
Answers: 2
Has thanked: 736 times
Been thanked: 4687 times
Send a message
Chris (not to be confused with Chris or Chris, or even Tim, Stu, or any of the other champs team...)
AM SE England & Shetland Islands, UK Local Champ, WME Beta Tester & ScriptMangler
WME/Livemap enhancement scripts @ GreasyFork


https://chizzum.com/greasemonkey/images/beta.pnghttps://chizzum.com/greasemonkey/images/s0400.pnghttps://chizzum.com/greasemonkey/images/c5s.png

Post by Twister-UK
Olestas wrote:URO+ does not show anymore if URs were open from Livemap. Is it not possible anymore?
Nothing has changed here, URO+ can only identify Livemap URs if they were posted by someone who wasn't logged-in to Livemap.
Twister-UK
Waze Local Champs
Waze Local Champs
Posts: 4671
Answers: 2
Has thanked: 736 times
Been thanked: 4687 times
Send a message
Chris (not to be confused with Chris or Chris, or even Tim, Stu, or any of the other champs team...)
AM SE England & Shetland Islands, UK Local Champ, WME Beta Tester & ScriptMangler
WME/Livemap enhancement scripts @ GreasyFork


https://chizzum.com/greasemonkey/images/beta.pnghttps://chizzum.com/greasemonkey/images/s0400.pnghttps://chizzum.com/greasemonkey/images/c5s.png

Post by Twister-UK
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.
Twister-UK
Waze Local Champs
Waze Local Champs
Posts: 4671
Answers: 2
Has thanked: 736 times
Been thanked: 4687 times
Send a message
Chris (not to be confused with Chris or Chris, or even Tim, Stu, or any of the other champs team...)
AM SE England & Shetland Islands, UK Local Champ, WME Beta Tester & ScriptMangler
WME/Livemap enhancement scripts @ GreasyFork


https://chizzum.com/greasemonkey/images/beta.pnghttps://chizzum.com/greasemonkey/images/s0400.pnghttps://chizzum.com/greasemonkey/images/c5s.png

Post by Twister-UK
If you're using the DrivesTabEnhancer option, please try disabling it and reloading the WME session - I'm seeing random problems with the data returned from the server when DTE is initialising, which is causing the DTE code to get stuck and thus preventing the rest of URO from initialising correctly...
Twister-UK
Waze Local Champs
Waze Local Champs
Posts: 4671
Answers: 2
Has thanked: 736 times
Been thanked: 4687 times
Send a message
Chris (not to be confused with Chris or Chris, or even Tim, Stu, or any of the other champs team...)
AM SE England & Shetland Islands, UK Local Champ, WME Beta Tester & ScriptMangler
WME/Livemap enhancement scripts @ GreasyFork


https://chizzum.com/greasemonkey/images/beta.pnghttps://chizzum.com/greasemonkey/images/s0400.pnghttps://chizzum.com/greasemonkey/images/c5s.png