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 Leorenaud
If you just added one line you most probably miss the header:
In tampermonkey have have this code:

Code: Select all

// ==UserScript==
// @name         Enable Snapshot Mode
// @namespace    https://BraydenPeacock.ca/waze/scripts
// @version      0.3
// @description  Enables the use of WME Snapshot mode (top right corner near country select)
// @author       CoolCanuck
// @updateURL    https://BraydenPeacock.ca/waze/scripts/SnapshotMode.user.js
// @include    	 /^https://(editor-beta|www).waze.com/(.*/)?editor/.*/
// @exclude      https://www.waze.com/user/*
// @grant        GM_addStyle
// ==/UserScript==

GM_addStyle("#snapshot-toggler { display: inline !important; }");
Leorenaud
Waze Global Champs
Waze Global Champs
Posts: 2676
Has thanked: 141 times
Been thanked: 495 times
Send a message

Post by Leorenaud
Is there an ETA for an update version. Cause it is a very useful tool. [SMILING FACE WITH SMILING EYES]

Verstuurd vanaf mijn SM-G800F met Tapatalk
Leorenaud
Waze Global Champs
Waze Global Champs
Posts: 2676
Has thanked: 141 times
Been thanked: 495 times
Send a message

Post by nzahn1
I suggest there is another powerful use for Snapshot mode:
Allow authorized users (L4+ in the USA) to enable closures while in Snapshot mode.

For example, segment 000001 may have been cut since the last tile update, creating segments 000002 and 000003. In the standard WME view, only 000002 and 000003 are available to be selected and closed using the real-time closure tool. However, if enabled, the Snapshot WME view would show 000001, and with a change by either the script author or WME development team, realtime closures could be implemented on 000001.

Thoughts?

Also posted to script WMEß forum, here.
nzahn1
Waze Global Champs
Waze Global Champs
Posts: 1756
Has thanked: 642 times
Been thanked: 776 times
Send a message

US Global Champ | MAR Coordinator | iOS Beta | WME Beta | Localizer
WME Profile | E-mail | MAR Forum | MAR Wiki | MD Twitter

Post by Olestas
OMG, I have no words...
Olestas
Waze Global Champs
Waze Global Champs
Posts: 6664
Has thanked: 1560 times
Been thanked: 1109 times
Send a message

Post by Olestas
Yeah, please move it to some tab.
Olestas
Waze Global Champs
Waze Global Champs
Posts: 6664
Has thanked: 1560 times
Been thanked: 1109 times
Send a message

Post by Olestas
Just don't remove the script. This is 500% useful tool for any editor.
Olestas
Waze Global Champs
Waze Global Champs
Posts: 6664
Has thanked: 1560 times
Been thanked: 1109 times
Send a message

Post by Olestas
Does not work in beta wme anymore. It changes to snapshot mode, but nothing is changed. Also cannot exit, by clicking Exit button. Have to press Return to edit mode button.

Works ok on usual WME.
Olestas
Waze Global Champs
Waze Global Champs
Posts: 6664
Has thanked: 1560 times
Been thanked: 1109 times
Send a message