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 S_Jay_
firecul wrote: Sun Aug 28, 2022 1:03 pm
SebastianJM21 wrote: Sun Aug 28, 2022 9:58 am
So the venue ID is correct but the coordinates seem to be messed up.

Chrome and Script (from Chrome Store) are both up to date.

 
Strange, that's what the most recent update is to fix. Is your script definitely v. 2022.8.25?

 
Sorry, my bad. I was running the version from chrome store which is not v. 2022.8.25. Just installed the script via Tampermonkey and everything seems to be working!
 
S_Jay_
Posts: 25
Has thanked: 11 times
Been thanked: 15 times
Send a message
Best regards,

Sebastian





Post by sancnilson
SuperDave1426 wrote:
iangpowell wrote:Click play, and it tells me "starting! layers are off to scan faster", and then nothing. It doesn't strictly crash, as I can still click around, and pause/stop, but no report appears and nothing else happens.
Yup, I can confirm this behavior as well. I've got Fix Map Objects installed, so at least it does its thing while I'm editing. But doing a scan to get a report goes nowhere.
The same action is repeated when scanning the map.
sancnilson
Waze Local Champs
Waze Local Champs
Posts: 586
Answers: 1
Has thanked: 1200 times
Been thanked: 189 times
Send a message

Post by SAR85
Raiden38 wrote:I'm trying to do a custom code but I can't get it to work. Can you help me?

The goal is to highlight all the Primary roads that don't have a name, and they are longer then 50 ft.

First issue: it highlight some ramps
2nd issue: Depending on the test, it will highlight all roads bigger than 50ft!

Here is what I tried:

Code: Select all

  
   "131.enabled": true,
  "131.params": {
  "template": "${typeRank}#${street}@:${length}",
  "regexp": "/^1[1-5]#@:([5-9]+[0-9])$|([1-9]+[0-9]+[0-9])$/",
  "titleEN": "No Street Name on Primary Street",
  "problemEN": "No Street Name on Primary Street",
  "solutionEN": "Add the name",
I think the following regex should work for you:

Code: Select all

/^1[1,3-5]#@:(([5-9][0-9])|([1-9]\\d{2,}))$/
As far as I can tell, the typeRank for ramp is 12, so I have excluded that from matching. The other changes I made were just cleanup/style changes. I can't tell why it would highlight all roads over 50ft and I haven't been able to make that happen when I tested it.

If you are still having issues or if you see it highlight all segments, put a 'D' in front of the regex (i.e., D/regexgoeshere/) and check the JavaScript console to see what's going wrong.
SAR85
Area Manager
Area Manager
Posts: 123
Has thanked: 43 times
Been thanked: 144 times
Send a message

Post by ScottZane
I have to admit I'm one of the ignorant masses who had no clue that there was a difference between the two - until I read this and Googled for the explanation. We learn something new every day. Thanks!
ScottZane
Posts: 89
Has thanked: 22 times
Been thanked: 15 times
Send a message

Post by seb-d59
Is anyone has news Berestovskyy?
Because I feel he edits no more...
https://www.waze.com/fr/user/editor/Berestovskyy

And what is the future of the script?
seb-d59
Emeritus Local Champ
Emeritus Local Champ
Posts: 1897
Has thanked: 428 times
Been thanked: 625 times
Send a message

Post by seb-d59
jarkaz wrote:I wrote to him, but did not even read the message. [emoji20]
How long have you sent the PM?
seb-d59
Emeritus Local Champ
Emeritus Local Champ
Posts: 1897
Has thanked: 428 times
Been thanked: 625 times
Send a message

Post by seb-d59
karlcr9911 wrote:It's a known issue that Validator isn't working in this latest WME release. The script writer has been contacted. If he chooses to update it, he'll do so as soon as he has time.
Ok, thanks for this new ;)
Wait & see..
seb-d59
Emeritus Local Champ
Emeritus Local Champ
Posts: 1897
Has thanked: 428 times
Been thanked: 625 times
Send a message

Post by seb-d59
Hi all,

On FF(46.0.1) for ubuntu, it doesn't want to work...
It start, but i don't have any HTML...

Code: Select all

WME Validator v1.1.17: waiting for login...
WME Validator v1.1.17: login seb-d59
@berestovskyy: I would like to help you, but your script is encrypted...
seb-d59
Emeritus Local Champ
Emeritus Local Champ
Posts: 1897
Has thanked: 428 times
Been thanked: 625 times
Send a message

Post by seb-d59
Hi,
I just try this:
taco909 wrote:

Code: Select all

javascript:Waze.loginManager.events.triggerEvent('login');
It was working on the old version when using this login, but I haven't been able to get it to load on FF since it updated to .17
But it do nothing.
just this:

Code: Select all

WME Validator v1.1.17: already logged in!
seb-d59
Emeritus Local Champ
Emeritus Local Champ
Posts: 1897
Has thanked: 428 times
Been thanked: 625 times
Send a message