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 dBsooner
Rising_Sun wrote:
dBsooner wrote:I can’t seem to duplicate this. From the recording, it looks like there may be another map element right under the tooltip that might be intercepting the mouse movement. Does this happen on all URs? Have you made sure another script isn’t interfering (disable all other scripts and test with just URC-E)? If it’s just that UR and it happens with only URC-E enabled, can you give me a PL to it? If it’s all URs and happens with just URC-E enabled, then I’m at a loss.


Sent from my iPhone using Tapatalk
Just tested with all script disable still same.
It happend to all URs.

Camcoder : URC-E (Version 2019.08.16.01) with all script disable
Can you please give me a PL to that area as well as tell me what layers you have enabled? Chrome or Firefox? What version? What version of TamperMonkey?
dBsooner
Map Editor - Level 5
Map Editor - Level 5
Posts: 767
Has thanked: 367 times
Been thanked: 631 times
Send a message
https://s.waze.tools/scrp.pnghttps://s.waze.tools/am.pnghttps://s.waze.tools/betc.pnghttps://s.waze.tools/beta.pnghttps://s.waze.tools/mapr.pnghttps://storage.googleapis.com/wazeopedia-files/7/74/Waze_signature_200k_plain.pnghttps://s.waze.tools/c5s.png
• AM: Eastern Oklahoma, DFW, Southern Florida
• Wiki: WME | Editing Manual | Best Practices | FAQ | Places
• T-Mobile | iPhone 14 Pro | iOS Latest | Waze Latest Beta

Post by dBsooner
Rising_Sun wrote: PL = https://www.waze.com/editor?env=row&lon ... 415&zoom=0

Browser : Firefox 68.0.2 (64-bit)

TamperMonkey V4.9.5941
Found it. Bug fixed in latest Beta release. Issue with how some browsers handle the mouse events. Thank you!
dBsooner
Map Editor - Level 5
Map Editor - Level 5
Posts: 767
Has thanked: 367 times
Been thanked: 631 times
Send a message
https://s.waze.tools/scrp.pnghttps://s.waze.tools/am.pnghttps://s.waze.tools/betc.pnghttps://s.waze.tools/beta.pnghttps://s.waze.tools/mapr.pnghttps://storage.googleapis.com/wazeopedia-files/7/74/Waze_signature_200k_plain.pnghttps://s.waze.tools/c5s.png
• AM: Eastern Oklahoma, DFW, Southern Florida
• Wiki: WME | Editing Manual | Best Practices | FAQ | Places
• T-Mobile | iPhone 14 Pro | iOS Latest | Waze Latest Beta

Post by dBsooner
2019.08.27.01 is out!!

Mainly under-the-hood changes in todays release. Most notably is a major overhaul to how I am appending the data to the DOM. I now queue things up to limit the amount of actual insertion that needs to take place. This resulted in a big speed increase.

This release DOES restore the ability to create or convert your own custom comment lists. Since we reached the limit with Google's API for OAuth users in an unverified app (100 users), we lost the ability to automate some things. But I can still do some of the conversion process for you. You just have to do some manual work to get the data into your own sheet.

This should also fix the issues with the lightbox (waiting on URC-E to fully initialize) from staying indefinitely. Though there could still be times where it is up for up to 30 seconds or so waiting on the Waze model to populate. Nothing I can do about that.

Changelog:

Code: Select all

2019.08.27.01: NEW: New comment box will have a peachish background color
                    if append mode is enabled.
               CHANGE: Major overhaul of output text to limit number of jQuery operations.
                       BIG speed increase.
               CHANGE: Removed automated custom sheet creation / conversion.
               CHANGE: Added manual custom sheet creation / conversion (conversion will
                       still work).
               CHANGE: Alert box completely removed in favor of WazeWrap alerts (missed one
                       or two).
               CHANGE: Ability to translate intersection / segment naming to locales.
               CHANGE: Catch if row 25 is not set to "GROUP TITLE" and report gracefully.
               CHANGE: Queue auto-sent reminders info box and display after completion of
                       routine.
               CHANGE: Better handle carriage returns during shortcut insertion.
               BUGFIX: Restoring settings would inadvertantly get overwritten by WazeWrap
                       backups.
               BUGFIX: Better handling of errors in processing so mask boxes get removed.
               BUGFIX: Improper handling of mouse events in some browsers.
dBsooner
Map Editor - Level 5
Map Editor - Level 5
Posts: 767
Has thanked: 367 times
Been thanked: 631 times
Send a message
https://s.waze.tools/scrp.pnghttps://s.waze.tools/am.pnghttps://s.waze.tools/betc.pnghttps://s.waze.tools/beta.pnghttps://s.waze.tools/mapr.pnghttps://storage.googleapis.com/wazeopedia-files/7/74/Waze_signature_200k_plain.pnghttps://s.waze.tools/c5s.png
• AM: Eastern Oklahoma, DFW, Southern Florida
• Wiki: WME | Editing Manual | Best Practices | FAQ | Places
• T-Mobile | iPhone 14 Pro | iOS Latest | Waze Latest Beta

Post by dBsooner
2019.08.28.01 is out!!

And just like that another release... Had to push this one quickly to fix an annoying bug in restrictions as well as shortcut handling.

Changelog:

Code: Select all

2019.08.28.01: CHANGE: Shortcuts in UR are now collapsible, with state retained in settings.
               BUGFIX: Shortcuts not correctly initiating other events.
               BUGFIX: Country and state being re-added multiple times by WME. (workaround)
dBsooner
Map Editor - Level 5
Map Editor - Level 5
Posts: 767
Has thanked: 367 times
Been thanked: 631 times
Send a message
https://s.waze.tools/scrp.pnghttps://s.waze.tools/am.pnghttps://s.waze.tools/betc.pnghttps://s.waze.tools/beta.pnghttps://s.waze.tools/mapr.pnghttps://storage.googleapis.com/wazeopedia-files/7/74/Waze_signature_200k_plain.pnghttps://s.waze.tools/c5s.png
• AM: Eastern Oklahoma, DFW, Southern Florida
• Wiki: WME | Editing Manual | Best Practices | FAQ | Places
• T-Mobile | iPhone 14 Pro | iOS Latest | Waze Latest Beta

Post by dBsooner
2019.08.30.01 is out!!

Ugh! I hate it when something in WME makes me engineer a workaround.. It never works right at first. LOL. I finally have the restrictions notifications fixed.

Changelog:

Code: Select all

2019.08.30.01: CHANGE: Changed restrictions applied to be a warning icon in
                       settings and comment list.
               BUGFIX: Another fix for the restrictions alert.
dBsooner
Map Editor - Level 5
Map Editor - Level 5
Posts: 767
Has thanked: 367 times
Been thanked: 631 times
Send a message
https://s.waze.tools/scrp.pnghttps://s.waze.tools/am.pnghttps://s.waze.tools/betc.pnghttps://s.waze.tools/beta.pnghttps://s.waze.tools/mapr.pnghttps://storage.googleapis.com/wazeopedia-files/7/74/Waze_signature_200k_plain.pnghttps://s.waze.tools/c5s.png
• AM: Eastern Oklahoma, DFW, Southern Florida
• Wiki: WME | Editing Manual | Best Practices | FAQ | Places
• T-Mobile | iPhone 14 Pro | iOS Latest | Waze Latest Beta

Post by dBsooner
Thank you @jm6087. Yes, version 2019.08.30.01 removes the info message completely. It replaces it with a small red triangle with exclamation point in it next to the comment list drop down on the comments and settings tabs, when restrictions are in place.
dBsooner
Map Editor - Level 5
Map Editor - Level 5
Posts: 767
Has thanked: 367 times
Been thanked: 631 times
Send a message
https://s.waze.tools/scrp.pnghttps://s.waze.tools/am.pnghttps://s.waze.tools/betc.pnghttps://s.waze.tools/beta.pnghttps://s.waze.tools/mapr.pnghttps://storage.googleapis.com/wazeopedia-files/7/74/Waze_signature_200k_plain.pnghttps://s.waze.tools/c5s.png
• AM: Eastern Oklahoma, DFW, Southern Florida
• Wiki: WME | Editing Manual | Best Practices | FAQ | Places
• T-Mobile | iPhone 14 Pro | iOS Latest | Waze Latest Beta

Post by dBsooner
G_W1Z wrote:A feature request: at this time the shortcut is available to insert your own username into the comment. Could there be a feature to add the name of the other editor in that place? I share some URs with other editors and they may have commented first but I commented second.

Thanks for your hard work and considering this!
I like your thinking. Let's try to think this through. How would I know when to use YOUR username vice the OTHER username? What if there are more than 2 editors responding?
dBsooner
Map Editor - Level 5
Map Editor - Level 5
Posts: 767
Has thanked: 367 times
Been thanked: 631 times
Send a message
https://s.waze.tools/scrp.pnghttps://s.waze.tools/am.pnghttps://s.waze.tools/betc.pnghttps://s.waze.tools/beta.pnghttps://s.waze.tools/mapr.pnghttps://storage.googleapis.com/wazeopedia-files/7/74/Waze_signature_200k_plain.pnghttps://s.waze.tools/c5s.png
• AM: Eastern Oklahoma, DFW, Southern Florida
• Wiki: WME | Editing Manual | Best Practices | FAQ | Places
• T-Mobile | iPhone 14 Pro | iOS Latest | Waze Latest Beta

Post by dBsooner
2019.09.25.01 is out!!

Mainly minor bugfixes in this release. Added an automatic setting to remember the state of the More Information area of a UR Panel (collapsed or expanded). Prep work for allowing unknown venue name and unknown road name to translatable to locales.

Code: Select all

2019.09.25.01: NEW: Remember collapsed state of More Information box in UR Panel.
               NEW: Unknown venue name (no name on venue / place) is now translatable
                    to locale(s).
               NEW: Unknown road name (no name on road / segment) is now translatable 
                    to locale(s).
               BUGFIX: Translations not loading correctly in certain situations.
               BUGFIX: Variable detection improvement.
               BUGFIX: Variables slipping through auto-post reminder routine in certain
                       situations.
dBsooner
Map Editor - Level 5
Map Editor - Level 5
Posts: 767
Has thanked: 367 times
Been thanked: 631 times
Send a message
https://s.waze.tools/scrp.pnghttps://s.waze.tools/am.pnghttps://s.waze.tools/betc.pnghttps://s.waze.tools/beta.pnghttps://s.waze.tools/mapr.pnghttps://storage.googleapis.com/wazeopedia-files/7/74/Waze_signature_200k_plain.pnghttps://s.waze.tools/c5s.png
• AM: Eastern Oklahoma, DFW, Southern Florida
• Wiki: WME | Editing Manual | Best Practices | FAQ | Places
• T-Mobile | iPhone 14 Pro | iOS Latest | Waze Latest Beta

Post by dBsooner
2019.10.11.01 is out!!
Changelog:

Code: Select all

2019.10.11.01: NEW: Filter icon in tab title bar to quickly toggle UR filtering.
               NEW: New spinner icon in URC-E tab title bar to indicate when URC-E is
                    actively processing something.
               BUGFIX: UR ID not being detected correctly in certain situations.
dBsooner
Map Editor - Level 5
Map Editor - Level 5
Posts: 767
Has thanked: 367 times
Been thanked: 631 times
Send a message
https://s.waze.tools/scrp.pnghttps://s.waze.tools/am.pnghttps://s.waze.tools/betc.pnghttps://s.waze.tools/beta.pnghttps://s.waze.tools/mapr.pnghttps://storage.googleapis.com/wazeopedia-files/7/74/Waze_signature_200k_plain.pnghttps://s.waze.tools/c5s.png
• AM: Eastern Oklahoma, DFW, Southern Florida
• Wiki: WME | Editing Manual | Best Practices | FAQ | Places
• T-Mobile | iPhone 14 Pro | iOS Latest | Waze Latest Beta

Post by dBsooner
URC-E 2019.12.06.01 is out!!

Forgot to release this to production! My bad...

Changelog:

Code: Select all

2019.12.06.01: CHANGE: WME v2.43-40-gf367bffa4 and future compatibility.
dBsooner
Map Editor - Level 5
Map Editor - Level 5
Posts: 767
Has thanked: 367 times
Been thanked: 631 times
Send a message
https://s.waze.tools/scrp.pnghttps://s.waze.tools/am.pnghttps://s.waze.tools/betc.pnghttps://s.waze.tools/beta.pnghttps://s.waze.tools/mapr.pnghttps://storage.googleapis.com/wazeopedia-files/7/74/Waze_signature_200k_plain.pnghttps://s.waze.tools/c5s.png
• AM: Eastern Oklahoma, DFW, Southern Florida
• Wiki: WME | Editing Manual | Best Practices | FAQ | Places
• T-Mobile | iPhone 14 Pro | iOS Latest | Waze Latest Beta