Get a sneak peek at whats next for Permanent Hazards on our April 7th Office Hours!
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 top_gun_de
I inquired through the staff, and got the answer that 15m or more should work, and below it depends on "many complicated thresholds". So, highlighting intermediate segments below 15m would be a good function for the highlighterscript.

Best regards,

Detlev
top_gun_de
EmeritusChamps
EmeritusChamps
Posts: 9483
Has thanked: 1174 times
Been thanked: 2920 times
Send a message

Post by top_gun_de
You need to install Tampermonkey, then the Highlighter City. It is not fully packaged like the standard highlighter and the current Chrome executes it only through Tampermonkey - which is a minor nuisance for me.

Best regards,

Detlev


Gesendet von meinem iPad mit Tapatalk
top_gun_de
EmeritusChamps
EmeritusChamps
Posts: 9483
Has thanked: 1174 times
Been thanked: 2920 times
Send a message

Post by tpainter
What is the best way to suggest updates/changes to the code?

I looked at the script and saw a couple of items that could easily be changed to speed things up a bit. I profiled them and the speed-up isn't very large, but the changes are minimal.
tpainter
Posts: 11
Has thanked: 3 times
Send a message
Level: 3, AM: Peoria, IL

Post by turbomkt
Is there any intent to allow highlighting PRs with no speed limit? Or can this be added?
turbomkt
Coordinators
Coordinators
Posts: 3724
Answers: 17
Has thanked: 599 times
Been thanked: 733 times
Send a message
--Mike
RC for Northwest Region (NWR Discord)
ARC for Southwest Region (SWR Discord)

Post by turbomkt
Until patched, this may help from here.

Change

Code: Select all

addr.city.isEmpty
to

Code: Select all

addr.city.attributes.isEmpty
Change

Code: Select all

addr.city.name
to

Code: Select all

addr.city.attributes.name
turbomkt
Coordinators
Coordinators
Posts: 3724
Answers: 17
Has thanked: 599 times
Been thanked: 733 times
Send a message
--Mike
RC for Northwest Region (NWR Discord)
ARC for Southwest Region (SWR Discord)

Post by turbomkt
Here's another feature request...highlight segments that have "Next to carpool/HOV/bus lane" marked.
turbomkt
Coordinators
Coordinators
Posts: 3724
Answers: 17
Has thanked: 599 times
Been thanked: 733 times
Send a message
--Mike
RC for Northwest Region (NWR Discord)
ARC for Southwest Region (SWR Discord)

Post by turbomkt
I think it also throws a lot of errors in the console - possibly the source for the slow down?
turbomkt
Coordinators
Coordinators
Posts: 3724
Answers: 17
Has thanked: 599 times
Been thanked: 733 times
Send a message
--Mike
RC for Northwest Region (NWR Discord)
ARC for Southwest Region (SWR Discord)

Post by turbomkt
With the WME tab selected, hit F12. It's the debug console used by developers. Odds are, you will see errors scrolling constantly.
turbomkt
Coordinators
Coordinators
Posts: 3724
Answers: 17
Has thanked: 599 times
Been thanked: 733 times
Send a message
--Mike
RC for Northwest Region (NWR Discord)
ARC for Southwest Region (SWR Discord)

Post by turbomkt
I'm not seeing that. It worked for me every time I tried it yesterday and in a test just now. What version are you using? Mine is showing 2.27.
turbomkt
Coordinators
Coordinators
Posts: 3724
Answers: 17
Has thanked: 599 times
Been thanked: 733 times
Send a message
--Mike
RC for Northwest Region (NWR Discord)
ARC for Southwest Region (SWR Discord)

Post by turbomkt
moosool wrote:Would it be possible to change the color of the 'Filter by City' option which is currently in yellow? It is very difficult to see it on Primary Street segments. Thanks for considering.
If they don't update the script, you can change the color using hex color codes at line 384. Search google for "hex color picker" and you should be able to find something that works better for you.
turbomkt
Coordinators
Coordinators
Posts: 3724
Answers: 17
Has thanked: 599 times
Been thanked: 733 times
Send a message
--Mike
RC for Northwest Region (NWR Discord)
ARC for Southwest Region (SWR Discord)