[Script] Street to River Plus

Thanks!!!

Hi

Version 16.06.15 is here

This version includes:

  • Slovak translation (by Turrican7)

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

Around line 200 add:

var wazeActionDeleteSegment = require("Waze/Action/DeleteSegment");

Then around line 485 add the following after then else just before the return:

[code] // 2016-06-16: Remove road line - by ruskinz
if (sel.isGeometryEditable()){
Waze.model.actionManager.add(new wazeActionDeleteSegment(sel));
}

  return true;

[/code]

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!!!

Some time its needed to undo creation of river landmark and do some changes on source street segment; will be posible 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.

So I think thats enought, its not so much cases to create checkbox, thank you for response

Hi

Version 16.06.20 is here

This version includes:

  • Auto-delete helper street (by ruskinz)
  • Slovak translation (minor adjustment)

Thank you very much for this script. It is very useful.

Hi

Version 16.07.20 is here

This version includes:

  • Minor fix: Beta editor compatibility issues

Hi

Version 16.07.20 is here

This version includes:

  • Minor fix: Beta editor compatibility issues

sempre que eu vou salvar da erro

Did you try on Google Chrome?

Is there an issue with this newest WME version? I’m clicking the button and no river is drawn

Yes, I’m working on it. I need a some time to fix the script

Hi,

StreetToRiver now works again on WME Beta Editor.

today this script isn’t working

only on beta

Hi

Version 16.07.21 is here

This version includes:

  • Minor fix: Compatibility issues

[emoji106]

Enviado desde mi SM-G930F mediante Tapatalk

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.