Page 22 of 230

Re: [Script] UROverview v1.36 (20130822)

Posted: Mon Aug 26, 2013 6:56 pm
by CTGreybeard
Lately the script is not starting the majority of times and no matter how long I think I've waited it still doesn't start. It used to just take a refresh to get it kicked off but that is failing frequently now too.

Re: [Script] UROverview v1.36 (20130822)

Posted: Tue Aug 27, 2013 4:18 pm
by CTGreybeard
I saw that this morning but it doesn't have the mouse-over pop-up that's handy.

Re: [Script] UROverview v1.37 (20130828)

Posted: Sat Aug 31, 2013 4:47 pm
by CTGreybeard
BTW, URO seems to be loading very reliably the past few days. I wonder if there wasn't some sort of backend change that happened ...

Re: [Script] UROverview Plus v3.6 (20140202)

Posted: Wed Mar 26, 2014 6:40 pm
by ctpoole
bz2012 wrote:The latest WME seems to have broken some URO+ features.
The one I noticed first is that the
Hide solved/unidentified is no longer working. They are displayed regardless of check box status.

Also seeing a 'pop up box' that seems to be popped up for a random URO and doesn't want to go away unless I click on 'hide for this session'.
Mouse over various URs does NOT cause pop ups like it should do.
I am having exactly the same set of issues.

Re: [Script] UROverview Plus v3.89 (20160825)

Posted: Mon Sep 12, 2016 2:45 pm
by cybernissart
In order to address this, as Waze introduced an undefined Layer, I modified URO+ code with following to address it. Ligne 7952

Code: Select all

      if(typeof W.map.layers[i].name != "undefined")
      {
          if(W.map.layers[i].name.indexOf('Waze.Control.SelectHighlightFeature') != -1 ) uroRootContainer = W.map.layers[i].div.id;
      }
At list it allows loading of the script, event if some layers does not seem to work anymore and prevent filtering of content (Just seen Missing Speed Limit case at least)

Other Script are also broken.
Unable to Save modifications for 1 hour now !

Re: UROverview script - v1.5

Posted: Tue Oct 23, 2012 11:08 pm
by Daknife
It's useful, I just wish it didn't insist on popping the box up on top of the UR's unless I make sure to move them to the upper left portion of the screen. I don't need to open the UR's in another tab, I just need to be able to click on and open the UR and the pop-up box trying to cover the UR's gets annoying quickly.

Re: [Script] UROverview v1.38 (20131009)

Posted: Wed Oct 09, 2013 9:24 pm
by Dave2084
Thanks!

Re: [Script] UROverview Plus v3.0 (20131127)

Posted: Thu Nov 28, 2013 7:38 am
by Dave2084
With this extension installed I initially got a totally blank side pane.

I turned all other extensions off and it was still the same, turned URO+ v3.0 off and it comes back.

After a handy hint from Iainhouse, the fix is to select a segment at it appears. Once it has appears enable SRS from the misc tab and it stays working (even after de-selecting SRS) :-)

Re: [Script] UROverview Plus v3.200 (20220108)

Posted: Fri Jan 14, 2022 7:50 pm
by daveacincy
I do see the spinner still going occasionally, but it doesn't seem to be consistent.  I do get a lot of the "featureType is deprecated" message from UROverview and its a little annoying when trying to look at console messages. Its in a loop going thru all the layers, but not all of them are set up as "FeatureLayers", so it looks like the checking there needs to be updated somehow.
 

Re: [Script] UROverview Plus v4.0 (20240402)

Posted: Tue Apr 02, 2024 1:56 am
by daveacincy
Just trying the new version and am getting 

Code: Select all

URO+: Mon Apr 01 2024 21:47:35 GMT-0400 (Eastern Daylight Time) User profile page detected, script is disabled...
I looked at the code and noticed my URL is https://www.waze.com/en-US/editor/#userscript-tab-17

something is putting that userscript text at the end which is triggering your check.

When I remove the # and everything after it, it loads fine.