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 dBsooner
rompompom wrote:Since the update, the map is sometimes jumping when I select a UR. I'm editing in The Netherlands, but it can jump to Germany, UK or France.

I'm using Edge Version 84.0.522.49 (Official build) (64-bit) on W10.

Does anyone else see this?
Interesting. See if you can find a way to duplicate it.
dBsooner
Map Editor - Level 5
Map Editor - Level 5
Posts: 767
Has thanked: 367 times
Been thanked: 631 times
Send a message
https://s.waze.tools/scrp.pnghttps://s.waze.tools/am.pnghttps://s.waze.tools/betc.pnghttps://s.waze.tools/beta.pnghttps://s.waze.tools/mapr.pnghttps://storage.googleapis.com/wazeopedia-files/7/74/Waze_signature_200k_plain.pnghttps://s.waze.tools/c5s.png
• AM: Eastern Oklahoma, DFW, Southern Florida
• Wiki: WME | Editing Manual | Best Practices | FAQ | Places
• T-Mobile | iPhone 14 Pro | iOS Latest | Waze Latest Beta

Post by dBsooner
G_W1Z wrote:
rompompom wrote:Since the update, the map is sometimes jumping when I select a UR. I'm editing in The Netherlands, but it can jump to Germany, UK or France.

I'm using Edge Version 84.0.522.49 (Official build) (64-bit) on W10.

Does anyone else see this?
I found that this stopped happening once I disabled the WME Fix Map Object script.
Did this work for anyone else? BTW, this script shouldn't be needed anymore. Unless some really old script hasn't been updated in forever.

Also, does it happen only on stacked URs??
dBsooner
Map Editor - Level 5
Map Editor - Level 5
Posts: 767
Has thanked: 367 times
Been thanked: 631 times
Send a message
https://s.waze.tools/scrp.pnghttps://s.waze.tools/am.pnghttps://s.waze.tools/betc.pnghttps://s.waze.tools/beta.pnghttps://s.waze.tools/mapr.pnghttps://storage.googleapis.com/wazeopedia-files/7/74/Waze_signature_200k_plain.pnghttps://s.waze.tools/c5s.png
• AM: Eastern Oklahoma, DFW, Southern Florida
• Wiki: WME | Editing Manual | Best Practices | FAQ | Places
• T-Mobile | iPhone 14 Pro | iOS Latest | Waze Latest Beta

Post by dBsooner
2020.09.08.01 is out!!

Code: Select all

2020.09.08.01: NEW: Setting to auto zoom out after closing UR panel.
               CHANGE: Faster load time.
               CHANGE: Far less script execution awaits, letting script run more synchronously.
               CHANGE: Style compatibility with WME v2.62-35-g266443036.
               BUGFIX: Script style setting not correctly showing in settings.
               BUGFIX: Better error handling.
               BUGFIX: WazeWrap stored settings not applied in some cases.
               BUGFIX: Multiple event listeners in certain situations.
               BUGFIX: Width of UR panel not wide enough for text (native WME issue).
dBsooner
Map Editor - Level 5
Map Editor - Level 5
Posts: 767
Has thanked: 367 times
Been thanked: 631 times
Send a message
https://s.waze.tools/scrp.pnghttps://s.waze.tools/am.pnghttps://s.waze.tools/betc.pnghttps://s.waze.tools/beta.pnghttps://s.waze.tools/mapr.pnghttps://storage.googleapis.com/wazeopedia-files/7/74/Waze_signature_200k_plain.pnghttps://s.waze.tools/c5s.png
• AM: Eastern Oklahoma, DFW, Southern Florida
• Wiki: WME | Editing Manual | Best Practices | FAQ | Places
• T-Mobile | iPhone 14 Pro | iOS Latest | Waze Latest Beta

Post by dBsooner
2020.09.08.02 is out!!

Let's make that .02. :) Found a small issue I forgot to include in last update. Didn't widen the UR panel enough to accommodate for the awfully large font the new WME version uses.

Also took advantage of this update to implement a requested feature / Shortcut:

$PERMALINK$ along with the shortcut in the UR Panel that looks like a link icon. These will insert a permalink with the following settings:
  • https://(www).waze.com/
    Replaces beta with www, if you are in Beta editor.
  • /editor/?
    Pathname - Also uses locale, if something other that 'en' is selected. Ex: /en-US/editor/?
  • lon=(UR longitude)
  • lat=(UR latitude)
  • s=20489175039
    Enables most layers (most importantly ensures UR layers are enabled)
  • zoom=5
  • mapUpdateRequest=(selected UR ID)

Code: Select all

2020.09.08.01: NEW: Setting to auto zoom out after closing UR panel.
               NEW: Shortcut to insert permalink to UR.
               NEW: Spreadsheet shortcut of "$PERMALINK$" to insert permalink to UR.
               CHANGE: Faster load time.
               CHANGE: Far less script execution awaits, letting script run more synchronously.
               CHANGE: Style compatibility with WME v2.62-35-g266443036.
               BUGFIX: Script style setting not correctly showing in settings.
               BUGFIX: Better error handling.
               BUGFIX: WazeWrap stored settings not applied in some cases.
               BUGFIX: Multiple event listeners in certain situations.
               BUGFIX: Width of UR panel not wide enough for text (native WME issue).
dBsooner
Map Editor - Level 5
Map Editor - Level 5
Posts: 767
Has thanked: 367 times
Been thanked: 631 times
Send a message
https://s.waze.tools/scrp.pnghttps://s.waze.tools/am.pnghttps://s.waze.tools/betc.pnghttps://s.waze.tools/beta.pnghttps://s.waze.tools/mapr.pnghttps://storage.googleapis.com/wazeopedia-files/7/74/Waze_signature_200k_plain.pnghttps://s.waze.tools/c5s.png
• AM: Eastern Oklahoma, DFW, Southern Florida
• Wiki: WME | Editing Manual | Best Practices | FAQ | Places
• T-Mobile | iPhone 14 Pro | iOS Latest | Waze Latest Beta

Post by dBsooner
rompompom wrote:Great update! The potentially best new feature, PERMALINK, doesn't work properly though.
1. The shortcut above the reply field adds $PERMALNK$ (missing I).
2. When I program it in a response it does work, but the URL is wrong; lat and lon are completely off.

I tried it on this UR: https://www.waze.com/nl/editor?env=row& ... t=14815242, but the url provided was this: https://www.waze.com/nl/editor?lon=8988 ... t=14815242

And probably it's just me, but I keep reading spermalinks... Not sure what those would be, but it makes me giggle. If you want an alternative, maybe $PLINK$ would do the trick.
I fixed the $PERMALINK$ problem (the shortcut icon). It's available in the latest release 2020.09.09.01.

SPLINKS makes me giggle too. LOL. I left it as $PERMALINK$ as that is what it is. $PL$ would have worked, but since the feature is already released, don't want to change the variable this late in the game.
dBsooner
Map Editor - Level 5
Map Editor - Level 5
Posts: 767
Has thanked: 367 times
Been thanked: 631 times
Send a message
https://s.waze.tools/scrp.pnghttps://s.waze.tools/am.pnghttps://s.waze.tools/betc.pnghttps://s.waze.tools/beta.pnghttps://s.waze.tools/mapr.pnghttps://storage.googleapis.com/wazeopedia-files/7/74/Waze_signature_200k_plain.pnghttps://s.waze.tools/c5s.png
• AM: Eastern Oklahoma, DFW, Southern Florida
• Wiki: WME | Editing Manual | Best Practices | FAQ | Places
• T-Mobile | iPhone 14 Pro | iOS Latest | Waze Latest Beta

Post by dBsooner
2020.09.09.01 is out!!

Changelog:

Code: Select all

2020.09.09.01: BUGFIX: Permalink shortcut icon not working correctly.
               BUGFIX: Side panel alignments in certain situations.
dBsooner
Map Editor - Level 5
Map Editor - Level 5
Posts: 767
Has thanked: 367 times
Been thanked: 631 times
Send a message
https://s.waze.tools/scrp.pnghttps://s.waze.tools/am.pnghttps://s.waze.tools/betc.pnghttps://s.waze.tools/beta.pnghttps://s.waze.tools/mapr.pnghttps://storage.googleapis.com/wazeopedia-files/7/74/Waze_signature_200k_plain.pnghttps://s.waze.tools/c5s.png
• AM: Eastern Oklahoma, DFW, Southern Florida
• Wiki: WME | Editing Manual | Best Practices | FAQ | Places
• T-Mobile | iPhone 14 Pro | iOS Latest | Waze Latest Beta

Post by dBsooner
rompompom wrote:Thanks for the quick fix on the shortcut!

Have you been able to reproduce the second one?
I haven’t been able to duplicate it. I used the UR you gave as an example and tried multiple ways to recreate the issue, but all resulted in the correct Lon/Lat being used.


Sent from my iPhone using Tapatalk
dBsooner
Map Editor - Level 5
Map Editor - Level 5
Posts: 767
Has thanked: 367 times
Been thanked: 631 times
Send a message
https://s.waze.tools/scrp.pnghttps://s.waze.tools/am.pnghttps://s.waze.tools/betc.pnghttps://s.waze.tools/beta.pnghttps://s.waze.tools/mapr.pnghttps://storage.googleapis.com/wazeopedia-files/7/74/Waze_signature_200k_plain.pnghttps://s.waze.tools/c5s.png
• AM: Eastern Oklahoma, DFW, Southern Florida
• Wiki: WME | Editing Manual | Best Practices | FAQ | Places
• T-Mobile | iPhone 14 Pro | iOS Latest | Waze Latest Beta

Post by dBsooner
2021.07.14.01 is out!!

Changelog:

Code: Select all

2021.07.14.01: BUGFIX: Fix for WME changes - missing day names.
dBsooner
Map Editor - Level 5
Map Editor - Level 5
Posts: 767
Has thanked: 367 times
Been thanked: 631 times
Send a message
https://s.waze.tools/scrp.pnghttps://s.waze.tools/am.pnghttps://s.waze.tools/betc.pnghttps://s.waze.tools/beta.pnghttps://s.waze.tools/mapr.pnghttps://storage.googleapis.com/wazeopedia-files/7/74/Waze_signature_200k_plain.pnghttps://s.waze.tools/c5s.png
• AM: Eastern Oklahoma, DFW, Southern Florida
• Wiki: WME | Editing Manual | Best Practices | FAQ | Places
• T-Mobile | iPhone 14 Pro | iOS Latest | Waze Latest Beta

Post by dBsooner
2021.08.27.01 is out!!
Make that 2021.08.30.01... Same changes though, just fixed PL generation issues.


Changelog:

Code: Select all

2021.08.30.01: CHANGE: Update zoom levels to new WME values.
2021.08.27.01: CHANGE: Update zoom levels to new WME values.
 
dBsooner
Map Editor - Level 5
Map Editor - Level 5
Posts: 767
Has thanked: 367 times
Been thanked: 631 times
Send a message
https://s.waze.tools/scrp.pnghttps://s.waze.tools/am.pnghttps://s.waze.tools/betc.pnghttps://s.waze.tools/beta.pnghttps://s.waze.tools/mapr.pnghttps://storage.googleapis.com/wazeopedia-files/7/74/Waze_signature_200k_plain.pnghttps://s.waze.tools/c5s.png
• AM: Eastern Oklahoma, DFW, Southern Florida
• Wiki: WME | Editing Manual | Best Practices | FAQ | Places
• T-Mobile | iPhone 14 Pro | iOS Latest | Waze Latest Beta

Post by dBsooner
2022.01.20.02 is out!!

Changelog:

Code: Select all

2022.01.20.02: NEW: Setting to change comments sort order.
               NEW: CSS updates to make UR panel more screen space efficient.
               NEW: Setting to allow auto expanding of shortcuts section.
               NEW: Setting to allow auto expanding of more info section.
The default setting for comment sorting is to sort the way WME sorts. If you want to "reverse" the sort, enable the setting in URC-E Settings. 

This release also HEAVILY modifies the UR Panel CSS. Changes font sizes, line sizes (spacing), width, length, makes description box a scroll box after 6 lines, moves the Solved / NI buttons to be inline, shrinks button sizes, shrinks font size, line size, padding, etc in the textbox... I'm sure there is more, but that's the short list for now.
 
dBsooner
Map Editor - Level 5
Map Editor - Level 5
Posts: 767
Has thanked: 367 times
Been thanked: 631 times
Send a message
https://s.waze.tools/scrp.pnghttps://s.waze.tools/am.pnghttps://s.waze.tools/betc.pnghttps://s.waze.tools/beta.pnghttps://s.waze.tools/mapr.pnghttps://storage.googleapis.com/wazeopedia-files/7/74/Waze_signature_200k_plain.pnghttps://s.waze.tools/c5s.png
• AM: Eastern Oklahoma, DFW, Southern Florida
• Wiki: WME | Editing Manual | Best Practices | FAQ | Places
• T-Mobile | iPhone 14 Pro | iOS Latest | Waze Latest Beta