Page 7 of 30

Re: [Script] Live Map UR Layer v2.21 (20150317)

Posted: Tue Dec 08, 2015 7:11 am
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!

Re: [Script] Live Map UR Layer v2.22 (20160104)

Posted: Fri Jan 29, 2016 6:04 pm
by gic78
Hi!
I guess that LMUR doesn't filters private places now, only public PURs.

Re: [Script] Live Map UR Layer v2.21 (20150317)

Posted: Tue Dec 29, 2015 5:02 pm
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();
      }) ();
   }

Re: [Script] Live Map UR Layer v1.3 (20130326)

Posted: Tue Mar 26, 2013 8:34 pm
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.

Re: [Script] Live Map UR Layer v1.4 (20130327)

Posted: Thu Mar 28, 2013 7:55 pm
by htahta
Script is not schowing all updates. "Missing road (automatically detected)" Is not showing. (in side my AM earea. (

Re: [Script] Live Map UR Layer v2.3 (20131020)

Posted: Wed Nov 06, 2013 3:03 am
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. :(

Re: [Script] Live Map UR Layer v2.5 (20140102)

Posted: Thu Jan 02, 2014 12:50 pm
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 1268 times
Any ideas?

Re: [Script] Live Map UR Layer v2.5 (20140102)

Posted: Thu Jan 02, 2014 2:56 pm
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.

Re: Proof of Concept script: UR layer in Live Map

Posted: Wed Oct 17, 2012 12:56 pm
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! ;)

Re: [Script] Live Map UR Layer v1.0 (20130226)

Posted: Tue Feb 26, 2013 6:03 pm
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: