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 gic78
Hi!

I need some help. I've been using LMUR for over a year now, for PUR filtering. It worked just fine, but approximately a week ago it doesn't work anymore. It still filters MPs and URs, but not PURs. I deleted the add-on, and installed again, but it doesn't helped. I cleaned the Chrome's cache too.
One other guy from our communtity has the same problem.

Thanks!
gic78
Waze Local Champs
Waze Local Champs
Posts: 742
Has thanked: 185 times
Been thanked: 426 times
Send a message

Post by gic78
Hi!
I guess that LMUR doesn't filters private places now, only public PURs.
gic78
Waze Local Champs
Waze Local Champs
Posts: 742
Has thanked: 185 times
Been thanked: 426 times
Send a message

Post by Glodenox
As of Firefox version 44 (currently in beta) it is not allowed to assign a value to unsafeWindow (as it is an undefined constant for some reason). I'm currently checking some of the scripts in the forum to make sure they won't break once Firefox 44 goes live (January 26). I've checked your userscript and it uses unsafeWindow to obtain the W and L objects, so you may run into problems. Either way, the code below won't do anything useful any more as this way of retrieving the unsafeWindow has been removed. I've seen other scripts just using unsafeWindow without that check and they seem to run fine, so that may be worth a try.

Code: Select all

   var bGreasemonkeyServiceDefined = false;
   try {
      bGreasemonkeyServiceDefined = (typeof Components.interfaces.gmIGreasemonkeyService === "object");
   }
   catch (err) { /* Ignore */ }
   if (typeof unsafeWindow === "undefined" || ! bGreasemonkeyServiceDefined) {
      unsafeWindow    = ( function () {
         var dummyElem = document.createElement('p');
         dummyElem.setAttribute('onclick', 'return window;');
         return dummyElem.onclick();
      }) ();
   }
Glodenox
Waze Global Champs
Waze Global Champs
Posts: 1565
Answers: 1
Has thanked: 278 times
Been thanked: 940 times
Send a message
Belgium & Luxembourg Coordinator • Script Writing Community Coordinator
https://www.tomputtemans.com/images/WazeBelgium.pnghttps://www.tomputtemans.com/images/WazeWMEbeta.png

Post by htahta
Great tool.
Is it possible to give markers outside my editable area a other color then in side my editable area.
And is it possible to add a box (select all)
And can you move the main menu button. It is in the way when using the search box. Especially when the drop down box with search suggestions, drops down.
htahta
Posts: 615
Has thanked: 22 times
Been thanked: 78 times
Send a message
[img]https:///MV4Na6[/img]
Local Champs
Country Manager Netherlands:
Benelux

Post by htahta
Script is not schowing all updates. "Missing road (automatically detected)" Is not showing. (in side my AM earea. (
htahta
Posts: 615
Has thanked: 22 times
Been thanked: 78 times
Send a message
[img]https:///MV4Na6[/img]
Local Champs
Country Manager Netherlands:
Benelux

Post by HuckD
iainhouse wrote:
I don't know what the problem was, but it has gone away! :roll: URs are now showing for me again, although I haven't touched the settings in days.
It's still not working for me. :(
HuckD
Map Raider
Map Raider
Posts: 234
Has thanked: 74 times
Been thanked: 69 times
Send a message

Post by hudzu
For me there is no green triangle since v2.4
Using Chrome version 31.0.1650.63 m

Browser cache clearing didn't help.
waze_LMUR.JPG
(69.81 KiB) Downloaded 1261 times
Any ideas?
hudzu
Area Manager
Area Manager
Posts: 170
Has thanked: 9 times
Been thanked: 16 times
Send a message

Post by hudzu
Twister-UK wrote: I suggest removing the version you've got installed at the moment and try a fresh install of 2.5 from the web store.
This did the trick form me ;) Everything ok now. Thanks.
hudzu
Area Manager
Area Manager
Posts: 170
Has thanked: 9 times
Been thanked: 16 times
Send a message

Post by iainhouse
foxitrot wrote:I have even found one fresh generated Map Problem - not seen for ages :-)
Slight thread hijack - sorry! I've seen loads of them over the last few days. Looks like the drought is over - now fix them quick before IGN jumps in! ;)
iainhouse
EmeritusChamps
EmeritusChamps
Posts: 11143
Answers: 1
Has thanked: 2173 times
Been thanked: 8188 times
Send a message
https://storage.googleapis.com/wazeoped ... c4/AGC.pnghttps://sign.waze.tools/s2000.pnghttps://sign.waze.tools/c6.png
My scripts: WME FixUI WME Presets :ugeek:
I want to go to a commune in Vermont and deal with no unit of time shorter than a season

Post by iainhouse
Great update! :D And frightening - now I can see how many old URs are untouched. :shock: This is going to be a great tool for CMs to find the problems in areas where there is no active AM to take care of them.

Now I'm going to be a right pain and ask for another feature. Would it be possible to provide some way to link back to the editor from the UR on the livemap? Maybe a link in the pop-up already associated with each livemap UR.

[EDIT] Not needed at all! Timbones pointed out the functionality already exists in this post below (or scroll down). :oops:
iainhouse
EmeritusChamps
EmeritusChamps
Posts: 11143
Answers: 1
Has thanked: 2173 times
Been thanked: 8188 times
Send a message
Last edited by iainhouse on Wed Feb 27, 2013 11:22 am, edited 1 time in total.
https://storage.googleapis.com/wazeoped ... c4/AGC.pnghttps://sign.waze.tools/s2000.pnghttps://sign.waze.tools/c6.png
My scripts: WME FixUI WME Presets :ugeek:
I want to go to a commune in Vermont and deal with no unit of time shorter than a season