Just a quick hack to implement something I’ve been trying to find the time to work on for ages… And surprisingly, given my track record for script development, it doesn’t have anything to do with the Ordnance Survey :mrgreen:
In a nutshell, it simply adds a single status line to the bottom of the WME window, which will then display the type and (where available) any additional text added by the user, for the UR marker currently under the mouse pointer. This provides a quick way to check URs to see if if they’re ones that sound as if they do or don’t need urgent attention, or if they’ve been marked as for the attention of someone else and need to be left well alone for now, without all the hassle of having to click on the marker, wait for WME to relocate the map view, read the type/description there, and then try and find where you were on the map prior to clicking the UR…
Tested with FF and Chrome on the public version of WME
Very odd. I disabled all other WME scripts then re-enabled them one by one hoping to see if there was a clash. And now, your script works, with all the others too!
User scripts can no longer be installed in Chrome/Chromium from third party web sites or local files, they have to be installed from the Chrome Web Store. The Chrome Web Store does not allow for JS scripts a the moment so Twister cannot upload them, unless he makes them in to a Chrome addon.
Firefox is your only solution at the moment, or revert to an older version of Chrome/Chromium.
Thanks, did you read my last post? For the record, I have had no problem installing scripts direct from userscripts.org. I’m sure chromium will change this at some future point.
Possibly, I haven’t looked at the visible data structures provided for cameras, but I guess the necessary data would be available to a third-party script in the same way as for URs. What bits of data would you be interested in seeing just by hovering over the camera icon?
Can I ask why you’re interested in having camera data shown as well? WME doesn’t do the whole annoying pan-zoom-disorientate the user thing when you click on a camera icon, so as far as I can see from a quick reminder of how the camera layer works (until today, I can’t recall the last time I used it…) the only thing to be gained by adding camera support to the script is removing the need to click.
Please note that I’m not saying this as a way of trying to get out of doing the work, I’m simply genuinely interested in understanding how other people use my code and, given my love for programming (especially when there’s no project managers breathing down my neck wondering where the next release is!), I’m quite happy to spend the time hacking out code for any suggestions that come my way if I think there’s any chance they might be feasible.
I’m just trying to slow you down on the points front! No, seriously I would love something like the set mph (!) speed to pop up as a tool tip on rollover. It would save a few microseconds when filtering cameras (not something I like to do very often). Maybe also the creator/approver as I know a few problem ones. But this is all very much in the nice to have territory.
No worries there, my daughter is doing a perfectly good job of sabotaging my slog up to the 100K edit mark… I used to be able to get in some useful editing sessions whilst rocking her off to sleep each night, but now that she’s turned 2 she’s a bit more demanding
Ok, that makes sense. The speed popup could also point out where it thinks the speed has been entered in mph rather than kph - now that I’ve started looking at the camera layer, I notice several of the cameras local to me have been set to the numerical mph value rather than the converted kph equivalent…
The UR/camera overview details are now shown in a floating box next to the UR/camera icon rather than in the status bar at the bottom of the WME window. Also, if the UR contains a URL for Timbones’ petrol station checker site, it will be turned into a clickable link with the checker site opening in a new tab.
Probably not possible without assistance from Waze, but I would love a list of all UR’s in my editable area, so I don’t have to scroll half over England to see if there is anything I can help with.
Something I was trying months ago was to highlight URs that were off the screen, either in a list, or by adding icons around the edge of the screen to indicate where they might be. I didn’t have much luck then, maybe you can try?