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
Bogey2 wrote:I am sorry to interrupt in all the "Auto split loops" posts.

But I just want to know if I am the only one suffering from the fact that "House number" filter is not working properly anymore.
It looks like the filter highlights only segments I recently edited.

The "Streets with name but no house number" has problems too.

I already asked this a few days earlier but due to the lot of posts about the Auto Loop feature I am afraid it got lost.

Also the latest version of the toolbox does not solve this.
Look at page 142 of this thread:
OyyoDams wrote:The bug comes from WME, it has been reported to Waze staff.
OyyoDams
Emeritus Local Champ
Emeritus Local Champ
Posts: 2675
Has thanked: 143 times
Been thanked: 674 times
Send a message

Post by OyyoDams
kentsmith9 wrote:1.4.2.4

Found a first occurrence where the loop fix adds the junction node and then moves one of the roads from the north part of the loop to the middle. No changes saved.
https://www.waze.com/editor/?lon=-122.0 ... 33&env=usa
Reproduced! Thanks for the bug report.
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.2.5
Fix: [L5] Auto split loops: bug fix and improvement
Hope that solves the issue ;)
OyyoDams
Emeritus Local Champ
Emeritus Local Champ
Posts: 2675
Has thanked: 143 times
Been thanked: 674 times
Send a message

Post by OyyoDams
russblau wrote:The Auto Split Loops [L5] feature is trying to edit segments that are outside the editable area. (Yes, some rank 5 editors do have limited editable areas.) Before you try to edit a segment (seg), you need to check that the following is true:

Code: Select all

if (!seg.isLockedByHigherRank() 
	&& (seg.type == Waze.Model.ObjectType.SEGMENT)
	&& (seg.isAllowed(seg.PERMISSIONS.EDIT_PROPERTIES)))
Good point I'll add it.
OyyoDams
Emeritus Local Champ
Emeritus Local Champ
Posts: 2675
Has thanked: 143 times
Been thanked: 674 times
Send a message

Post by OyyoDams
berestovskyy wrote:
russblau wrote:

Code: Select all

if (!seg.isLockedByHigherRank() 
	&& (seg.type == Waze.Model.ObjectType.SEGMENT)
	&& (seg.isAllowed(seg.PERMISSIONS.EDIT_PROPERTIES)))
There is also a segment.arePropertiesEditable() function which works fine both in WME and Validator.
You're right and node.areConnectionsEditable() works for nodes.
OyyoDams
Emeritus Local Champ
Emeritus Local Champ
Posts: 2675
Has thanked: 143 times
Been thanked: 674 times
Send a message

Post by OyyoDams
*** OFF TOPIC ***
kentsmith9 wrote:General forum question to followers of this particular thread:

In this thread after new posts are added, when I select the link to view the first unread post, I am usually taken to a post about 1 page or so earlier (which I have already read). I have only noticed this for this thread. All other threads appear to be acting correctly. I wonder if the VERY high post count in this thread is causing this issue. I will check the Jolly Drivers thread to see if it is happening there as well.
I noticed this bug too, and not only in this thread. I have it on several threads, on the web and on Tapatalk.
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.2.6
New: Split road (cut segment in two)
New: Force full screen (in Toolbox options)
Fix: bug with icons toggle in toolbar
Update: Draw roundabout landmark: now you have to select a roundabout segment instead of a node, like other roundabout functions
Fix: Segment list / In Landmark: bug since WME v1.6
Rollback: Highlight house numbers functions restored to 1.4.1.6 (internal Toolbox computing system) - slower but skirts WME backend bug
OyyoDams
Emeritus Local Champ
Emeritus Local Champ
Posts: 2675
Has thanked: 143 times
Been thanked: 674 times
Send a message

Post by OyyoDams
...all features listed on page 1 :)
OyyoDams
Emeritus Local Champ
Emeritus Local Champ
Posts: 2675
Has thanked: 143 times
Been thanked: 674 times
Send a message

Post by OyyoDams
pvaladares wrote:I can't create a landmark in this roundabout with WME Toolbox : https://www.waze.com/editor/?lon=-8.689 ... 21&env=row
Bug?
Fixed.

Code: Select all

1.4.2.7
Fix: Draw roundabout landmark: bug
Update: Draw roundabout landmark: landmark layer activated when drawing a new roundabout landmark
OyyoDams
Emeritus Local Champ
Emeritus Local Champ
Posts: 2675
Has thanked: 143 times
Been thanked: 674 times
Send a message

Post by OyyoDams
pvaladares wrote:I find after redoing a roundabout with WME Toolbox if I select one of the segments, before saving, it keeps telling 'This roundabout has no consecutive segment IDs.' and the roundabout icons disappear.
Problem is solved if I reload the permalink.
Just:
1) Redo the roundabout
2) Select only one segment of this roundabout
3) Create the roundabout landmark
4) Save

It works :)
OyyoDams
Emeritus Local Champ
Emeritus Local Champ
Posts: 2675
Has thanked: 143 times
Been thanked: 674 times
Send a message