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 RussPA
With Color Highlights enabled in beta WME (it works fine in production WME), entering Street View just gives a white screen for the street view and clicking the X in the street view window doesn't close SV. My log is full of this error:
Uncaught TypeError: Cannot read property 'length' of undefined
at initialize.highlightSegments (eval at <anonymous> (:2:398), <anonymous>:168:54)
at initialize.triggerEvent (https://beta.waze.com/assets-editor/js/ ... s:101:6363)
at initialize.moveTo (https://beta.waze.com/assets-editor/js/ ... :105:31078)
at initialize.setCenter (https://beta.waze.com/assets-editor/js/ ... :105:27363)
at initialize.updateSize (https://beta.waze.com/assets-editor/js/ ... :105:25413)
at initialize.resize (https://beta.waze.com/assets-editor/js/ ... s:12:31703)
at r (https://beta.waze.com/assets-editor/js/ ... s:16:15568)
at dispatch (https://beta.waze.com/assets-editor/js/ ... .js:27:803)
at p.handle (https://beta.waze.com/assets-editor/js/ ... s:26:30905)
RussPA  
Waze Global Champs
Waze Global Champs
Posts: 4049
Answers: 4
Has thanked: 227 times
Been thanked: 880 times
Send a message

Assistant Regional Coordinator - NOR
Global Champ - US
WME Beta Community Coordinator

Post by RussPA
Szata76 wrote:As far as I can remember, this addon had had ability to show revcons. Is my memory bad or this feature has removed?

It's a must have feature, could You put it back or make it available?

Thanks!
Toolbox has an option for Revcons, and it works very well.
RussPA  
Waze Global Champs
Waze Global Champs
Posts: 4049
Answers: 4
Has thanked: 227 times
Been thanked: 880 times
Send a message

Assistant Regional Coordinator - NOR
Global Champ - US
WME Beta Community Coordinator

Post by RussPA
georgenqueiroz wrote:I just installed WME Color Highlights, but it's not working. Is there anyone who is facing the same problem? Any idea how to fix this?
Using v2.24 from here?
RussPA  
Waze Global Champs
Waze Global Champs
Posts: 4049
Answers: 4
Has thanked: 227 times
Been thanked: 880 times
Send a message

Assistant Regional Coordinator - NOR
Global Champ - US
WME Beta Community Coordinator

Post by RussPA
I would uninstall the extension you installed from the first post, v2.23 doesn't work right. The one I linked (v2.24) is a script, not an extension, and it does work.
RussPA  
Waze Global Champs
Waze Global Champs
Posts: 4049
Answers: 4
Has thanked: 227 times
Been thanked: 880 times
Send a message

Assistant Regional Coordinator - NOR
Global Champ - US
WME Beta Community Coordinator

Post by RussPA
The script works, the extension seems not to, so try the script version.
RussPA  
Waze Global Champs
Waze Global Champs
Posts: 4049
Answers: 4
Has thanked: 227 times
Been thanked: 880 times
Send a message

Assistant Regional Coordinator - NOR
Global Champ - US
WME Beta Community Coordinator

Post by RussPA
I have 2.28 and I changed "W.model.topCityID" to "W.model.getTopCityId()" on line 820 and all is fine now, even though the script does show lots of red x, so there may be more that needs to be fixed.
RussPA  
Waze Global Champs
Waze Global Champs
Posts: 4049
Answers: 4
Has thanked: 227 times
Been thanked: 880 times
Send a message

Assistant Regional Coordinator - NOR
Global Champ - US
WME Beta Community Coordinator

Post by RussPA
Timbones wrote: City highlight is now hot pink!
Hot pink is the same color as FW now.
RussPA  
Waze Global Champs
Waze Global Champs
Posts: 4049
Answers: 4
Has thanked: 227 times
Been thanked: 880 times
Send a message

Assistant Regional Coordinator - NOR
Global Champ - US
WME Beta Community Coordinator

Post by S_Jay_
Hi, very helpful script! Although I encountered a bug: Combining the filters "Recently Edited" and "Filter by Editor (all except me)" does not work in V2.35. 
S_Jay_
Posts: 25
Has thanked: 11 times
Been thanked: 15 times
Send a message
Best regards,

Sebastian




Post by Sapozhnik
Timbones wrote: Thu Nov 23, 2023 11:01 am Latest version (v2.37) now works on new version of WME.
 


 
Hi @Timbones

I'm not scriptwriter but it's seems that I found some mistake here:
missing a key "attributes"  in (venueStreet.attributes.name) - all POI are marked everytime

Code: Select all

 // check for missing street name
if (venueStreet == null || venueStreet.name == null || venueStreet.name == "") {
incomplete = true;
colorhilite = true;
}

and, if it's possible, could you add rule for my country (something like this):

Code: Select all

 // No Speed Limits = RED [Rule for UKRAINE - All types of roads except of walk/ferry/RR/runway/stair]
else if (countryID == 232 &amp;&amp; showSpeedLimits &amp;&amp; [1, 2, 3, 4, 6, 7, 8, 17, 20, 22].includes(attributes.roadType)
&amp;&amp; ((attributes.fwdDirection &amp;&amp; (attributes.fwdMaxSpeed == null || attributes.fwdMaxSpeedUnverified)) ||
(attributes.revDirection &amp;&amp; (attributes.revMaxSpeed == null || attributes.revMaxSpeedUnverified)) )) {
newColor = "#f00";
newOpacity = 0.8;
newDashes = "10 10";
newWidth = 4;
}

// No Speed Limits = Orange
Thanks !!!
 
Sapozhnik
Waze Global Champs
Waze Global Champs
Posts: 1130
Answers: 3
Has thanked: 45 times
Been thanked: 134 times
Send a message
Andrey,
Ukraine Waze Coordinator, GC, CM, Beta, ...
http://waze.com.ua

Post by ScottZane
TimBones,

Any chance you can update the OP with a good download now that userscripts has been down? Same goes for the WIki. I found a download link in another person's post, but since it wasn't posted by you, I'm not treating it as the official download link and don't want to add the wrong link to the wiki.
ScottZane
Posts: 89
Has thanked: 22 times
Been thanked: 15 times
Send a message