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 juliansean
Thanks!
juliansean
Country Manager
Country Manager
Posts: 1349
Answers: 1
Has thanked: 351 times
Been thanked: 379 times
Send a message
Sean Julian
CM
SM: TX, LA, MS, AR, OK
AM: SE FL, Boston, MA, Brooklyn, NY, Bronx, NY, Manhattan, NY, Queens, NY, E CA, SW KS


Post by juliansean
Works for me.
juliansean
Country Manager
Country Manager
Posts: 1349
Answers: 1
Has thanked: 351 times
Been thanked: 379 times
Send a message
Sean Julian
CM
SM: TX, LA, MS, AR, OK
AM: SE FL, Boston, MA, Brooklyn, NY, Bronx, NY, Manhattan, NY, Queens, NY, E CA, SW KS


Post by juliansean
This happens to me also. Any time I move or delete a HN the line stays.

I’m free all day tomorrow if I can help trouble shooting.

Sean

https://prnt.sc/q8a0fx
juliansean
Country Manager
Country Manager
Posts: 1349
Answers: 1
Has thanked: 351 times
Been thanked: 379 times
Send a message
Last edited by juliansean on Mon Dec 09, 2019 12:15 pm, edited 1 time in total.
Sean Julian
CM
SM: TX, LA, MS, AR, OK
AM: SE FL, Boston, MA, Brooklyn, NY, Bronx, NY, Manhattan, NY, Queens, NY, E CA, SW KS


Post by juliansean
russblau wrote:For those with the lines that stick around after moving or deleting HNs, a workaround (only slightly less disruptive than reloading the whole editor) is to zoom out to a point where the lines are no longer displayed, then zoom back in.
Good to know! Thanks!
juliansean
Country Manager
Country Manager
Posts: 1349
Answers: 1
Has thanked: 351 times
Been thanked: 379 times
Send a message
Sean Julian
CM
SM: TX, LA, MS, AR, OK
AM: SE FL, Boston, MA, Brooklyn, NY, Bronx, NY, Manhattan, NY, Queens, NY, E CA, SW KS


Post by juliansean
FYI only the zoom trick doesn’t work for me. Line stays no matter which zoom.
juliansean
Country Manager
Country Manager
Posts: 1349
Answers: 1
Has thanked: 351 times
Been thanked: 379 times
Send a message
Sean Julian
CM
SM: TX, LA, MS, AR, OK
AM: SE FL, Boston, MA, Brooklyn, NY, Bronx, NY, Manhattan, NY, Queens, NY, E CA, SW KS


Post by juliansean
Does this mean we won’t have to zoom to 10 to select a place now when the HN and place are at the same (or nearly the same) location?
juliansean
Country Manager
Country Manager
Posts: 1349
Answers: 1
Has thanked: 351 times
Been thanked: 379 times
Send a message
Sean Julian
CM
SM: TX, LA, MS, AR, OK
AM: SE FL, Boston, MA, Brooklyn, NY, Bronx, NY, Manhattan, NY, Queens, NY, E CA, SW KS


Post by juliansean
dBsooner wrote: Maybe?? I dunno.. You tell me. :D
No, it doesn't solve the problem. http://prntscr.com/t1c75s
juliansean
Country Manager
Country Manager
Posts: 1349
Answers: 1
Has thanked: 351 times
Been thanked: 379 times
Send a message
Sean Julian
CM
SM: TX, LA, MS, AR, OK
AM: SE FL, Boston, MA, Brooklyn, NY, Bronx, NY, Manhattan, NY, Queens, NY, E CA, SW KS


Post by JustinS83
MajkiiTelini wrote:
SeveriorumPatrem wrote:This script solves those problems, but still does it after the fact, after HN edit view opened.
I probably don't understand you, my script does not need open HN edit view to show lines for all house numbers in all segments, which are visible on the screen. (So lines to some house numbers could not be seen, because their segment is ouf of the screen.)
That might have been your intention, but I just installed and can confirm it does not work that way on the NA server, which would make sense since you are only querying for ROW HNs.
JustinS83
Waze Global Champs
Waze Global Champs
Posts: 1463
Has thanked: 215 times
Been thanked: 2389 times
Send a message

Post by JustinS83
Thanks for the update.

This is still throwing an error when in house number edit mode and you click into a house number

Code: Select all

userscript.html?id=aced2ede-b3e2-4d26-a06b-2825b4d2fc2b:258 Uncaught TypeError: Cannot read property 'id' of undefined
    at initialize.eval (userscript.html?id=aced2ede-b3e2-4d26-a06b-2825b4d2fc2b:258)
    at initialize.triggerEvent (vendor-35832ee1066e825bf6f6.js:1)
    at HTMLDivElement.<anonymous> (app-73b6cfea0e16cdbb4cb8.js:1)
    at HTMLDivElement.dispatch (vendor-35832ee1066e825bf6f6.js:1)
    at HTMLDivElement.f.handle (vendor-35832ee1066e825bf6f6.js:1)
It is failing on this line

Code: Select all

var HNtoRemove = W.model.segments.objects[marker.model.parent.id].attributes.primaryStreetID + "|" + marker.model.number + "|" + marker.model.id;
Because parent on marker.model does not exist.
JustinS83
Waze Global Champs
Waze Global Champs
Posts: 1463
Has thanked: 215 times
Been thanked: 2389 times
Send a message

Post by JustinS83
MajkiiTelini wrote:OK!

Forced & unedited => red

Forced & edited => orange

Unforced & unedited => yellow

Unforced & edited => white
Please edit the first post with this information so it is not lost in the thread. Thanks!
JustinS83
Waze Global Champs
Waze Global Champs
Posts: 1463
Has thanked: 215 times
Been thanked: 2389 times
Send a message