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 bedo2991
V. 5.4.5 is out!
- Fix for street names not showing in countries without states.
bedo2991
Waze Global Champs
Waze Global Champs
Posts: 2385
Answers: 2
Has thanked: 237 times
Been thanked: 627 times
Send a message

Post by bedo2991
V. 5.4.5 is out!
- Alternative names were not working in beta: fixed.

Known issue: the user lock level is not initialized correctly (affects: show the black line for locked segments).
It will be fixed automatically once WazeWrap gets updated.
bedo2991
Waze Global Champs
Waze Global Champs
Posts: 2385
Answers: 2
Has thanked: 237 times
Been thanked: 627 times
Send a message

Post by bedo2991
Now you can find the settings on the scripts panel, in the SVL tab (click on the </> icon on the left bar)
bedo2991
Waze Global Champs
Waze Global Champs
Posts: 2385
Answers: 2
Has thanked: 237 times
Been thanked: 627 times
Send a message

Post by bedo2991
Version 5.5.2 is out!
  • Fix for beta WME
Please notice: due to heavy internal changes to the WME, it is likely that this script will chease to exist in the near future.
bedo2991
Waze Global Champs
Waze Global Champs
Posts: 2385
Answers: 2
Has thanked: 237 times
Been thanked: 627 times
Send a message

Post by bedo2991
proffa71 wrote: Thu Apr 11, 2024 12:39 pm Would it be possible to also adjust speed limit text size when it's displayed after road name? It's quite small and often hard to read...
Hi, at the moment you can only change the font size of both the streetname and the speed limit.

The only thing I can try to arrange (but I don't know how fast), is to add a setting to use normal numbers instead of the smaller ones.
bedo2991
Waze Global Champs
Waze Global Champs
Posts: 2385
Answers: 2
Has thanked: 237 times
Been thanked: 627 times
Send a message

Post by bz2012
I have been tracking back on a strange problem:
Something has started 'resetting' WME after about 40 seconds.
I'll be in the middle of typing and modifying a response to a UR and i will suddenly be looking at the default message that URC selected when I first opened the UR.

Never seen anything like it before this morning.
No messages when this happens. the UR-MP Tracking display pops up briefly in the lower left of the window and then the URC list re-appears and the 'default message' has reappeared in the conversation window.

I did a 'binary search', using the 'toggle enable' feature in Tampermonkey to disable half of the extensions, and finally narrowed the problem down to the updated Street Vector Layer extension 4.0.

Is there anything else I can give you to help you narrow down the problem?

After reading your "what's new", I'll bet it is related to the 'auto refresh' feature you mention!
I don't find a way to configure or turn off the refresh feature.
bz2012
Map Raider
Map Raider
Posts: 1622
Has thanked: 1970 times
Been thanked: 305 times
Send a message

Post by bz2012
My URC comments use a customized list. That may be a factor in the 'forced replacement' of the default message.
I don't see that message. Here is a movie I made, showing what happens:
https://www.dropbox.com/s/410j1hhlduazc ... e.wmv?dl=0
It starts by showing selected text about to be deleted.
Around 8 seconds I start typing.
Around 18 seconds, something happens to the map data and MP-UR tracking selection menu pops up in the lower left corner.
Around 19 seconds, the map changes again and URC messages are again listed in the lower left area, The message I was typing has vanished and been replaced by the default message.
I don't see a way to configure SVL.
bz2012
Map Raider
Map Raider
Posts: 1622
Has thanked: 1970 times
Been thanked: 305 times
Send a message

Post by bz2012
Is there someplace in the script code that I can edit and turn off the feature? I have tried a couple of places but no joy.
bz2012
Map Raider
Map Raider
Posts: 1622
Has thanked: 1970 times
Been thanked: 305 times
Send a message

Post by bz2012
do you mean line 148, like this:
146 if(W.model.actionManager.unsavedActionsNum() == 0 && W.selectionManager.selectedItems.length == 0)
147 {
148 // W.controller.reload();
149 }
150 }
That does seem to have 'fixed' the problem I have been fighting.
Thank YOU for all the WAZE you help!
bz2012
Map Raider
Map Raider
Posts: 1622
Has thanked: 1970 times
Been thanked: 305 times
Send a message

Post by bz2012
Afraid I don't see anything like that:
https://www.dropbox.com/s/3o8rhgnu1prg8 ... r.png?dl=0

Of course, some other extension must be killing the display. :(
bz2012
Map Raider
Map Raider
Posts: 1622
Has thanked: 1970 times
Been thanked: 305 times
Send a message