[Script] UROverview Plus v4.11 (20250102)

Is there any chance you can it all under one tab in the beta editor, with sub-tabs for URs and Cameras? There’s not enough room for 5 tabs. :frowning:

beta-tabs.png
(Even without Cameras, my Highlights tab doesn’t fit so I may need to rename it too).

Maybe the ugh-ly “Hilites” version?

I’ve found that simply removing the ‘s’ and naming the tab ‘Highlight’ will allow it to just fit.
However, selecting either ‘URs’ or ‘Highlight’ pushes it onto two lines. Too much white space, again. :frowning:

If I name my tab either “Hilites” or “Colors”, then it fits just fine.
I might look at tweaking the styles a bit…

Done in 1.7… In WME Beta I now create a single main tab titled “URO”, within which the UR and camera controls are sub-tabbed as in normal WME.

Also taken the opportunity to rewrite the UR/camera marker filtering code - this is now all event driven so that as you pan/zoom the map you should no longer see filtered markers flickering in and out of view.

http://userscripts.org/scripts/show/145186

Twister,

There might be a problem with the mouse handling in UROverview on the new editor.

With only URO active in Chrome or Firefox, when zoomed at level 0 (max), the mousedown & drag sends you scrolling wildly, instead of dragging.
Easiest to start this off, is to select one of your ‘areas’ in the tabbed pane so it zooms out max on the area. After this, the zoom bar’s sync is also gone. Clicking Permalink will always zoom @ level 0, no matter where you zoom in using the mouse.

Can anyone else verify this behavior ?

Yep, I believe he’s planning to attempt a fix on his scripts tonight.

Hi Kuhlkatz, yes, same issue here (I posted a reply in the new WME announcement thread where you initially reported the issue).
If you’re using WazeBar, the fix is implemented. I have sent the details to Twister_UK as well.

~Mike

Heya Kuhlkatz, I’ll respond here, so as not to divert the WME thread. The issue is that a JavaScript error occurs right when you start scrolling, keeps getting thrown over and over, causing your browser to go into a tailspin. :slight_smile:

The new editor-friendly version 1.8 of UROverview is now available. This version also fixes a minor bug introduced in 1.7 to the UR session hiding feature, and tidies up the sub-tab scrollbars.

http://userscripts.org/scripts/show/145186

Thanks Twister! :slight_smile:

Well done sir!

Easy enough for you now, Darren? :wink:

Haha, yes thanks.

must be less lazy today

via Tapatalk

How about updating the first post title with version and date info like other scripts?

Agree :wink:

Ah, so that’s how you do it… was wondering why changing the title of each new post only changed the title for that one post and not the entire thread :oops:

Thanks to the new play mode in WME, I’ve been able to test the code with problem markers outside my usual edit areas, and so 1.9 marks a welcome return for problem marker pop-up support…

http://userscripts.org/scripts/show/145186

The 1.10 release includes some code kindly donated by davipt, which allows cameras to be filtered if they were last edited by the currently logged-in user. I’ve also tweaked the CSS slightly to reduce the amount of wasted space in the config tabs.

http://userscripts.org/scripts/show/145186

Would it be at all possible to be able to show cameras at a higher zoom or does the editor not give that info after a certain zoom level?

Sent from my GT-I9100 using Tapatalk 2

Today I noticed that at the higher zoom level they were visible all over

Inviato con Tapatalk

WME doesn’t request camera data from the server if you’re at zoom level 2 or below (bottom three clicks on the zoom slider). I could do my own request a la LMUR, but since at that zoom level you also lose the minor roads I’m not sure how much use it’d be to show a bunch of camera markers on what would then appear to be a blank part of the map…