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 OyyoDams
bedo2991 wrote:Hi, all the links to external maps (at least G Maps) that I tried are not working at the moment. Tell me if it is reproduceable or you need more details.
Hi,

They work for me...
OyyoDams
Emeritus Local Champ
Emeritus Local Champ
Posts: 2675
Has thanked: 143 times
Been thanked: 674 times
Send a message

Post by OyyoDams
bedo2991 wrote:Hi, I found out that it "collides" with some of my scripts mostly used by the italian community. With the new editor I had to "prepend" instead of "append" something to the permalink bar to make the link visibile, so toolbox doesn't find the permalink where it expects it to be (at the first position).
Could you change your code to this to retrieve the permalink? It should be equivalent and maybe more robust.

Code: Select all

$('.WazeControlPermalink a.icon-link')[0].href;
Ok will be fixed in 1.4.4.1
OyyoDams
Emeritus Local Champ
Emeritus Local Champ
Posts: 2675
Has thanked: 143 times
Been thanked: 674 times
Send a message

Post by OyyoDams
mikenit wrote:
Arnoniem wrote:'Cut segment' or 'add node' comes to my mind.
When I select an segment, the 'Cut segment' do 'add node' in "random position". This position is chosen by the script.
I will like to choose the position where the node is added. Like in "insert new segment".
This would be perfect to define segments that have elevation <> 0.

Thank you.
Thanks for the suggestion. However it's hard to implement, so not for now.
OyyoDams
Emeritus Local Champ
Emeritus Local Champ
Posts: 2675
Has thanked: 143 times
Been thanked: 674 times
Send a message

Post by OyyoDams

Code: Select all

1.4.4.1
Fix: Clear road geometry not enabled on roundabout segment
Update: U-turns on dead-ends are not shown anymore
Fix: Permalink issue when Toolbox is used at the same time of some other scripts
OyyoDams
Emeritus Local Champ
Emeritus Local Champ
Posts: 2675
Has thanked: 143 times
Been thanked: 674 times
Send a message

Post by OyyoDams
Validator needs to be updated to match WME update.
OyyoDams
Emeritus Local Champ
Emeritus Local Champ
Posts: 2675
Has thanked: 143 times
Been thanked: 674 times
Send a message

Post by OyyoDams

Code: Select all

1.4.4.2
Update: Traffic-lock highlight removed to match WME update
New: Different highlight when automatic lock (traffic) is set
New: Toolbox warnings displayed with a different color
New: Clear road geometry now possible on roundabout segment
OyyoDams
Emeritus Local Champ
Emeritus Local Champ
Posts: 2675
Has thanked: 143 times
Been thanked: 674 times
Send a message

Post by OyyoDams
doctorkb wrote:Hey Oyyo,

Good work on this!

Just another thought that would resolve the earlier discussion on Rank 1 highlights.

Would it be possible to highlight segments where there is an automatic lock that is different from what the segment is manually locked at? (perhaps one colour for when it's locked higher and a different one for when it's locked lower)?
Well in fact WME handles that like that:
- There are 2 attributes for a segment: "rank" and "lockRank"
- The "lockRank" attribute is the one you can change, the "rank" attribute is computed by the traffic algorithm
- If the "lockRank" attribute is set, then WME shows this value
- If the "lockRank" attribute is null, then WME shows "Automatic" + the "rank" attribute value
- When you set "Automatic", the "lockRank" attribute becomes null

Here is one of the changes you'll see in the next Toolbox release:

Code: Select all

Update: Segment list panel: "Traffic Lock Level" removed, "Automatic Lock", "Lock > Traffic Lock" and "Lock < Traffic Lock" added
Like that:
ScreenShot089.jpg
(31.36 KiB) Downloaded 801 times
Now about highlight... Not really sure yet about what to do. I can highlight segments that have null lockRank (automatic), I'm not sure it's very usefull.
OyyoDams
Emeritus Local Champ
Emeritus Local Champ
Posts: 2675
Has thanked: 143 times
Been thanked: 674 times
Send a message

Post by OyyoDams

Code: Select all

1.4.4.3
Update: Segment list panel: "Traffic Lock Level" removed, "No Lock (auto)", "Lock = Traffic Lock", "Lock > Traffic Lock" and "Lock < Traffic Lock" added
Update: better highlight of segments with automatic lock
New: Highlight of manual locks (greater, equal, less than automatic lock)
New: [L5] Auto remove toll attribute on non freeway/ramp segments
OyyoDams
Emeritus Local Champ
Emeritus Local Champ
Posts: 2675
Has thanked: 143 times
Been thanked: 674 times
Send a message

Post by OyyoDams
Ok maybe this shouldn't be used in some countries. In France, most of non freeway roads are free, and there a lot of toll segments that shouldn't, like parkings, tunnels, etc.

P.S. it has been asked by french CMs ;)
OyyoDams
Emeritus Local Champ
Emeritus Local Champ
Posts: 2675
Has thanked: 143 times
Been thanked: 674 times
Send a message

Post by OyyoDams
Thanks for the bug report. Anyway, this function will be modified, it’s dangerous and not enough accurate.
edsonajj wrote:Hey Oyyo, I think there are some problems with the update for Safari.

Every time I go to the editor I’m getting an alert about a new version, even though Safari’s update mechanism shows none.

I also tried downloading from your site and keep getting version 1.4.4.1 even though the one listed as current is 1.4.4.3
You're right, it'll be fixed in next release. To force update, just uninstall Toolbox and install it again.
OyyoDams
Emeritus Local Champ
Emeritus Local Champ
Posts: 2675
Has thanked: 143 times
Been thanked: 674 times
Send a message