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 JustinS83
jdelosa wrote:
jdelosa wrote:Great script..... Would it be possible to have the script pick up my user name so If I do a screen shot it says my name rather that Me.... Thanks You JD Brooklyn NY USA

Sent from my XT1080 using Tapatalk
Repost.... Still would like to see this added thanks John
As a quick hack you can change line 80 to this:

Code: Select all

$(icon.imageDiv).append($('<div>' + W.loginManager.user.userName + '</div>').css('position','absolute').css('text-align','center').css('pointer-events','none').css('font-size','12px').css('top','2px').css('color','white'));
JustinS83
Waze Global Champs
Waze Global Champs
Posts: 1463
Has thanked: 215 times
Been thanked: 2389 times
Send a message

Post by JustinS83
KuniaKid wrote:It appears that the asset has relocated. Anyone know the correct URL?

https://www.waze.com/assets-editor/imag ... -wazer.png is the image that gives a 404 Error
Try this path:

https://www.waze.com/assets-editorimg/live-wazeraba4a171da962f0a1ee4ba4f3fe9619b.png
JustinS83
Waze Global Champs
Waze Global Champs
Posts: 1463
Has thanked: 215 times
Been thanked: 2389 times
Send a message

Post by JustinS83
Camou893 wrote:
jcnina wrote:It only works if WME is in English
Is it possible to change that? Can i do it in my Tampermonkey?
On line 64 change it from

Code: Select all

I18n.translations.en.layers.name['__WMEMe'] = 'Me!';
to

Code: Select all

I18n.translations[I18n.currentLocale()]layers.name['__WMEMe'] = 'Me!';
JustinS83
Waze Global Champs
Waze Global Champs
Posts: 1463
Has thanked: 215 times
Been thanked: 2389 times
Send a message

Post by JustinS83
I created a fork of this since the author hasn't signed in for a while and implemented the fixes I outlined earlier, fixed so it will display in the layer menu and added the ability to click the icon to change the name between "Me!" and your username.

https://greasyfork.org/en/scripts/28268-wme-me
JustinS83
Waze Global Champs
Waze Global Champs
Posts: 1463
Has thanked: 215 times
Been thanked: 2389 times
Send a message

Post by JustinS83
KuniaKid wrote:
JustinS83 wrote:I created a fork of this since the author hasn't signed in for a while and implemented the fixes I outlined earlier, fixed so it will display in the layer menu and added the ability to click the icon to change the name between "Me!" and your username.

https://greasyfork.org/en/scripts/28268-wme-me
I seem to be building an army when I double click on the map to zoom.
I haven't been able to reproduce this. Are you able to do this with only this script activated?
JustinS83
Waze Global Champs
Waze Global Champs
Posts: 1463
Has thanked: 215 times
Been thanked: 2389 times
Send a message

Post by JustinS83
james890526 wrote:
dspille wrote:
james890526 wrote:It seems that this script is causing the scrolling in WME to go haywire. Dragging the map a little moves the whole screen to a very far place away
Are you using Justin's fork referenced above?
Yes indeed, have you tried dragging the map to check? I disabled all other scripts except WME Me! and realised that this is the one causing the issue. Test it yourself to find out
I have tested and cannot reproduce. No need to be snarky
JustinS83
Waze Global Champs
Waze Global Champs
Posts: 1463
Has thanked: 215 times
Been thanked: 2389 times
Send a message

Post by kkarkid
Sweet! Nice work :)
kkarkid
State Manager
State Manager
Posts: 298
Has thanked: 209 times
Been thanked: 61 times
Send a message


Post by KuniaKid
JustinS83 wrote:I created a fork of this since the author hasn't signed in for a while and implemented the fixes I outlined earlier, fixed so it will display in the layer menu and added the ability to click the icon to change the name between "Me!" and your username.

https://greasyfork.org/en/scripts/28268-wme-me
I seem to be building an army when I double click on the map to zoom.
KuniaKid
State Manager
State Manager
Posts: 497
Has thanked: 277 times
Been thanked: 118 times
Send a message
Attachments

Post by ldriveskier
KuniaKid wrote:
JustinS83 wrote:I created a fork of this since the author hasn't signed in for a while and implemented the fixes I outlined earlier, fixed so it will display in the layer menu and added the ability to click the icon to change the name between "Me!" and your username.

https://greasyfork.org/en/scripts/28268-wme-me
I seem to be building an army when I double click on the map to zoom.
I'm able to do that also, fun! :lol:
ldriveskier
Coordinators
Coordinators
Posts: 1372
Answers: 4
Has thanked: 2449 times
Been thanked: 1059 times
Send a message