Get a sneak peek at whats next for Permanent Hazards on our April 7th Office Hours!
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 EduardoCarvajal
Hi All

Version 16.06.6 is here

This version includes:
  1. Italian translation (by savex67)
EduardoCarvajal
Local Champ Mentor
Local Champ Mentor
Posts: 944
Has thanked: 184 times
Been thanked: 310 times
Send a message
download/file.php?id=66141
Local Champ - Level 6
Waze Costa Rica: Wiki, Facebook, Forums

Post by EduardoCarvajal
ruskinz wrote: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.
Great!... Let me do some testing first.
EduardoCarvajal
Local Champ Mentor
Local Champ Mentor
Posts: 944
Has thanked: 184 times
Been thanked: 310 times
Send a message
download/file.php?id=66141
Local Champ - Level 6
Waze Costa Rica: Wiki, Facebook, Forums

Post by EduardoCarvajal
Hi

Version 16.06.11 is here

This version includes:
  1. Remove auto-added city from newly created river. (by ruskinz)
EduardoCarvajal
Local Champ Mentor
Local Champ Mentor
Posts: 944
Has thanked: 184 times
Been thanked: 310 times
Send a message
download/file.php?id=66141
Local Champ - Level 6
Waze Costa Rica: Wiki, Facebook, Forums

Post by EduardoCarvajal
Turrican7 wrote:Hello, please add my language, I sent it to you with PM. Thank you.
Thanks!!!
EduardoCarvajal
Local Champ Mentor
Local Champ Mentor
Posts: 944
Has thanked: 184 times
Been thanked: 310 times
Send a message
download/file.php?id=66141
Local Champ - Level 6
Waze Costa Rica: Wiki, Facebook, Forums

Post by EduardoCarvajal
Hi

Version 16.06.15 is here

This version includes:
  1. Slovak translation (by Turrican7)
EduardoCarvajal
Local Champ Mentor
Local Champ Mentor
Posts: 944
Has thanked: 184 times
Been thanked: 310 times
Send a message
download/file.php?id=66141
Local Champ - Level 6
Waze Costa Rica: Wiki, Facebook, Forums

Post by EduardoCarvajal
ruskinz wrote: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
Great!!..
Just give me some time to review and test you code. Thanks!!!
EduardoCarvajal
Local Champ Mentor
Local Champ Mentor
Posts: 944
Has thanked: 184 times
Been thanked: 310 times
Send a message
download/file.php?id=66141
Local Champ - Level 6
Waze Costa Rica: Wiki, Facebook, Forums

Post by EduardoCarvajal
Hi

Version 16.06.20 is here

This version includes:
  1. Auto-delete helper street (by ruskinz)
  2. Slovak translation (minor adjustment)
EduardoCarvajal
Local Champ Mentor
Local Champ Mentor
Posts: 944
Has thanked: 184 times
Been thanked: 310 times
Send a message
download/file.php?id=66141
Local Champ - Level 6
Waze Costa Rica: Wiki, Facebook, Forums

Post by EduardoCarvajal
Hi

Version 16.07.20 is here

This version includes:
  1. Minor fix: Beta editor compatibility issues
EduardoCarvajal
Local Champ Mentor
Local Champ Mentor
Posts: 944
Has thanked: 184 times
Been thanked: 310 times
Send a message
download/file.php?id=66141
Local Champ - Level 6
Waze Costa Rica: Wiki, Facebook, Forums

Post by EduardoCarvajal
Hi

Version 16.07.20 is here

This version includes:
  1. Minor fix: Beta editor compatibility issues
EduardoCarvajal
Local Champ Mentor
Local Champ Mentor
Posts: 944
Has thanked: 184 times
Been thanked: 310 times
Send a message
download/file.php?id=66141
Local Champ - Level 6
Waze Costa Rica: Wiki, Facebook, Forums

Post by EduardoCarvajal
pjmotobr wrote:sempre que eu vou salvar da erro
Did you try on Google Chrome?
EduardoCarvajal
Local Champ Mentor
Local Champ Mentor
Posts: 944
Has thanked: 184 times
Been thanked: 310 times
Send a message
download/file.php?id=66141
Local Champ - Level 6
Waze Costa Rica: Wiki, Facebook, Forums