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
Could you add options to show/hide these?

https://imgur.com/EvO8699.png
While I use the panel swap button, I do not use the other two, but since they take up screen real-estate they should be options rather than forced on everyone.
JustinS83
Waze Global Champs
Waze Global Champs
Posts: 1463
Has thanked: 215 times
Been thanked: 2389 times
Send a message

Post by JustinS83
iainhouse wrote:A new version of WME has been released to production. You don't need to tell me it doesn't work well with WME FixUI - I'm painfully aware. :cry:

The Layers and Refresh buttons have been moved into the map area. This is interfering in a big way with the function to recreate the Zoom bar and my enhancements to the layers menu. The "Move chat back to the right" function is also partially broken - turning the option off & on again seems to work, but refreshing chucks it back on the left.

Based on a (very) quick assessment, it looks something in "Enhance Layers" menu is crashing out, stopping the options following it from working. If you disable "Enhance Layers", then the Zoom bar will work and Chat will move. However, creating the zoom bar will also move the Google Street View and Show My location buttons somewhere off the screen, so you might want to turn that option off as well for the moment.

I've seen these upcoming changes in Beta, but I've been way to busy for the last few weeks to get any coding done and I still don't know when I'll be able to get to it. I'm afraid you'll have to bear with me.
Changing

Code: Select all

var menuHeight = document.querySelector("#toolbar > div > div.layer-switcher-container > div > div > div > div > div.menu").style.height;
to

Code: Select all

var menuHeight = document.querySelector('#layer-switcher-region > div > div').style.height;
seems to fix the layer compression.

The layers and refresh button are now in the same div as the zoom controls so when you move the #overlay-buttons it shifts everything to the left, and the bottom controls get kicked off-screen. Might be best to move the zoom controls to its own div and only move that.
JustinS83
Waze Global Champs
Waze Global Champs
Posts: 1463
Has thanked: 215 times
Been thanked: 2389 times
Send a message

Post by JustinS83
iainhouse wrote:Thanks Justin. It wasn't that I didn't know what the problems were - just that between the Prague meetup and the UK meetup I haven't had time to do anything about it. ;)
I figured :) I was hoping to be able to find quasi-quick fixes and provide them if I could. Diving into moving the controls is a bit more than I want to tackle right now, though, as I haven't looked at the zoom bar creation code before so I don't know what all is involved.

At least it's an easy fix for the layers compression?
JustinS83
Waze Global Champs
Waze Global Champs
Posts: 1463
Has thanked: 215 times
Been thanked: 2389 times
Send a message

Post by JustinS83
Fixes for the recent WME update:
  • Change all instances of "OL" to "OpenLayers"
  • Change "navigationcontrol" (W.map.navigationcontrol.whatever) to "navigationControl"
  • Change "control" (OpenLayers.control) to "Control"
JustinS83
Waze Global Champs
Waze Global Champs
Posts: 1463
Has thanked: 215 times
Been thanked: 2389 times
Send a message

Post by JustinS83
Andy_Na wrote:Hey

I've got a suggestion.

I get upset every time reloading the WME (e.g. F5, Permalink...). All Tabs in the sidepanel are on a different position now and I have "to search" them again.
My suggestion now is an option to sort tabs in alphabetic order. (WME-Tabs allway first, followed by the script-tabs)

Maybe this would be a nice function for Fix UI?

Regards
Andy
I would suggest taking a look at Tab Manager: https://greasyfork.org/en/scripts/14316-wme-tab-manager
JustinS83
Waze Global Champs
Waze Global Champs
Posts: 1463
Has thanked: 215 times
Been thanked: 2389 times
Send a message

Post by karlcr9911
Can this setting: Compress/enhance side panel contents

not hide the links at the bottom of that panel: Wiki, Editing Forum, Status, Keyboard Shortcuts ?

I often need these links and this is the only thing I really care to see but I don't like having this box unchecked since it works great otherwise. Maybe a separate checkbox for the two for those that don't care to see it regardless?

Thank you!
karlcr9911  
Global Champ Mentor
Global Champ Mentor
Posts: 2592
Answers: 3
Has thanked: 289 times
Been thanked: 1012 times
Send a message

Post by Kkervinjones
Hi Iain, the issue with the layers menu has now reached production:


If you disable "Compress/enhance layers menu" the issue goes away.
Kkervinjones
Waze Global Champs
Waze Global Champs
Posts: 4077
Answers: 11
Has thanked: 1118 times
Been thanked: 1661 times
Send a message
Keith
UK Country Admin and Global Champ
Area Manager for North West England and the Isle of Man
Google Pixel 5 (Personal)/iPhone 8 (Work) - Carplay/AA - 2021 Toyota Corolla

https://s.waze.tools/gc.pnghttps://s.waze.tools/c6s.pnghttps://s.waze.tools/s0500.pnghttps://s.waze.tools/betc.pnghttps://s.waze.tools/beta.pnghttps://s.waze.tools/tem.png
https://i.imgur.com/nW244c6.png

Post by kodi75
RichardPyne wrote:I'm not positive, but I think this is a WME Fix UI function. The clickable link for Google linked places has disappeared.
We believe this is something that broke / changed with the latest WME update
kodi75
Country Manager
Country Manager
Posts: 996
Answers: 1
Has thanked: 812 times
Been thanked: 285 times
Send a message

Post by kriimsilm
Hi iainhouse , thanks for good job!

Please consider to add automatic switch between imperial-metric also (WME - Advanced Preferences). I feel that world server is mostly on newer SI system. European part of world is 99% SI.
kriimsilm
Waze Local Champs
Waze Local Champs
Posts: 1330
Has thanked: 289 times
Been thanked: 281 times
Send a message

Post by kriimsilm
Thanks for comment Iain. The main point is that Units are country specific and I do not understand why Waze allows to switch it. There is no need for switch so you can avoid this problem with automatic switch :) But if this is too tricky to implement, lets keep this idea in background, for future.

If UK is 2,5% then 97,5% have wrong units when starting WME...
kriimsilm
Waze Local Champs
Waze Local Champs
Posts: 1330
Has thanked: 289 times
Been thanked: 281 times
Send a message