2020.06.25.01: CHANGE: Auto save after closed or NI setting no longer requires the
auto click open, solved, NI setting.
CHANGE: Reconfigured MutationObservers for better performance.
CHANGE: Removed passing of UR ID between functions as assigned variables.
BUGFIX: UR session data not always populating correctly.
BUGFIX: Force reopening of panel if reminder comment automatically sent and
panel was loading or open.
I am just starting to put together some custom comments and am hitting a few snags.
$SELSEGS$ and $SELSEGS_WITH_CITY$ donāt appear to want to work. There is definitely a segment selected and the shortcuts in the popup do insert correctly.
Can variables only be used once per comment? Subsequent occurrences show the code and not the expected result.
For example: Waze did not send us enough information to fix your $URTYPE$ report near $SELSEGS_WITH_CITY$. Would you please give us as much information as possible about the $URTYPE$ problem that you encountered. Thanks!
Will output:
Unfortunately Waze did not send us enough information to fix your Wrong driving direction report near $SELSEGS_WITH_CITY$. Would you please give us as much information as possible about the $URTYPE$ problem that you encountered. Thanks!
For $SELSEGS$ (including with city), for the time being, you can use the shortcut button in the UR panel (thatās what I usually do anyway). I can confirm that pre-selecting segments then opening the UR doesnāt work at the moment.
2020.07.27.02: CHANGE: WME map object references.
BUGFIX: Spinner handling routines to reduce or remove stuck spinning.
BUGFIX: Per comment list tag email not saving correctly.
Iām Belarus Community coordinator.
I want to use this script in Belarus and want to translate in Belarusian and Russian language.
We need to have 2 pages in google sheet:
Belarus-Be
Belarus-Ru
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).
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)
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).
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.