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 rickzabel
bz2012 wrote:I just made a small mod in the code on the main program that I really like:

I changed "Double Click" to "Dbl Clk" and that shortened the messages so they all fit on a single line.
I suggest that this be adopted or at least provided as an option.
I suspect all editors will understand Dbl Clk as easily as the longer form and appreciate the shorter form.

Thanks again for an excellent aid.
//(double click) comment add-on
if (URCommentsArray === URCommentsArray[CloseNotIdentifiedPosistion] && localStorage.getItem('DBLClk7DCAutoSend') == "yes" || localStorage.getItem('DBLClkAll') == "yes") {
if (URCommentsArray !== "<br>") {
d = d + '<a id="URComments-commentDBLCLK' + CurrentIndex + '" class="URComments" style="color:' + colorrr + '" Title="Double click here to auto send - ' + Title + '"> (Dbl Clk)</a>';
}
}



In the next version; when using the custom comments file you will be able to fully define all text, tooltips, and messages / alerts, to say whatever you would like.
rickzabel
Map Editor - level 3
Map Editor - level 3
Posts: 222
Been thanked: 277 times
Send a message
https://www.waze.com/wiki/images/5/5a/W ... M_only.png
Chicago Illinois Suburbs , Main areas Downers Grove, Naperville, and Auroa
https://wiki.waze.com/wiki/User:Rickzabel

Post by rickzabel
[quote="bz2012"]I suspect all editors will understand Dbl Clk as easily as the longer form and appreciate the shorter form.

[quote]

Also please keep in mind that not all users speak english as their primary language.
rickzabel
Map Editor - level 3
Map Editor - level 3
Posts: 222
Been thanked: 277 times
Send a message
https://www.waze.com/wiki/images/5/5a/W ... M_only.png
Chicago Illinois Suburbs , Main areas Downers Grove, Naperville, and Auroa
https://wiki.waze.com/wiki/User:Rickzabel

Post by rickzabel
I know I have been saying this for a while but there is a possibility that the beta version of URC might be released soon.
For anyone using the custom comments file,
There are many new lines that will be used with the new version allowing for complete translations of the script's text. The new version of the comments will still work with the stable version of URC and the new lines will not be used until beta is released.
If you do not have " window.UrcommentsCustomURC_Text_tooltip[42] " in your comments file backup your comments and force (re)install the comments file from greasyfork. https://greasyfork.org/en/scripts/6236- ... ustom-list
If your comments are not updated you will be defaulted back to the comments team's list.
Thanks,
rickzabel
rickzabel
Map Editor - level 3
Map Editor - level 3
Posts: 222
Been thanked: 277 times
Send a message
https://www.waze.com/wiki/images/5/5a/W ... M_only.png
Chicago Illinois Suburbs , Main areas Downers Grove, Naperville, and Auroa
https://wiki.waze.com/wiki/User:Rickzabel

Post by rickzabel
crazycaveman wrote:Feature request: The setting to auto-switch to the URC tab when opening a UR is great, but it would be nice if it didn't do it on page load, as well. There have been more than a few times where I'll think the page is done loading, go to click on something in the current tab right as URC loads and switches, and get a message that URC can't find the UR box.
In the testing version of the script I just removed switching to the URC tab on page load. I also updated the wording for the setting in the script and in the custom comment file.
rickzabel
Map Editor - level 3
Map Editor - level 3
Posts: 222
Been thanked: 277 times
Send a message
https://www.waze.com/wiki/images/5/5a/W ... M_only.png
Chicago Illinois Suburbs , Main areas Downers Grove, Naperville, and Auroa
https://wiki.waze.com/wiki/User:Rickzabel

Post by rickzabel
bmtg wrote:New WME interface was rolled out this morning. The URComments tab doesn't show up for me. The script is trying though, every second in console it is trying to form the tab.

bmtg
Thanks for letting me know, I won't be able to look into it until I get home.
rickzabel
Map Editor - level 3
Map Editor - level 3
Posts: 222
Been thanked: 277 times
Send a message
https://www.waze.com/wiki/images/5/5a/W ... M_only.png
Chicago Illinois Suburbs , Main areas Downers Grove, Naperville, and Auroa
https://wiki.waze.com/wiki/User:Rickzabel

Post by rickzabel
Cardyin wrote:Rick,

I echo the sentiment of those above...it's really hard to live without your WONDERFUL script.

So being the impatient one that I am, I did some debugging for you.

It seems that the WME restructured the way it renders the tabs on the left side, which invalidated your jQuery selectors where you are appending your tab code to the page.

I think all you have to do is update your jQuery selectors to handle the difference:

Line 652

Code: Select all

				$("#user-tabs > ul.nav-tabs").first().append(b);
Line 659

Code: Select all

				$("#user-tabs + .tab-content").append(c);
I'm testing the change currently myself, but hopefully, you can validate this faster and release to the masses. :)
you are correct but I have had issues with URC going to the wrong place on load when segments or places were in the url, so we have been testing with

$("#user-tabs ul.nav-tabs").first().append(b);//beta 10/29/2015
and
$("#user-tabs div.tab-content").first().append(c);//beta 10/29/2015
rickzabel
Map Editor - level 3
Map Editor - level 3
Posts: 222
Been thanked: 277 times
Send a message
https://www.waze.com/wiki/images/5/5a/W ... M_only.png
Chicago Illinois Suburbs , Main areas Downers Grove, Naperville, and Auroa
https://wiki.waze.com/wiki/User:Rickzabel

Post by rickzabel
Previous Version 0.9.4
New Version 1.4.6

Since I am jumping version numbers, and since some of you have manually edited the script, if you do not receive the update automatically please go to greasyfork and force reinstall.

Before using the script for decision-making please read the new features slide show to see what has changed. Usage of the new features is split between the new features slide show and the new instructions.

Please note that the Filters and Auto Reminders work in conjunction with the "Reminder days" and "Close days" settings under the filter's tab.

For auto reminders and filtering, set the "Reminder days" and "Close days" settings to the days that are allowed / used in your area.

Before enabling "auto reminders" make sure reminders are allowed / preferred in your area!

New features slideshow - https://docs.google.com/presentation/d/ ... sp=sharing

Rewrite of the instructions thanks to Moweez - https://wiki.waze.com/wiki/User:Moweez/URComments_new

To translate the comments into another language there is now a tutorial on how to edit the custom comments file - https://docs.google.com/presentation/d/ ... sp=sharing

I am still quite busy and will not have time to make major changes, but this version has been in testing for several months without needing many changes. The new version of WME being the exception.
rickzabel
Map Editor - level 3
Map Editor - level 3
Posts: 222
Been thanked: 277 times
Send a message
https://www.waze.com/wiki/images/5/5a/W ... M_only.png
Chicago Illinois Suburbs , Main areas Downers Grove, Naperville, and Auroa
https://wiki.waze.com/wiki/User:Rickzabel

Post by rickzabel
zohar760 wrote:Wow Rick, was just expecting a quick fix to get it back working, instead blown away by a new design. Kudos for improving an already indispensable tool.
Editing the new and old versions of this script along with a handful of other scripts is mentally hard to manage. I started this version back in last December and then I got real busy, so we had an extended testing session.
rickzabel
Map Editor - level 3
Map Editor - level 3
Posts: 222
Been thanked: 277 times
Send a message
https://www.waze.com/wiki/images/5/5a/W ... M_only.png
Chicago Illinois Suburbs , Main areas Downers Grove, Naperville, and Auroa
https://wiki.waze.com/wiki/User:Rickzabel

Post by rickzabel
napauy wrote:I think here is taking another little mistake. !!
When I put the option of displaying the UR closed, these are displayed for a moment and then disappear.


This is a bug or do I configure something?
under the filtering tab there is a setting for "Hide Closed URs" try turning it off.
rickzabel
Map Editor - level 3
Map Editor - level 3
Posts: 222
Been thanked: 277 times
Send a message
https://www.waze.com/wiki/images/5/5a/W ... M_only.png
Chicago Illinois Suburbs , Main areas Downers Grove, Naperville, and Auroa
https://wiki.waze.com/wiki/User:Rickzabel

Post by rickzabel
napauy wrote:When I put a new message on a UR, which is still without previous comments, the UR disappears from the screen.

This is a bug or do I configure something?

I think this also has to do with the filtering, the way the filters are setup is to only show URs that need work done to them. after you make an initial comment work is not needed until after how ever many days are in your settings.

this is similar to the presets i had in the last version for initial, reminder, and close. the major difference is those three are applied to all of the UR at once. this prevents needing to circle around the map looking for UR that might need work.
rickzabel
Map Editor - level 3
Map Editor - level 3
Posts: 222
Been thanked: 277 times
Send a message
https://www.waze.com/wiki/images/5/5a/W ... M_only.png
Chicago Illinois Suburbs , Main areas Downers Grove, Naperville, and Auroa
https://wiki.waze.com/wiki/User:Rickzabel