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 G_W1Z
With only PIE (v2024.01.25.01 in WME prod in Chrome on Windows) enabled I get an error in the console when using the keyboard shortcut to add a new RPP, causing the mouse cursor to not automatically go to the House Number field on the left.
Screenshot 2024-02-03 145327.jpg
(89.3 KiB) Downloaded 308 times
A recent WME prod release likely caused this to stop working as normal.
G_W1Z
State Manager
State Manager
Posts: 1135
Answers: 1
Has thanked: 2039 times
Been thanked: 439 times
Send a message
G_W1Z
Pennsylvania SM | New Jersey LAM | District of Columbia & Maine AM
USA Regions: NOR, MAR, NER
A phoenix out of the ashes...together building a more perfect map.
» Waze Etiquette | PA Wiki | Glossary | Places | Lanes | Shields | JSG | Scripts «
https://storage.googleapis.com/wazeoped ... anager.pnghttps://j.mp/2X2TtcVhttps://www.dropbox.com/s/3o2pi4wjn6w1s ... .jpg?raw=1https://www.dropbox.com/scl/fi/yezyes6g ... 0rem&raw=1

Post by G_W1Z
linguasaltitante wrote: Thu Feb 15, 2024 10:40 am
Also, is it possible to reposition the button that opens such menu!? At this moment, it stands on the bottom of the new chat button/window!

https://i.ibb.co/cv04QBJ/Untitled1.png 
It's been in that position for several months. I've found that the overlap can cause mis-clicking.

I recall it was said that Waze devs had plans for that part of the screen, so making changes to PIE for that at the current time wasn't ideal.
G_W1Z
State Manager
State Manager
Posts: 1135
Answers: 1
Has thanked: 2039 times
Been thanked: 439 times
Send a message
Last edited by G_W1Z on Thu Mar 07, 2024 12:16 pm, edited 1 time in total.
G_W1Z
Pennsylvania SM | New Jersey LAM | District of Columbia & Maine AM
USA Regions: NOR, MAR, NER
A phoenix out of the ashes...together building a more perfect map.
» Waze Etiquette | PA Wiki | Glossary | Places | Lanes | Shields | JSG | Scripts «
https://storage.googleapis.com/wazeoped ... anager.pnghttps://j.mp/2X2TtcVhttps://www.dropbox.com/s/3o2pi4wjn6w1s ... .jpg?raw=1https://www.dropbox.com/scl/fi/yezyes6g ... 0rem&raw=1

Post by G_W1Z
WazingArch wrote: Thu Mar 07, 2024 8:48 am Hi. there is an issue with Geolocate and Select icon - actually it does the opposite of zooming in and selecting the place. When icon is pressed the editor window is zoomed out to the smallest possible value and the place is not selected. It'd be very nice if someone finds the time to fix this.Waze-Map-Editor.png
 
This happens to me but only from time to not, not every time I click it.
G_W1Z
State Manager
State Manager
Posts: 1135
Answers: 1
Has thanked: 2039 times
Been thanked: 439 times
Send a message
G_W1Z
Pennsylvania SM | New Jersey LAM | District of Columbia & Maine AM
USA Regions: NOR, MAR, NER
A phoenix out of the ashes...together building a more perfect map.
» Waze Etiquette | PA Wiki | Glossary | Places | Lanes | Shields | JSG | Scripts «
https://storage.googleapis.com/wazeoped ... anager.pnghttps://j.mp/2X2TtcVhttps://www.dropbox.com/s/3o2pi4wjn6w1s ... .jpg?raw=1https://www.dropbox.com/scl/fi/yezyes6g ... 0rem&raw=1

Post by gad_m
reuvenirony wrote:Hi
Unfortunately it doesn't fix the issue at all :cry: . Same behaviour, no change.
See for instance here: https://www.waze.com/editor?env=il&lon= ... 980&zoom=7
Thanks,
Hi,
Maybe you can integrate this code into your script?
If you could also add a checkbox to turn it on/off it would be great (and less risky for all users)
Thanks
Gadi

Code: Select all

function isHebrew(str) {
    return (/[\u0590-\u05FF]/).test(str);
}

if (isHebrew(text)) {
    jQuery( this ).text(text.split('').reverse().join(''));
}
gad_m
Country Manager
Country Manager
Posts: 4760
Has thanked: 1226 times
Been thanked: 1335 times
Send a message
מנהל ארצי ואזור רמת גן, בני ברק, גבעתיים

Post by hawkeygoal
Hello -

This script is awesome!

Of late, when editing a PA I've been only able to move one geometry node at a time between saves. Attempting move a second node only results in panning the map. If I disable PIE in Tampermonkey, I can adjust geometry nodes ad infinitum. Not seeing any other reports I presumed it was an interaction with something else. Nothing obviously PIE related is jumping out at me in the console logs. There were a couple Uncaught TypeError: Cannot read property 'attributes' of undefined at MutationObserver.uroPlaceLayerChanged messages, but disabling URO+ (and reloading), while eliminating those errors, had no effect on the issue.

What else should I be looking for to narrow the scope on this?

Thanks
hawkeygoal
State Manager
State Manager
Posts: 252
Has thanked: 91 times
Been thanked: 95 times
Send a message

Post by herrchin
Are the quick-select options for setting the categories for a Place already on the map easily alterable? (where they default to the 10 parent categories) Having "Offices" right there would be handy ;)
herrchin
Country Manager
Country Manager
Posts: 333
Has thanked: 199 times
Been thanked: 161 times
Send a message

Post by herrchin
JustinS83 wrote:The catagories for the place menu are fully customizable
To clarify, I'm referring to the left pane box, not the drop-down menu in the top-right. I'm fixing places 10x more frequently than I am adding new ones, and being able to wipe out the incorrect categories and have my 10 most-common available as a quick click would be fantastic!
herrchin
Country Manager
Country Manager
Posts: 333
Has thanked: 199 times
Been thanked: 161 times
Send a message

Post by herrchin
I probably only get a WMEPH hit 1 in 20 times, as most Places I'm processing PURs for or fixing when I'm in the area are standalone businesses. Replicating the menu choices would be perfect. Just like ClickSaver, you're right, it probably only saves 2-3 seconds each time, but it adds up (and is a stress reliever, just like ClickSaver). More than anything it's not having to transition hands from mouse to keyboard (to type a category name) and back.

This is a super low priority request though :) PIE is already amazing, so thank you!
herrchin
Country Manager
Country Manager
Posts: 333
Has thanked: 199 times
Been thanked: 161 times
Send a message

Post by herrchin
JustinS83 wrote:
herrchin wrote:I probably only get a WMEPH hit 1 in 20 times, as most Places I'm processing PURs for or fixing when I'm in the area are standalone businesses. Replicating the menu choices would be perfect.
Question - what functionality would you expect of this? Clicking the buttons adds the selected type to the categories list, in addition to what is already set? What about clearing the existing categories?
Base functionality: Replace all the supercategories that normally show when there's zero categories present with the personalized list. So with two clicks I could clear out Hospital and replace with Offices (assuming Offices was one of my selected favorite categories).

Functionality+: Always show the favorite categories below the Categories box. Makes adding ATM to a pile of stores fast. Probably have this be a user preference as some may not like the clutter.

Functionality++: As with Functionality+, but have a toggle for each favorite category as to whether it appears in your always-present list, so you can have 5 ever-present button choices instead of 11.
herrchin
Country Manager
Country Manager
Posts: 333
Has thanked: 199 times
Been thanked: 161 times
Send a message

Post by herrchin
JustinS83 wrote:Added an option to display the Place categories as buttons above the Categories entry, including a button to clear the current categories.
Love it! Thank you! Hopefully it's not an interaction with another script, but if I edit the Place's address, on Apply an additional PIE button bar gets drawn. There may be another trigger or two that also adds duplicate bars, as the first time I noticed it I had 4 button bars (while tuning up every aspect of a place). Very minor issue of course since things reset any number of ways; not like the extra bars persist.
herrchin
Country Manager
Country Manager
Posts: 333
Has thanked: 199 times
Been thanked: 161 times
Send a message