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 resmota
EduardoCarvajal wrote:Hi All

Version 15.04.05 is here

This version includes:
  1. New language added: Português (Brasil).
Special thanks to resmota for Português (Brasil)translation.
Glad to help! :D
resmota
Area Manager
Area Manager
Posts: 2982
Has thanked: 849 times
Been thanked: 1946 times
Send a message

Post by resmota
With too many points, WME can't save. Returns an error and you lose your work.
resmota
Area Manager
Area Manager
Posts: 2982
Has thanked: 849 times
Been thanked: 1946 times
Send a message

Post by RuiDeLima
heyhey everyone, is this addon still working? the button street to river is not appearing in my interface anymore
RuiDeLima
Posts: 2
Has thanked: 1 time
Been thanked: 1 time
Send a message

Post by RuiDeLima
thankss! let me try :D
RuiDeLima
Posts: 2
Has thanked: 1 time
Been thanked: 1 time
Send a message

Post by ruskinz
Hi,

I have managed to make the script remove auto-added cities to the map ... have a look at viewtopic.php?f=55&t=192291&p=1425506#p1425506 for the code.

Any comments appreciated.

Note - it may be possible to use a similar technique to automatically remove the street.
ruskinz
Posts: 20
Has thanked: 15 times
Been thanked: 3 times
Send a message

Post by ruskinz
To auto-delete the helper road you can do the following:

Around line 200 add:

Code: Select all

var wazeActionDeleteSegment = require("Waze/Action/DeleteSegment");
Then around line 485 add the following after then else just before the return:

Code: Select all

        // 2016-06-16: Remove road line - by ruskinz
        if (sel.isGeometryEditable()){
            Waze.model.actionManager.add(new wazeActionDeleteSegment(sel));
        }
        
      return true;
I have done some small testing on this on standalone rivers and extending existing and it seems to work. Feel free to use if you want to
ruskinz
Posts: 20
Has thanked: 15 times
Been thanked: 3 times
Send a message

Post by ruskinz
Turrican7 wrote:
EduardoCarvajal wrote:
ruskinz wrote:To auto-delete the helper road you can do the following...

Great!!..
Just give me some time to review and test you code. Thanks!!!

Some time its needed to undo creation of river landmark and do some changes on source street segment; will be possible to undo this deletion? or probably will be nicely to do this addon if checked this option
This adds the 'delete helper road' to the undo queue ... so you can reverse it.

I thought about adding an option / checkbox to control this behaviour but think it would add too much complexity, when a simple single 'undo' click will bring the road back.

Any other thoughts or use-cases would be appreciated.
ruskinz
Posts: 20
Has thanked: 15 times
Been thanked: 3 times
Send a message

Post by Sapozhnik
Original script didn't update a long time :( :cry:

We are using mod.version

Sapozhnik
Waze Global Champs
Waze Global Champs
Posts: 1130
Answers: 3
Has thanked: 45 times
Been thanked: 134 times
Send a message
Andrey,
Ukraine Waze Coordinator, GC, CM, Beta, ...
http://waze.com.ua

Post by Sapozhnik
SomozRafa wrote:Buenas tardes Polordonez, ha habido alguna respuesta o solución a este problemita que se está presentando cuando se quiere crear un río?

Saludos

SomozRafa
Try this fork: https://greasyfork.org/ru/scripts/45754 ... r-plus-mod
 
Sapozhnik
Waze Global Champs
Waze Global Champs
Posts: 1130
Answers: 3
Has thanked: 45 times
Been thanked: 134 times
Send a message
Andrey,
Ukraine Waze Coordinator, GC, CM, Beta, ...
http://waze.com.ua

Post by Sapozhnik
reivaxX162 wrote: Wed Nov 03, 2021 5:01 am Hi John,

Thanks for your prompt response. Yes I drew a new street segment and left it unnamed and selected. I also attempted as other options to also put the width and name in, but I also get the same error.

Thanksscrnli_03_11_2021_14-54-13.gif
 
 
 

 
Try this one: 
viewtopic.php?p=2103845#p2103845

 
 
Sapozhnik
Waze Global Champs
Waze Global Champs
Posts: 1130
Answers: 3
Has thanked: 45 times
Been thanked: 134 times
Send a message
Andrey,
Ukraine Waze Coordinator, GC, CM, Beta, ...
http://waze.com.ua