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 ct13
vince1612 wrote:Hey all,

A suggestion which -I think- was not talked about before -sorry in advance if I'm wrong-, I did look through the pages of this thread and didn't find anything.

Currently I use the "Recently Edited (Green)" highlight function a lot and the fact that you can filter by editors is great too !

My question/suggestion is would it be possible to have the option to highlight everyone's edits except your own by filtering them out.
AND/OR to highlight by editor rank (only highlight edits from lvl 1 users, or 1 and 2)


This would be useful to me for two reasons:

1. You could always leave the feature ON even when you work/edit the map as it would not highlight roads you need to see without the green highlight blocking your view of street names, currently I have to turn it off when it bothers me and not forget to turn it back on after I'm done.

2. As an AM who may want to review edits in my area to check for potential mistakes by new editors I would be able to quickly notice edits who were not made by me and not risk zooming on my own edits to check the zone.
  • -> If filter "everyone except me" the only problem might be that edits from higher ranked editors would also be highlighted, but not a big issue, would already be great.
  • -> If filter "by editor rank" it would be simply perfect to review recent edits by lower ranked users and be able to spot possible mistakes quicker. Then I can message the user to guide him to the Wiki's or help myself etc...
Currently without that option I can also sort of use this to check recent edits but I edit so much that often I zoom on places that were edited by me and loose some time.
uscwaller wrote:For the 'Filter By Editor' option, it would be nice if they were sorted by either rank or alphabetically
So I wrote a post to ask for feature additions to the "filter by editor" highlight and lo and behold others had most of my ideas first. :D

So in addition to bumping this to see if there were any plans to incorporate these features, I would also like to suggest having the ability to highlight multiple editors. Sometime, you run into an issue where there are a few editors that you would like to pay closer attention to; having the ability to highlight multiples, rather than switching between editors while panning the map, would make it much easier.

Regardless, great script that makes editing and managing much easier. Thanks!
ct13
US Waze Champs
US Waze Champs
Posts: 441
Has thanked: 144 times
Been thanked: 214 times
Send a message

Post by cybernissart
Observed on Chrome. Don't know for FF.
It looks like there is a mistake between Toll and Locked features in 1.6 as:

- When selecting Lock, it displays locked segments with a Dash
http://i56.tinypic.com/1zbebg4.jpg

- When selecting Toll, it displays toll segments with a Red
http://i52.tinypic.com/35c4ok5.jpg
cybernissart
Emeritus Local Champ
Emeritus Local Champ
Posts: 224
Has thanked: 3 times
Been thanked: 18 times
Send a message
L5 CM France ° Nissa e basta !

Post by cybernissart
WME Highlight v2.12 Filter by City broken since WME cityID stateID attributes were introduced 12/09 by Waze.
Following error returned at line 972 on Chrome.

VM12909:972 Uncaught TypeError: Cannot read property 'localeCompare' of undefined
cybernissart
Emeritus Local Champ
Emeritus Local Champ
Posts: 224
Has thanked: 3 times
Been thanked: 18 times
Send a message
L5 CM France ° Nissa e basta !

Post by cybernissart
I could recover by modifying some part of the code as below.

Add new object definition at Line 941:

Code: Select all

	var cityname      = Waze.model.cities.objects[cid].attributes.name;
	var citystateid   = Waze.model.cities.objects[cid].attributes.stateID;
	var citycountryid = Waze.model.states.get(citystateid).countryID;
Change Line 943 by:

Code: Select all

		cityObjs.push({id: cid, name: cityname, state: citystateid, country: citycountryid});				
Not check yet other part of code, but other function seem to be ok.
Hope this would help if you need it to go on with your daily work.
cybernissart
Emeritus Local Champ
Emeritus Local Champ
Posts: 224
Has thanked: 3 times
Been thanked: 18 times
Send a message
L5 CM France ° Nissa e basta !

Post by cybernissart
Oops ! Just realized that I was still running an old version 2.9 of the script. Fortunately, the error introduced by the change in Waze model definition applied also to current.

Can you Tim perhaps change the Topic title to remove the "2.9 JUL 2016" reference ?
Your last Update to the thread was adjusted to "2.20" but only apply to your post, and still leave the topic to that previous version... Confusing for those relying on it to potentially followup and update.

Also, in order for script to automatically update, you may perhaps change the @namespace in top script ?

Code: Select all

// @namespace           http://userscripts.org/users/419370
to

Code: Select all

// @namespace           https://greasyfork.org/scripts/3206-wme-color-highlights/code/WME%20Color%20Highlights.user.js
cybernissart
Emeritus Local Champ
Emeritus Local Champ
Posts: 224
Has thanked: 3 times
Been thanked: 18 times
Send a message
L5 CM France ° Nissa e basta !

Post by d2-mac
Please add segment highlighting by street names.
d2-mac
Area Manager
Area Manager
Posts: 882
Has thanked: 651 times
Been thanked: 245 times
Send a message

Post by Daknife
khaytsus wrote:
Timbones wrote:I'm afraid not. The script is deliberately coded to only show turn issues on major roads to encourage responsible editing.
Confused, why would showing on other streets be irresponsible? Only thing I could think of is it would possibly show too much information, distracting some editors?
I agree with this. Not every intersection in a subdivision may have issues, but many do, and it saves time if we don't have to click on every junction node to see if it needs a QW.

Also anyone else have issue with how it no longer shows your locked roads with any color? I usually have it set to show streets I've edited to be able to track my progress through areas, but I've noticed that if that is set it doesn't tint the roads I've locked at all, whereas it used to and I liked that feature.
Daknife
Posts: 1685
Has thanked: 451 times
Been thanked: 229 times
Send a message
https://waze.com/wiki/images/3/3c/Waze_ ... 00k_6c.png
Former AM in Utah; FormerCM USA
Utah Forum: Utah Forum
Google Pixel 5 on Sprint

Post by Daknife
Most newbie editors that may make the mistake WeeeZer14 discussed don't know about the script.
Daknife
Posts: 1685
Has thanked: 451 times
Been thanked: 229 times
Send a message
https://waze.com/wiki/images/3/3c/Waze_ ... 00k_6c.png
Former AM in Utah; FormerCM USA
Utah Forum: Utah Forum
Google Pixel 5 on Sprint

Post by Daknife
Or more accurately the last Chrome update disabled the old scripts by implementing a new script packaging format, as Alan noted there are links to the correctly packaged scripts that work fine.
Daknife
Posts: 1685
Has thanked: 451 times
Been thanked: 229 times
Send a message
https://waze.com/wiki/images/3/3c/Waze_ ... 00k_6c.png
Former AM in Utah; FormerCM USA
Utah Forum: Utah Forum
Google Pixel 5 on Sprint

Post by Daknife
If not the current Version of Chrome, why not? It should be auto updating as frequently as they update versions.

Tapatalking via my Galaxy S4
Daknife
Posts: 1685
Has thanked: 451 times
Been thanked: 229 times
Send a message
https://waze.com/wiki/images/3/3c/Waze_ ... 00k_6c.png
Former AM in Utah; FormerCM USA
Utah Forum: Utah Forum
Google Pixel 5 on Sprint