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 ditchi56
The highly useful feature for highlighting UK road names which do not conform to standards (e.g. Road instead of Rd) needs to be updated for the recent changes to ramp naming standards.
ditchi56
Country Manager
Country Manager
Posts: 6468
Answers: 5
Has thanked: 1717 times
Been thanked: 2768 times
Send a message

Post by ditchi56
shawndoc wrote:
Timbones wrote:* Updated Chrome version (v1.7.4) so that it will work with non-English languages.
Where do I get 1.7.4? Latest version I'm seeing in the link from the first post is 1.7.1.
Latest version available on Firefox seems to be 1.7.0.
ditchi56
Country Manager
Country Manager
Posts: 6468
Answers: 5
Has thanked: 1717 times
Been thanked: 2768 times
Send a message

Post by ditchi56
I also have problems with it, in Firefox 45.0.2. It only seems to load if I disable most other scripts. Don't get a yellow background though. Ian
ditchi56
Country Manager
Country Manager
Posts: 6468
Answers: 5
Has thanked: 1717 times
Been thanked: 2768 times
Send a message

Post by dmcrandall
Is there a quick fix for the Highlight Places option? It stopped working, and I sorta miss it. All this pink is depressing.
dmcrandall
Country Manager
Country Manager
Posts: 471
Has thanked: 213 times
Been thanked: 192 times
Send a message
"This ain't Dodge City, and you ain't Bill Hickok." -Matthew Quigley

US Country Manager (In between deliveries)

Post by dmcrandall
I installed the script version, and didn't see any of the extended options (last edited, etc). I ended up re-enabling the Extension, while the script was running, just to check.

As long as I have both versions enabled and running, everything works. As soon as I disable the extension, I lose all of the Lvl3+ options from Highlight.

For now, I'm running both, with no apparent problems (other than two Highlight options on the left side of the screen).
dmcrandall
Country Manager
Country Manager
Posts: 471
Has thanked: 213 times
Been thanked: 192 times
Send a message
"This ain't Dodge City, and you ain't Bill Hickok." -Matthew Quigley

US Country Manager (In between deliveries)


Post by DMZamora
Correction:

AM functions noT showing up here on 1.6.7.


Correction 2:

Just tested and nothing works :(
DMZamora
Experts
Experts
Posts: 648
Has thanked: 59 times
Been thanked: 132 times
Send a message

Post by DMZamora
houstonmg wrote:I re down the file, re intall and work ok.
Thanks
Same here. Weird, but all is working now :)
DMZamora
Experts
Experts
Posts: 648
Has thanked: 59 times
Been thanked: 132 times
Send a message


Post by doctorkb
Updated for new Canada provinces:

Code: Select all

// State handling
    // US first. All cities should have an associated state. Throw an error if not.
    if (countryID == 235) {
becomes

Code: Select all

    // State handling
    // US/Canada first. All cities should have an associated state. Throw an error if not.
    if (countryID == 235 || countryID == 40) {
doctorkb
Posts: 4385
Answers: 4
Has thanked: 433 times
Been thanked: 1464 times
Send a message