I am not sure if the script dev is still updating this script but a couple things need updating.
The script still references Waze. which is deprecated and will eventually be removed. (note: script will currently still work without this change since)
All references should be changed to W.
The following line
if (sel.type == "segment" && sel.state == "Insert") {
needs to be changed to
if (sel.type == "segment" && sel.state == "INSERT") {
When I comment/delete these 3 lines, the temporary red road deletes as expected.
Hi. I have just installed this script and attempting to add a river by following the instructions on the first post. However I keep getting the attached error message. Anyone else getting this?
MODERATOR NOTE: places screenshot inline to allow it to show.
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.
Hi, I havenât used this script for a while. I reactivated it but it doesnât work, and I canât find any updates.
Can you give me some information on this?
Thank you
Adding myself to the list of users having trouble.
I have 16.07.25 installed.
When I attempt to create a new river or extend an existing one, I get a pop up error: âNo unsaved and selected new street found!â
Iâve used this script extensively and am confident I am using it correctly⌠draw a new segment and activate the script on it immediately before it is saved, etcâŚ
I had not looked that close, sorry and thank you. Just saw others struggling and checked that I had the latest version. My bad for not looking closer. Hopefully the script author can make this fix to the source soon. Iâll go edit the scriptâŚ