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 jangliss
I've noticed when editing close to a border between countries, specifically US and Mexico in this case, I get warning that I must switch to metric, forcibly disabling the speed helper buttons, even when though US roads. While I am editing close to the border, I am editing US roads, and as such should be editing in imperial.

PL: https://www.waze.com/en-US/editor/?env= ... s=46374428
jangliss
State Manager
State Manager
Posts: 295
Has thanked: 87 times
Been thanked: 209 times
Send a message

Post by jangliss
gertbroos wrote: Thu Aug 24, 2023 9:44 pmShould be fixed now. As I'm not actively maintaining this script anymore, I get sent fixes from other editors, but this last time I just edited the script online in Greasyfork and didn't upload it to my personal server, from where Greasyfork auto-sync's. So with the latest sync, it just copied the previous version again.

Mistery solved :)
 

 
As you're no longer editing the script, would you have any issues with somebody else taking over?  I'd love to keep this updated as it's a fantastic script and quite helpful.  I do see the license is set to MIT/BSD/X11, so I'd like to take over/fork it into the WazeDev project, and continue releasing it from them.

If you've no issues with that, I'll drop you a note on chat or discord if you're there, and we can sort out the details of either updating Greasyfork to allow WazeDev/myself to update your existing script release process or start a new script release.
jangliss
State Manager
State Manager
Posts: 295
Has thanked: 87 times
Been thanked: 209 times
Send a message

Post by jangliss
JTRIANA77 wrote: Sun Sep 03, 2023 12:22 am
JTRIANA77 wrote: Thu Aug 04, 2022 12:43 am Hi, please add the following values for Sudan, thanks  :)
 Sudan does not appear in the script :(

Code: Select all

SU:         {'sgn': BGa, 'ann':'kph', 'spd':[ 10, 40, 50, 70, 90, 120]}, //------------------------------------------------------123.Sudan
 



 
     please help, second try.......  :D
     do not ignore me   :( 
     Gertbroos  :?:
 
      thank you very much 
      
 
 

 
You might notice that Gertbroos said they were no longer maintaining the script. I'm hoping to get it into WazeDev so we can keep it up!
jangliss
State Manager
State Manager
Posts: 295
Has thanked: 87 times
Been thanked: 209 times
Send a message

Post by jangliss
gareth71 wrote: Sun Feb 04, 2024 4:23 pm
jangliss wrote: Mon Sep 04, 2023 12:42 am You might notice that Gertbroos said they were no longer maintaining the script. I'm hoping to get it into WazeDev so we can keep it up!



 
Wondered if there's any news on this @jangliss @Gertbroos? Would be amazing if someone could get this script working again, it was really useful until WME v2.206 broke it!
 
 

 
I've not heard anything, but did email this time instead of using WME Chat and forum notices. It does appear it got updated to resolve the issue with Speedhelper not showing up.  I'll give them a little bit of time to respond, and work on forking and republishing.
jangliss
State Manager
State Manager
Posts: 295
Has thanked: 87 times
Been thanked: 209 times
Send a message

Post by JanKlaaseen
RIMAJUES wrote: Sun Oct 23, 2022 4:15 pm
RIMAJUES wrote: Fri May 06, 2022 2:29 pm Hello everyone, could you please help me by adding these speeds for the country of Yemen, YM, 10, 20, 30, 40, 50, 60, 70, 80, 90, 100, 120, 140 ( Kph ) Red circle.
 
 
 





 
Hello, help me adding the speed limits for the country of Yemen, thanks ;)


 
Hi @RIMAJUES
To add yemen speeds in WME Speedhelper, you can try this:
  1. Access Tapermonkey dashboard
  2. Find WME Speedhelper and click on it.
  3. In the editor tab, go to line 169 and add below (at the end of all countries):

Code: Select all

 YM: {'sgn': BGa, 'ann':'mph', 'spd':[ 10, 20, 30, 40, 50, 60, 70, 80, 90, 100, 120, 140]}, //------- 119. Yemen
If this works for you, every time the script is updated you will have to do it again (as long as your country is not implemented).

I hope I helped you
JanKlaaseen
Waze Local Champs
Waze Local Champs
Posts: 629
Has thanked: 641 times
Been thanked: 475 times
Send a message
Last edited by JanKlaaseen on Sat Nov 18, 2023 10:48 pm, edited 1 time in total.

Post by JanKlaaseen
proffa71 wrote: Sun Jun 04, 2023 8:41 pm I've noticed that sometimes, for some reason Speedhelper does not apply selected speeds to all segments when more than 1 is selected, the last selected segment gets updated only one way. Haven't yet figured out how to reproduce it, happens only sometimes...

 
 Is it possible that this happens when you have a segment in your selection that has a speed limit to be confirmed?


It has happened to me and I think that is the reason (not confirmed).
JanKlaaseen
Waze Local Champs
Waze Local Champs
Posts: 629
Has thanked: 641 times
Been thanked: 475 times
Send a message

Post by JanKlaaseen
colochenses wrote: Mon Sep 05, 2022 3:37 pm Hi Gert

Could you please add speeds for Honduras, thanks in advance

Honduras, HO
10,20,25,40,50,60,80
kph
Roadsign is standard


 
 
Gunnermkd wrote: Tue Sep 06, 2022 7:58 am Hi,

Macedonia - MK
30-40-50-60-80-110-120-130
kph
red circle is ok


 
 Hi @colochenses & @Gunnermkd
To add Honduras or Macedonia speeds in WME Speedhelper, you can try this:
  1. Access Tapermonkey dashboard
  2. Find WME Speedhelper and click on it.
  3. In the editor tab, go to line 169 and add the following code (at the end of all countries):

Code: Select all

HO: {'sgn': BGc, 'ann':'kph', 'spd':[ 10, 20, 25, 40, 50, 60, 80 ]}, //----------------------------------------- 119. Honduras
or

Code: Select all

MK: {'sgn': BGa, 'ann':'kph', 'spd':[ 30, 40, 50, 60, 80, 110, 120, 130 ]}, //---------------------------------- 119. Macedonia
If this works for you, every time the script is updated you will have to do it again (as long as the author does not implement it with the updates).

I hope you find it useful


 
 ! Message from: NOTE
If the icons are not the corresponding ones, please let me know and I will send you the updated code. 
 
JanKlaaseen
Waze Local Champs
Waze Local Champs
Posts: 629
Has thanked: 641 times
Been thanked: 475 times
Send a message

Post by jarkaz
mousepl wrote:Hi,
It is possible to add:
- Poland - PL
- 30-40-50-60-70-80-90-100-110-120-130-140
- km/h (kph)
- standard signs

Thanks!
Please update Poland - PL 20, 30, 40, 50, 60, 70, 80, 90, 100, 110, 120, 130, 140
jarkaz
Waze Local Champs
Waze Local Champs
Posts: 3454
Answers: 2
Has thanked: 979 times
Been thanked: 528 times
Send a message
https://s.waze.tools/c6s.pnghttps://s.waze.tools/s0500.pnghttps://s.waze.tools/p2000.pnghttps://s.waze.tools/lcpl.png CMhttps://s.waze.tools/cm.pngPLhttps://www.waze.com/forum/images/ranks/MapRaider_Badge_63px.pnghttps://s.waze.tools/mntr.pnghttps://s.waze.tools/betc.pnghttps://s.waze.tools/beta.pnghttps://i.ibb.co/s51vgF5/10th-anniversary-Badge.png
Link do filmu: Jak zrobić permalink

Post by jcglazo
Hi:

country name = Guatemala

Waze abbreviation = GT

The list of possible speeds as displayed on the roadsigns = 10, 15, 20, 25, 30, 40, 60, 70, 80, 90

Kph or mph? = Kph

Thank you
jcglazo
Coordinators
Coordinators
Posts: 332
Has thanked: 226 times
Been thanked: 106 times
Send a message

Post by jcglazo
gertbroos wrote:Update 0.10.4
-added Iran
-added Guatemala
-edited UAE

Still no ETA on other problems like bad interaction with some scripts and the editing of the speedcamera speeds (this did work, but Waze keeps changing the underlying code :( )

Known bad interactions
- Magicwand script
Thank you very much
jcglazo
Coordinators
Coordinators
Posts: 332
Has thanked: 226 times
Been thanked: 106 times
Send a message