I am on it.
I haven’t take the time to code an update regarding changes on WME beta.
I do my best.
Soon! ![]()
Any chance of being able to create areas with more than two points? (UL and LR) Rectangles just don’t always fit our editing areas.
Yes,
I planed a long time ago to add custom area by converting a POI area. But not enough time yet.
I also need to check how to handle state manager status. It’s very new in France.
Drawing a POI area and converting it then deleting the poi would be excellent! I understand about the time problem. Thanks for all you do!
I don’t think there’s a way to see if an editor is a state manager within the editor, as it’s more of a community role than an editing one. I know the USA has a spreadsheet linked in the wiki to help keep track of it. Maybe you could do something with that if there’s similar ones for all countries that have such lists?
I’ve come to rely on the UR-MP Tracking, after only a few weeks of use. Great script, dummyd2. Will be great to get it back live.
I would love to help you on the code
Just to help out, I LOVE your script! It became the centre of my UR processing beside URComments (with own responses) ![]()
So if I can help you (code repository? Now just copied it from tampermonkey) let me know ![]()
Haven’t had time to do any in-depth debugging of your code, but one thing I did notice straight away is that you’ve got several references to wazeModel.turnProblems, which no longer exists - turn problems are now stored in .problems with all the other MPs.
As part of this change, the specific type of a problem, which used to be stored as a numerical value (e.g. 101 for driving direction mismatch etc.) in .attributes.problemType is now moved to .attributes.subType, with turn problems being allocated a subType value of 200.
.attributes.problemType is now used to store a problem type definition string - “DISCONNECTION” for a “normal” map problem, “TURN” for turn problems, and the mysterious “DATA”.
Note to self: now that these changes have moved onto the production server, I need to update LMUR…
thanks twister!
I was only missing the code 200 ![]()
Also, managed areas are now in the same place as drives.
I am close…
THX man for your work ![]()
Thanks… waiting, because cannot work without this at all ![]()
Will you be able to add functionality to scan “Managed area(s)”, which is different from “Editable area”? Currently I have to use a custom area, so it would be nice if it used the areas that Waze knows about.
Short answer: Yes. Added to my todo list.
Long answer: I called “editable area” drives and managed area. But for CM, “editable area” also means the country, and there is no borders in WME. So I added it by hand.
I will change the “editable area” by “drives” and “managed area”.
V2.2
- WME compatibility
- Convert an unsaved venue area into URMPT custom area
Important: since problem type has moved in the WME data structure, they will be displayed as “unknown type” in the MP tab. You can try to scan again your area(s) or clear the list and scan again.
After adding a custom area from the unsaved venue, URMPT will ask you to undo ALL actions. This is easier than click click click click… undo button, or delete the area and save a lot of action for nothing.
But this will remove all action. So take care to save your edits before drawing the area.
I simply love this script… It has made my life so much easier when searching for UR’s in my entire country. The only thing missing is place updates/places. Since a lot of areas in Denmark is without an AM, I’m the only one checking for new places as well as UR’s…
Not sure if it has been asked before, but is there any possibility to get place update requests included?
EDIT: did read the whole thread through: so it has been asked. Sorry for bugging you again for that ![]()
How about filter for tagged URs? ie [NOTE], [CONSTRUCTION], [ROADWORKS], [CLOSURE], [EVENT], etc.
yes of course. We don’t use it in France, so I didn’t think about it. I’ll add it soon :mrgreen:
Is this list complete [NOTE], [CONSTRUCTION], [ROADWORKS], [CLOSURE], [EVENT]?
Or I can filter UR if it contains [anything]? No one post UR like “[myUserName] I have to edit here”?
Based on URO+'s code, it looks like that is the full list.
line 270
https://greasyfork.org/en/scripts/1952-uroverview-plus-uro/code
To be safe, I’d do just the list, but … ![]()