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 ispyisail
Hi all

I would like a custom check for for segments with "no name" and over "50 meters" long?

Is this possible?

and can anybody suggest how to do it?
ispyisail
Waze Local Champs
Waze Local Champs
Posts: 3369
Has thanked: 502 times
Been thanked: 547 times
Send a message

Post by ispyisail
qwaletee wrote:
ispyisail wrote:Hi all

I would like a custom check for for segments with "no name" and over "50 meters" long?

Is this possible?

and can anybody suggest how to do it?
try this:
template: ${street}:${length}
expression: /^:([0-9]{3,5}|[5-9][0-9]$)/

Matches from 50-99999 (note: includes 50, not just 51, and will not find any that are 100km or more)

Also note that this is not specific to road type. You might want to exclude PLRs, for example.
Thanks for your reply

Any chance you could expand the your example for PLR exclusion?
ispyisail
Waze Local Champs
Waze Local Champs
Posts: 3369
Has thanked: 502 times
Been thanked: 547 times
Send a message

Post by ispyisail
Is there a wiki entry somewhere I could add the above example?
ispyisail
Waze Local Champs
Waze Local Champs
Posts: 3369
Has thanked: 502 times
Been thanked: 547 times
Send a message

Post by ispyisail
I know I'm probably posting is the wrong thread, sorry.

Syntax help

50 meters is too short, looks like I need to go to 100m

I know this is less than 17m

Code: Select all

/^([0-9]|1[0-6])$/
This is greater 50m

Code: Select all

/^:([0-9]{3,5}|[5-9][0-9]$)/
100m?
ispyisail
Waze Local Champs
Waze Local Champs
Posts: 3369
Has thanked: 502 times
Been thanked: 547 times
Send a message
Last edited by ispyisail on Mon Jun 02, 2014 8:44 pm, edited 1 time in total.

Post by ispyisail
sketch wrote:
ispyisail wrote: Any chance you could expand the your example for PLR exclusion?
template: ${type}:${street}:${length}
expression: /^[1234678]::([0-9]{3,5}|[5-9][0-9]$)/

That will highlight for Street, Primary Street, Freeway, Ramp, Major Highway, Minor Highway, and Dirt Road. I think.
Exellent
ispyisail
Waze Local Champs
Waze Local Champs
Posts: 3369
Has thanked: 502 times
Been thanked: 547 times
Send a message

Post by ispyisail
My suggestion is to add set City and Street default fields to 'None'.
Are you suggesting finding all "streets" and "cities" without names by default?

If so I don't like that idea
ispyisail
Waze Local Champs
Waze Local Champs
Posts: 3369
Has thanked: 502 times
Been thanked: 547 times
Send a message

Post by ispyisail
I suspect that validator is missing some errors?

Is this possible?

If so could my slow internet have something to do with this?
ispyisail
Waze Local Champs
Waze Local Champs
Posts: 3369
Has thanked: 502 times
Been thanked: 547 times
Send a message

Post by ispyisail
Hi all

It appears and you guys probably already know that bigger higher resolution screens give bigger scans areas?



I've doubled may scan area, that is if its working? (I think it is)
ispyisail
Waze Local Champs
Waze Local Champs
Posts: 3369
Has thanked: 502 times
Been thanked: 547 times
Send a message

Post by ispyisail
olestas wrote:I on the other hand try to minimize scan area, because editor starts lagging horribly :D
You edit and scan at the same time?

I've got slow internet so I don't even bother, I just go away for 5 - 10 minutes
ispyisail
Waze Local Champs
Waze Local Champs
Posts: 3369
Has thanked: 502 times
Been thanked: 547 times
Send a message

Post by ispyisail
olestas wrote:Editors lags by itself if fullscreened higher then 1280x1024, even on strong pc for me. Tried running it on 1920x1200 and it lags.. So I have manually strech browsers window to smaller part of screen.. Then it works very fast. I hate when editor lags... Cannot work then :D
Good tip

I maximise for full scan then minimise to edit and fix, might try a smaller edit windows now :)
ispyisail
Waze Local Champs
Waze Local Champs
Posts: 3369
Has thanked: 502 times
Been thanked: 547 times
Send a message