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 ChopStiR
Script does not appear to be loading now.

EDIT: Just discovered the mod version as linked in the edited original post. The mod version is working.
 
ChopStiR
Area Manager
Area Manager
Posts: 25
Has thanked: 13 times
Been thanked: 12 times
Send a message

Post by ChopStiR
New version of waze editor appears to have broken script.
ChopStiR
Area Manager
Area Manager
Posts: 25
Has thanked: 13 times
Been thanked: 12 times
Send a message

Post by ChopStiR
Thanks z000py,

Adding ?version=1126584 to the end of line 12 fixed it.
ChopStiR
Area Manager
Area Manager
Posts: 25
Has thanked: 13 times
Been thanked: 12 times
Send a message

Post by cimuca
Thank you very much for this script. It is very useful.
cimuca
Posts: 5
Has thanked: 4 times
Been thanked: 2 times
Send a message

Corentin-48
Country Manager
Country Manager
Posts: 707
Has thanked: 110 times
Been thanked: 124 times
Send a message
https://s.waze.tools/cm.pnghttps://s.waze.tools/beta.pnghttps://s.waze.tools/betc.pnghttps://s.waze.tools/mapr.pnghttps://s.waze.tools/mntr.pnghttps://s.waze.tools/c5.png

France Country Manager
France Regional Manager : Occitanie
France State Manager : Hérault (34), Lozère (48)
Andorra Area Manager
Vadrouille quotidiennement dans le Puy-de-Dôme et à l'occasion en Île-de-France.

La communauté Waze France est sur Discord. Rejoignez-nous !

Post by cotero2002
Looks like the script needs to be updated after the recent WME update. I found I can't use the "Select Entire Road" button in WME and after deleting -for example- an uneeded juction, the "Save" button in WME doesn't activates to save the change when this script is on.
cotero2002
State Manager
State Manager
Posts: 237
Has thanked: 91 times
Been thanked: 31 times
Send a message
C. Otero (cotero2002)
Puerto Rico & USVI State Manager / ATR PNH Moderator
Read Wazeopedia Puerto Rico, Best Practices and Edits to Avoid.


https://storage.googleapis.com/wazeoped ... s_2023.png


Post by CvTomaz
Horizon911 wrote:Hi, very good script. I love it, however since approx. 2 days ago, it started to throw an error upon clicking [Street to River] button. (While new unsaved street is created and awaiting the river to be created.)
Any idea, how to fix that?
btw: Is there a chance to allow SRP+ functionality also for saved streets? (Time to time I want to temporarily save the segment.)
This is also happening in my editor. Anyone who knows the solution, present it to us.
Isso também anda acontecendo no meu editor. Quem souber a solução, apresente para nós.
CvTomaz
Posts: 228
Has thanked: 26 times
Been thanked: 34 times
Send a message

Post by CvTomaz
jangliss wrote:On line 172 in the script, it is looking for the state to be "Insert", it should be "INSERT". Just installed it, and on line 172 I have:

Code: Select all

            if (sel.type == "segment" && sel.state == "Insert") {
Change it to:

Code: Select all

            if (sel.type == "segment" && sel.state == "INSERT") {
Refresh WME, and you should be good to go.
Thank you. It worked here. Now it's working. :P
CvTomaz
Posts: 228
Has thanked: 26 times
Been thanked: 34 times
Send a message