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
reuvenirony wrote:At this location after zooming in and out, the rotating ring doesn't stop rotating and it says "URC-E is currently processing UR markers.. Please wait"

https://www.waze.com/editor/?env=il&lon ... 761&zoom=5

https://i.ibb.co/rwg9MWM/Capture.jpg
This will be fixed in the next release. Coming early this week. 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
krizecek wrote:Can you enable the testing script for the Czech Republic? I wrote to you PM, thank you.
Replied to your PM. It was an issue with the script itself having an error loading correctly in locales that do not have a translation. This issue is resolved and will be in the next release this week. 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
dchary2418 wrote:Have there been any ideas about adding comments related to Waze advertising pins?
I haven't thought about it, no. But that is something that can be brought up to the comment list maintainer(s) of the comment list you use. Maintainers can be found in the first (or second?) post. 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
Poelpetater wrote:
reuvenirony wrote: Hi
Thanks for the suggestion.
I set a PIN but still I get errors.
The errors in red happen when I zoom in / out with the mouse wheel.
https://i.ibb.co/P1pb1xK/Capture.jpg
Also, the rotating circle in the URC-E tab doesn't stop rotating even after several minutes...
https://i.ibb.co/crL0YLy/Capture.jpg
:(
Ditto...I experience the same within Chrome on MAC
This is fixed in the next release of URC-E. 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
jm6087 wrote:
witoco wrote:It seems that the expand/collapse button for shortcuts is inverted in the UR window.

Just compare collapsed and expanded views of the buttons between "Shortcuts" and "More Information" sections:
Waze-URC-E-shortcuts.jpg
("Conversation" section is expanded in both captures and the button looks like "^")
Line 852 needs to be changed from

Code: Select all

+ `<div style="display:inline;float:right;padding-right:8px;font-size:11px;"><i class="fa fa-fw ${(_settings.expandShortcuts ? 'fa-chevron-down' : 'fa-chevron-up')} URCE-chevron"></i></div></div>`
to

Code: Select all

+ `<div style="display:inline;float:right;padding-right:8px;font-size:11px;"><i class="fa fa-fw ${(_settings.expandShortcuts ? 'fa-chevron-up' : 'fa-chevron-down')} URCE-chevron"></i></div></div>`
And

Line 894 from

Code: Select all

if ($($(this).find('i')[0]).hasClass('fa-chevron-down'))
to

Code: Select all

if ($($(this).find('i')[0]).hasClass('fa-chevron-up'))

Or at least I made those changes and it appears to be correct now
Thank you both! This has been fixed in the next release due out this week.
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
2020.06.16.01 is out!!

Changelog:

Code: Select all

2020.06.16.01: NEW: Added a setting to exclude tagged URs from auto-send reminders
               CHANGE: Latest WME compatibility.
               CHANGE: Major under-the-hood work to enhance performance.
               BUGFIX: Further refinement for latest WME compatibility.
               BUGFIX: Error loading in non-translated language locales.
               BUGFIX: Restrictions causing errors in certain countries.
               BUGFIX: Shortcuts chevron upside down.
  • Except tagged: Enabling this setting will prevent the 'Auto send reminders' setting (if enabled as well) from automatically sending a reminder comment to a tagged UR.
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
2020.06.25.01 is out!!

Code: Select all

2020.06.25.01: CHANGE: Auto save after closed or NI setting no longer requires the
                       auto click open, solved, NI setting.
               CHANGE: Reconfigured MutationObservers for better performance.
               CHANGE: Removed passing of UR ID between functions as assigned variables.
               BUGFIX: UR session data not always populating correctly.
               BUGFIX: Force reopening of panel if reminder comment automatically sent and
                       panel was loading or open.
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
2020.07.27.02 is out!!

Code: Select all

2020.07.27.02: CHANGE: WME map object references.
               BUGFIX: Spinner handling routines to reduce or remove stuck spinning.
               BUGFIX: Per comment list tag email not saving correctly.
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
Tiburoncin837 wrote:Good morning community. Try updating the latest version 2020.07.27.02 on the Grasyfork page and I don't get the respective files to update.
Are you still having issues?
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
axel_miami wrote:Hi dBsooner!

I'm Belarus Community coordinator.
I want to use this script in Belarus and want to translate in Belarusian and Russian language.
We need to have 2 pages in google sheet:
  • Belarus-Be
    Belarus-Ru
Please, contact with me.
Sent a DM.
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