Page 14 of 23

Re: [Script] Street to River Plus

Posted: Fri Sep 19, 2014 8:11 pm
by kadyus
script not working :(

Re: [Script] Street to River Plus

Posted: Fri Sep 19, 2014 11:48 pm
by kadyus
kadyus wrote:script not working :(

now it's working back. :)

Re: [Script] Street to River Plus

Posted: Fri Oct 31, 2014 8:49 am
by kadyus
I usually would check the conversion for any overlapping nodes that could cause saving error. For some reason StR+ sometimes misses out the street geometry (especially on bends) and causes overlapping on the next node. A fix or warning for this would be nice.

So far I haven't experience saving error due the converted street to being too long. StR+ would just end at max 55 save counts. [emoji5]️

Re: [Script] Street to River Plus

Posted: Tue Nov 28, 2023 4:15 pm
by kstor_80
buchet37 wrote: Tue Nov 28, 2023 2:31 pm Hello EduardoCarvajal
I have a similar script to create lansdmark and I have the same problem.
I pretty sure that problem is linked to the change about Openlayer explain here

I found a solution for my script

I replace the line :
         var landmark = new WazeFeatureVectorLandmark();

by :
        var ldk = {};
        ldk.geoJSONGeometry = W.userscripts.toGeoJSONGeometry (polygon);
        var landmark = new WazeFeatureVectorLandmark(ldk);

The W.userscripts.toGeoJSONGeometry create the new geometry object
All seems correct for me.
I think it will do the same for "Street to River Plus"

Perhaps, it a first step to a big change if openLayer disappers :oops:
 
 
 
Ca marche!

Worked fine for me in WME Street to River PLUS (mod)

I modified as you mentioned (except the var name is "riverLandmark" instead of "landmark".

Thanks for that! I hope it will be updated soon for those less used to modifying scripts.

Re: [Script] Street to River Plus

Posted: Tue Jul 23, 2019 10:25 am
by laurenthembprd
Hi skubko,

before recording, is the work you just done visible on the screen ?

Re: [Script] Street to River Plus

Posted: Fri Jan 14, 2022 5:38 pm
by lmlama
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

Re: [Script] Street to River Plus

Posted: Fri Jan 14, 2022 8:20 pm
by lmlama
proffa71 wrote: Fri Jan 14, 2022 7:46 pm
lmlama wrote: Fri Jan 14, 2022 5:38 pm 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




 
Well I use this version but I needed to do the fix in picture and it has worked as expected after that.SRP.PNG
 

 
 


 
Thanks, now it works
 

Re: [Script] Street to River Plus

Posted: Sat Jan 13, 2024 9:52 am
by lmlama
Greetings,
If I create a new place it does it regularly, if I try to extend an existing one it doesn't let me do it, whereas before I succeeded.
Suggestions on this? Thank you

Re: [Script] Street to River Plus

Posted: Sat Sep 12, 2020 6:11 pm
by LuisSaputo
Da el error : ¡No se encontró una calle sin guardar!

Re: [Script] Street to River Plus

Posted: Fri Dec 18, 2015 3:47 pm
by Nomenclator1677
Hi,

It seems the script is out. I can't add a new river.

No problem for me as few days ago it worked perfectly

Thanks ;)