It works
Thanks @Sapozhnik
It works
Thanks @Sapozhnik
Thanks a lot @Sapozhnik, now we can edit again.
Regards
Thanks, @Sapozhnik good job
I have a problem with this version, it has an error on my system!
the error is:
âNo unsaved and selected new street found!â
Hi, Try this fork:
https://github.com/waze-ua/wme-street-to-river-plus-mod/raw/master/wme_street_to_river_plus.user.js
Only part of the link is showing so it doesnât work. Can you repost the full link? Thanks.
SomozRafa:
Patrik-20:
I have a problem with this version, it has an error on my system!
the error is:
âNo unsaved and selected new street found!âHi, Try this fork: https://github.com/waze-ua/wme-street-t ⊠us.user.js
Only part of the link is showing so it doesnât work. Can you repost the full link? Thanks.
https://github.com/waze-ua/wme-street-to-river-plus-mod/raw/master/wme_street_to_river_plus.user.js
I donât know why but after corrected the script like said before in here
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:
if (sel.type == "segment" && sel.state == "Insert") {Change it to:
if (sel.type == "segment" && sel.state == "INSERT") {Refresh WME, and you should be good to go.
I canât merge an old one with the new one. It is always a new river or canal.
An explanation ?
Thanks(unavailable attachment: Capture dâĂ©cran 2021-02-11 Ă 14.16.13.png)
(unavailable attachment: Capture dâĂ©cran 2021-02-11 Ă 14.15.55.png)
I donât know why but after corrected the script like said before in here
jangliss:
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:
if (sel.type == "segment" && sel.state == "Insert") {Change it to:
if (sel.type == "segment" && sel.state == "INSERT") {Refresh WME, and you should be good to go.
I canât merge an old one with the new one. It is always a new river or canal.
An explanation ?
Thanks
Iâve not looked at it since asked on the mentioned issue. I cannot think immediately of why changing from Insert (non-working) to INSERT would cause an issue, if you change it back, it probably wonât work anymore at all. There has probably been some other WME changes that have caused some conflicts. Iâll see if I can spare some time later to take a look.
Thanks.
It merges on a new river (create one and after, extend it with a new part of the river).
It currently is non working when trying to merge an old one with a new part one.
Thanks.
It merges on a new river (create one and after, extend it with a new part of the river).
It currently is non working when trying to merge an old one with a new part one.
By âmerges on a new riverâ, do you save between the original part, and the new part youâre extending?
For âmerge an old oneâ, can you tell me the steps to reproduce? I created a road, and clicked on the âStreet to Riverâ and clicked save. I noticed it no longer seems to delete the original road segment, so there is a bug there. Once itâs saved, I deleted the road segment, and saved again, then drew the new road segment overlapping the original river, clicked on the Street to River, and it extended as expected. If I donât delete the road segment that gets left, or donât save after deleting it, I can sort of reproduce the issue you are experiencing.
I created a road, and clicked on the âStreet to Riverâ and clicked save. I noticed it no longer seems to delete the original road segment, so there is a bug there.
IIRC, I donât think it has ever deleted the original road segment, but I could be wrong.
jangliss:
I created a road, and clicked on the âStreet to Riverâ and clicked save. I noticed it no longer seems to delete the original road segment, so there is a bug there.
IIRC, I donât think it has ever deleted the original road segment, but I could be wrong.
at a certain moment, it deleted the original segment but not now for a long time
the script no longer working
have you any idea?
I too found the script not working this morning.
the script no longer working
have you any idea?
A quick question
What is your version number of Street to River Plus?
If you edit the script in TamperMonkey and look for
sel.state == "Insert"
And change âInsertâ to âINSERTâ
It might fix the script for you
If you edit the script in TamperMonkey and look for
sel.state == "Insert"And change âInsertâ to âINSERTâ
It might fix the script for you
Thank you! Iâll try that this week!
If you edit the script in TamperMonkey and look for
sel.state == "Insert"And change âInsertâ to âINSERTâ
It might fix the script for you
I just tried it myself and it works perfectly. Thanks!
If you edit the script in TamperMonkey and look for
sel.state == "Insert"And change âInsertâ to âINSERTâ
It might fix the script for you
The fix works. Thank you!!