Get a sneak peek at whats next for Permanent Hazards on our April 7th Office Hours!
Discussion for the unofficial, community-developed addons, extensions and scripts built for the Waze Map Editor.

The official index of these tools is the Community Plugins, Extensions and Tools wiki page.

Post Reply
Forum rules
Discussion for the unofficial, community-developed addons, extensions and scripts built for the Waze Map Editor.

DO NOT START a new thread unless it is about a new idea. Keep discussion of existing tools within the main thread for that tool.

The official index of these tools is the Community Plugins, Extensions and Tools wiki page.

[Script] UROverview Plus v3.232 (20240303)

Post by
Hi everyone,

Those of you active in the UK forum will already be aware of this script, and since it now has a slowly but steadily growing number of users based outside of the UK, it was suggested that I announce its existence in the global editing forum...

What does it do?

There are two main features to the script. The first is to add a pop-up box next to whichever user request or camera marker your mouse pointer is hovering over. This box contains a summary of the details for this UR/camera, allowing you to quickly see if it's one that you need to pay more attention to without having to click on the marker and wait for WME to reload the map at the marker position.

For UR markers, the box also contains three links allowing you to open up a new WME tab centred on the marker, to open up a new LiveMap tab, or to hide the marker for the remainder of this editing session (if you've decided that it's a UR you definitely don't want to be bothered with today)


The second feature is the ability to filter UR and camera markers by various parameters - type, age, keywords etc. e.g. if you don't want to see any General Error UR markers, they can all be hidden by ticking a single checkbox. If you only want to see URs that were created at least x days ago, but less than y days ago, you can do that too. If you're in the habit of setting URs to remind yourself about a map issue you want to fix when you get home, and you insert your username into the UR description to remind everyone else not to touch that UR, you can then find these URs easily by using the keyword filter...

Camera markers can be similarly filtered, although the range of filters is somewhat smaller here.


The script was developed in Firefox/Greasemonkey, but has also been tested (and used by others) in Chrome as an extension.

Note that, to the best of my knowledge, all of its current users are based on the world server - I would therefore appreciate any feedback from users on the NA server!

Userscript version for use with Tampermonkey etc: https://greasyfork.org/scripts/1952-uroverview-plus-uro
 
 
 
 
 
 
 
 
 
 

POSTER_ID:16778143

1

Send a message
Last edited by Twister-UK on Sun Mar 03, 2024 3:56 am, edited 279 times in total.

Post by abc1357
With the new Speed Limit reporting capability in the app, the UR now shows "Missing or Invalid Speed Limit" in the title. Since this is not in the comment section, could we add a custom marker AND add to the filter by type? Thanks
abc1357
State Manager
State Manager
Posts: 862
Answers: 2
Has thanked: 313 times
Been thanked: 236 times
Send a message


Post by abc1357
Thank you, Twister-UK.

I think I have it figured out. Being based in the US, my language setting is "US English". Under that setting, the item name in the Layer menu is "Enforcement Cameras".

When I changed my language setting back to plain "English", the item name in the Layer menu is "Speed cameras", and URO+ does work. Checking and un-checking the "un-approved" box in the Cams tab does hide/show the unapproved cameras.

However, in US English, both the "un-approved" and "approved" check box does not do anything, even if you refresh the screen. Hopefully, this helps you find the source of the issue.
abc1357
State Manager
State Manager
Posts: 862
Answers: 2
Has thanked: 313 times
Been thanked: 236 times
Send a message

Post by abc1357
After several hours of testing, I agree it's some combination of scripts in my set-up that is creating this condition. However, I am not able to say with any confidence what that combination is, because changing certain parameters, such as the order of these scripts loading or swapping out a script for another, would cause the checkboxes to function/not function. I am not able to consistently create the right combination.

Right now, I have URO+ set as one of the first scripts to be loaded, and the problem seems to have gone away.

Thank you for looking into this.
abc1357
State Manager
State Manager
Posts: 862
Answers: 2
Has thanked: 313 times
Been thanked: 236 times
Send a message



Post by abc1357
To follow up on the earlier report about RPP problems. I was not able to get the "SAVE" button to "light up" when I do anything on a PP or RPP (approve PURs, change any of the fields, etc.).

I'm using 3.162 on Chrome and have URO+ as the only script running (I've disabled Toolbox extension also and have no other WME extensions).

In the console, I see these errors when I force a refresh of WME:

Code: Select all

userscript.html?id=6f6e333e-d0e3-4c3b-bac1-06757f92d413:3366 Uncaught TypeError: Cannot read property 'attributes' of undefined
    at uroFilterPlaceMarker (userscript.html?id=6f6e333e-d0e3-4c3b-bac1-06757f92d413:3366)
    at uroFilterPlaces (userscript.html?id=6f6e333e-d0e3-4c3b-bac1-06757f92d413:3889)
    at uroFilterItems (userscript.html?id=6f6e333e-d0e3-4c3b-bac1-06757f92d413:5562)
    at uroFinalizeListenerSetup (userscript.html?id=6f6e333e-d0e3-4c3b-bac1-06757f92d413:9653)
    at uroMainTick (userscript.html?id=6f6e333e-d0e3-4c3b-bac1-06757f92d413:11059)
When I select a RPP or PP, I see this in the console:

Code: Select all

Error getting features TypeError: Cannot read property 'attributes' of undefined
    at uroFilterPlaceMarker (userscript.html?id=6f6e333e-d0e3-4c3b-bac1-06757f92d413:3366)
    at t.uroFilterPlaces (userscript.html?id=6f6e333e-d0e3-4c3b-bac1-06757f92d413:3889)
    at f (vendor-86dc9f4c83949efd6718.js:1)
    at T (vendor-86dc9f4c83949efd6718.js:1)
    at h (vendor-86dc9f4c83949efd6718.js:1)
    at t.u.trigger (vendor-86dc9f4c83949efd6718.js:1)
    at t.mergeObjects (app-1d3e5c24957b318a3943.js:1)
    at app-1d3e5c24957b318a3943.js:1
    at Array.forEach (<anonymous>)
    at e.mergeObjects (app-1d3e5c24957b318a3943.js:1)
abc1357
State Manager
State Manager
Posts: 862
Answers: 2
Has thanked: 313 times
Been thanked: 236 times
Send a message
Last edited by abc1357 on Wed Jul 24, 2019 3:23 am, edited 1 time in total.

Post by abc1357
Twister-UK wrote: Please can you provide a permalink to a place which triggers this problem, as I've not been able to reproduce this here.
Try these PURs:
https://www.waze.com/en-US/editor?env=u ... 76.6517279

https://www.waze.com/en-US/editor?env=u ... 06.4828370

https://www.waze.com/en-US/editor?env=u ... 17.6613800

When I try to approve the PURs, I can't get the SAVE button to highlight and be selectable.
Again, running Chrome with URO+ 3.162 as the only script running.

Thanks.
abc1357
State Manager
State Manager
Posts: 862
Answers: 2
Has thanked: 313 times
Been thanked: 236 times
Send a message

Post by abc1357
Sorry Twister-UK, still no joy for me. Using 3.162a with no other scripts running, I still cannot get the Save button to highlight after I selected and approved a PUR. I've kept the console running:

I started WME on a new tab and the following is seen in the console:
Screen Shot 1.jpg
(149.08 KiB) Downloaded 1070 times
Expanding on the red segment shows
Screen shot 2.jpg
(106.17 KiB) Downloaded 1070 times
I then selected this PUR.

I select the This place is not approved yet... area in the left panel and the following lines show up in the console.
Screen Shot 3.jpg
(79.3 KiB) Downloaded 1078 times
Expanding the red section:
Screen Shot 4.jpg
(116.23 KiB) Downloaded 1085 times
Finally, I approve the PUR, tap the X to close the box and the SAVE button does not highlight and I cannot save the change.

In case it helps, here's my settings

Code: Select all

[UROverviewFriendlyAreaNames][len=14],NaN,undefined[END]
[UROverviewMiscOptions][len=1776]:_cbHideUserRTCs,false:_cbHideEditorRTCs,false:_cbHideFutureEditorRTCs,false:_cbHideWazeFeedRTCs,false:_cbHideFutureWazeFeedRTCs,false:_cbHideWazeRTCs,false:_cbHideFutureWazeRTCs,false:_cbShowMTERTCs,false:_cbHideMTERTCs,false:_cbHideSegmentsWhenRoadsHidden,false:_cbKillInertialPanning,false:_cbNativeConvoMarkers,true:_cbNativeBetaConvoMarkers,true:_cbCommentCount,false:_cbEnableDeleteFeedEntries,false:_cbURBackfill,false:_inputFilterMinZoomLevel,10:_inputUnstackSensitivity,15:_inputUnstackZoomLevel,3:_cbCustomRoadworksMarkers,true:_cbCustomConstructionMarkers,true:_cbCustomClosuresMarkers,true:_cbCustomEventsMarkers,true:_cbCustomNotesMarkers,true:_cbCustomBOGMarkers,true:_cbCustomDifficultMarkers,true:_cbCustomWSLMMarkers,true:_cbCustomNativeSLMarkers,true:_cbCustomKeywordMarkers,false:_textCustomKeyword,:_cbCustomElginMarkers,true:_cbCustomTrafficMasterMarkers,true:_cbCustomTrafficCastMarkers,true:_cbCustomCaltransMarkers,true:_cbCustomTFLMarkers,true:_inputPopupDwellTimeout,2:_inputPopupEntryTimeout,2:_inputMaxJitter,2:_inputPopupAutoHideTimeout,0:_cbInhibitURPopup,true:_cbInhibitMPPopup,false:_cbInhibitCamPopup,false:_cbInhibitSegPopup,true:_cbInhibitSegGenericPopup,true:_cbInhibitTurnsPopup,false:_cbInhibitLandmarkPopup,true:_cbInhibitPUPopup,true:_cbInhibitMapCommentPopup,false:_cbInhibitNodesPopup,true:_cbDateFmtDDMMYY,true:_cbDateFmtMMDDYY,false:_cbDateFmtYYMMDD,false:_cbTimeFmt24H,true:_cbTimeFmt12H,false:_cbWhiteBackground,false:_inputCustomBackgroundRed,255:_inputCustomBackgroundGreen,255:_inputCustomBackgroundBlue,255:_cbInhibitNURButton,false:_cbInhibitNMPButton,true:_cbInhibitNPURButton,true:_cbHideAMLayer,false:_cbMoveAMList,false:_cbDisablePlacesFiltering,false:_cbDisableTabStyling,false:_cbHideEditorInfo,false:_cbEnableDTE,false[END]
[UROverviewPlacesOptions][len=6096]:_cbFilterUneditablePlaceUpdates,true:_cbFilterLockRankedPlaceUpdates,false:_cbFilterNewPlacePUR,false:_cbFilterUpdatedDetailsPUR,false:_cbPURFilterCFPhone,false:_cbPURFilterCFName,false:_cbPURFilterCFEntryExitPoints,false:_cbPURFilterCFOpeningHours,false:_cbPURFilterCFAliases,false:_cbPURFilterCFServices,false:_cbPURFilterCFGeometry,false:_cbPURFilterCFHouseNumber,false:_cbPURFilterCFCategories,false:_cbPURFilterCFDescription,false:_cbFilterNewPhotoPUR,false:_cbFilterFlaggedPUR,false:_cbLeavePURGeos,false:_cbInvertPURFilters,false:_cbPURFilterLowSeverity,false:_cbPURFilterMediumSeverity,false:_cbPURFilterHighSeverity,false:_cbEnablePURMinAgeFilter,false:_inputPURFilterMinDays,:_cbEnablePURMaxAgeFilter,false:_inputPURFilterMaxDays,:_cbPlaceFilterEditedLessThan,false:_inputFilterPlaceEditMinDays,:_cbPlaceFilterEditedMoreThan,false:_inputFilterPlaceEditMaxDays,:_cbHidePlacesL0,false:_cbHidePlacesL1,false:_cbHidePlacesL2,false:_cbHidePlacesL3,false:_cbHidePlacesL4,false:_cbHidePlacesL5,false:_cbHidePlacesStaff,false:_cbHidePlacesAdLocked,false:_cbHideAreaPlaces,false:_cbHidePointPlaces,false:_cbHidePhotoPlaces,false:_cbHideNoPhotoPlaces,false:_cbHideLinkedPlaces,false:_cbHideNoLinkedPlaces,false:_cbHideDescribedPlaces,false:_cbHideNonDescribedPlaces,false:_cbHideKeywordPlaces,false:_cbHideNoKeywordPlaces,false:_textKeywordPlace,:_cbShowOnlyPlacesCreatedBy,false:_cbShowOnlyPlacesEditedBy,false:_textPlacesEditor,:_cbHideOnlyPlacesCreatedBy,false:_cbHideOnlyPlacesEditedBy,false:_textHidePlacesEditor,:_cbPlacesFilter-CAR_SERVICES,false:_cbPlacesFilter-GAS_STATION,false:_cbPlacesFilter-GARAGE_AUTOMOTIVE_SHOP,false:_cbPlacesFilter-CAR_WASH,false:_cbPlacesFilter-CHARGING_STATION,false:_cbPlacesFilter-TRANSPORTATION,false:_cbPlacesFilter-AIRPORT,false:_cbPlacesFilter-BUS_STATION,false:_cbPlacesFilter-FERRY_PIER,false:_cbPlacesFilter-SEAPORT_MARINA_HARBOR,false:_cbPlacesFilter-SUBWAY_STATION,false:_cbPlacesFilter-TRAIN_STATION,false:_cbPlacesFilter-BRIDGE,false:_cbPlacesFilter-TUNNEL,false:_cbPlacesFilter-TAXI_STATION,false:_cbPlacesFilter-JUNCTION_INTERCHANGE,false:_cbPlacesFilter-REST_AREAS,false:_cbPlacesFilter-CARPOOL_SPOT,false:_cbPlacesFilter-PROFESSIONAL_AND_PUBLIC,false:_cbPlacesFilter-COLLEGE_UNIVERSITY,false:_cbPlacesFilter-SCHOOL,false:_cbPlacesFilter-CONVENTIONS_EVENT_CENTER,false:_cbPlacesFilter-GOVERNMENT,false:_cbPlacesFilter-LIBRARY,false:_cbPlacesFilter-CITY_HALL,false:_cbPlacesFilter-ORGANIZATION_OR_ASSOCIATION,false:_cbPlacesFilter-PRISON_CORRECTIONAL_FACILITY,false:_cbPlacesFilter-COURTHOUSE,false:_cbPlacesFilter-CEMETERY,false:_cbPlacesFilter-FIRE_DEPARTMENT,false:_cbPlacesFilter-POLICE_STATION,false:_cbPlacesFilter-MILITARY,false:_cbPlacesFilter-HOSPITAL_URGENT_CARE,false:_cbPlacesFilter-DOCTOR_CLINIC,false:_cbPlacesFilter-OFFICES,false:_cbPlacesFilter-POST_OFFICE,false:_cbPlacesFilter-RELIGIOUS_CENTER,false:_cbPlacesFilter-KINDERGARDEN,false:_cbPlacesFilter-FACTORY_INDUSTRIAL,false:_cbPlacesFilter-EMBASSY_CONSULATE,false:_cbPlacesFilter-INFORMATION_POINT,false:_cbPlacesFilter-EMERGENCY_SHELTER,false:_cbPlacesFilter-TRASH_AND_RECYCLING_FACILITIES,false:_cbPlacesFilter-SHOPPING_AND_SERVICES,false:_cbPlacesFilter-ARTS_AND_CRAFTS,false:_cbPlacesFilter-BANK_FINANCIAL,false:_cbPlacesFilter-SPORTING_GOODS,false:_cbPlacesFilter-BOOKSTORE,false:_cbPlacesFilter-PHOTOGRAPHY,false:_cbPlacesFilter-CAR_DEALERSHIP,false:_cbPlacesFilter-FASHION_AND_CLOTHING,false:_cbPlacesFilter-CONVENIENCE_STORE,false:_cbPlacesFilter-PERSONAL_CARE,false:_cbPlacesFilter-DEPARTMENT_STORE,false:_cbPlacesFilter-PHARMACY,false:_cbPlacesFilter-ELECTRONICS,false:_cbPlacesFilter-FLOWERS,false:_cbPlacesFilter-FURNITURE_HOME_STORE,false:_cbPlacesFilter-GIFTS,false:_cbPlacesFilter-GYM_FITNESS,false:_cbPlacesFilter-SWIMMING_POOL,false:_cbPlacesFilter-HARDWARE_STORE,false:_cbPlacesFilter-MARKET,false:_cbPlacesFilter-SUPERMARKET_GROCERY,false:_cbPlacesFilter-JEWELRY,false:_cbPlacesFilter-LAUNDRY_DRY_CLEAN,false:_cbPlacesFilter-SHOPPING_CENTER,false:_cbPlacesFilter-MUSIC_STORE,false:_cbPlacesFilter-PET_STORE_VETERINARIAN_SERVICES,false:_cbPlacesFilter-TOY_STORE,false:_cbPlacesFilter-TRAVEL_AGENCY,false:_cbPlacesFilter-ATM,false:_cbPlacesFilter-CURRENCY_EXCHANGE,false:_cbPlacesFilter-CAR_RENTAL,false:_cbPlacesFilter-TELECOM,false:_cbPlacesFilter-FOOD_AND_DRINK,false:_cbPlacesFilter-RESTAURANT,false:_cbPlacesFilter-BAKERY,false:_cbPlacesFilter-DESSERT,false:_cbPlacesFilter-CAFE,false:_cbPlacesFilter-FAST_FOOD,false:_cbPlacesFilter-FOOD_COURT,false:_cbPlacesFilter-BAR,false:_cbPlacesFilter-ICE_CREAM,false:_cbPlacesFilter-CULTURE_AND_ENTERTAINEMENT,false:_cbPlacesFilter-ART_GALLERY,false:_cbPlacesFilter-CASINO,false:_cbPlacesFilter-CLUB,false:_cbPlacesFilter-TOURIST_ATTRACTION_HISTORIC_SITE,false:_cbPlacesFilter-MOVIE_THEATER,false:_cbPlacesFilter-MUSEUM,false:_cbPlacesFilter-MUSIC_VENUE,false:_cbPlacesFilter-PERFORMING_ARTS_VENUE,false:_cbPlacesFilter-GAME_CLUB,false:_cbPlacesFilter-STADIUM_ARENA,false:_cbPlacesFilter-THEME_PARK,false:_cbPlacesFilter-ZOO_AQUARIUM,false:_cbPlacesFilter-RACING_TRACK,false:_cbPlacesFilter-THEATER,false:_cbPlacesFilter-OTHER,false:_cbPlacesFilter-CONSTRUCTION_SITE,false:_cbPlacesFilter-LODGING,false:_cbPlacesFilter-HOTEL,false:_cbPlacesFilter-HOSTEL,false:_cbPlacesFilter-CAMPING_TRAILER_PARK,false:_cbPlacesFilter-COTTAGE_CABIN,false:_cbPlacesFilter-BED_AND_BREAKFAST,false:_cbPlacesFilter-OUTDOORS,false:_cbPlacesFilter-PARK,false:_cbPlacesFilter-PLAYGROUND,false:_cbPlacesFilter-BEACH,false:_cbPlacesFilter-SPORTS_COURT,false:_cbPlacesFilter-GOLF_COURSE,false:_cbPlacesFilter-PLAZA,false:_cbPlacesFilter-PROMENADE,false:_cbPlacesFilter-POOL,false:_cbPlacesFilter-SCENIC_LOOKOUT_VIEWPOINT,false:_cbPlacesFilter-SKI_AREA,false:_cbPlacesFilter-NATURAL_FEATURES,false:_cbPlacesFilter-ISLAND,false:_cbPlacesFilter-SEA_LAKE_POOL,false:_cbPlacesFilter-RIVER_STREAM,false:_cbPlacesFilter-FOREST_GROVE,false:_cbPlacesFilter-FARM,false:_cbPlacesFilter-CANAL,false:_cbPlacesFilter-SWAMP_MARSH,false:_cbPlacesFilter-DAM,false:_cbPlacesFilter-PARKING_LOT,false:_cbFilterPrivatePlaces,false:_cbInvertPlacesFilter,false[END]
[UROverviewMasterEnable][len=4]true[END]
[UROverviewPlacesGroups][len=65]false:false:false:false:false:false:false:false:false:false:false[END]
[UROverviewMPOptions][len=1215]:_cbMPFilterOutsideArea,true:_cbMPFilter_T1,false:_cbMPFilter_T2,false:_cbMPFilter_T3,false:_cbMPFilter_T5,false:_cbMPFilter_T6,false:_cbMPFilter_T7,false:_cbMPFilter_T8,false:_cbMPFilter_T10,false:_cbMPFilter_T11,false:_cbMPFilter_T12,false:_cbMPFilter_T13,false:_cbMPFilter_T14,false:_cbMPFilter_T15,false:_cbMPFilter_T16,false:_cbMPFilter_T17,false:_cbMPFilter_T19,false:_cbMPFilter_T20,false:_cbMPFilter_T21,false:_cbMPFilter_T22,false:_cbMPFilter_T23,false:_cbMPFilter_T50,true:_cbMPFilter_T51,false:_cbMPFilter_T52,false:_cbMPFilter_T53,false:_cbMPFilter_T70,true:_cbMPFilter_T71,true:_cbMPFilter_T101,false:_cbMPFilter_T102,false:_cbMPFilter_T103,false:_cbMPFilter_T104,false:_cbMPFilter_T105,false:_cbMPFilter_T106,false:_cbMPFilter_T200,false:_cbMPFilter_T300,false:_cbMPFilterUnknownProblem,false:_cbFilterElgin,false:_cbFilterTrafficCast,false:_cbFilterTrafficMaster,false:_cbFilterCaltrans,false:_cbFilterTFL,false:_cbMPFilterReopenedProblem,false:_cbInvertMPFilter,false:_cbMPFilterClosed,false:_cbMPFilterSolved,false:_cbMPFilterUnidentified,false:_cbMPClosedUserIDFilter,false:_cbMPNotClosedUserIDFilter,false:_cbMPFilterLowSeverity,false:_cbMPFilterMediumSeverity,false:_cbMPFilterHighSeverity,false[END]
[UROverviewPlaceWatchList][len=0][END]
[UROverviewCWLGroups][len=16]0,No group,false[END]
[UROverviewMCOptions][len=808]:_cbMCFilterRoadworks,false:_cbMCFilterConstruction,false:_cbMCFilterClosure,false:_cbMCFilterEvent,false:_cbMCFilterNote,false:_cbMCFilterBOG,false:_cbMCFilterDifficult,false:_cbMCFilterWSLM,false:_cbInvertMCFilter,false:_cbMCHideMyFollowed,false:_cbMCHideMyUnfollowed,false:_cbMCDescriptionMustBePresent,false:_cbMCDescriptionMustBeAbsent,false:_cbMCCommentsMustBePresent,false:_cbMCCommentsMustBeAbsent,false:_cbMCExpiryMustBePresent,false:_cbMCExpiryMustBeAbsent,false:_cbMCEnableKeywordMustBePresent,false:_textMCKeywordPresent,:_cbMCEnableKeywordMustBeAbsent,false:_textMCKeywordAbsent,:_cbMCCaseInsensitive,false:_cbMCCreatorIDFilter,false:_cbHideMCRank0,false:_cbHideMCRank1,false:_cbHideMCRank2,false:_cbHideMCRank3,false:_cbHideMCRank4,false:_cbHideMCRank5,false:_cbMCEnhancePointMCVisibility,false[END]
[UROverviewCameraOptions][len=852]:_cbShowWorldCams,true:_cbShowUSACams,true:_cbShowNonWorldCams,true:_cbShowOnlyCamsCreatedBy,false:_cbShowOnlyCamsEditedBy,false:_textCameraEditor,:_cbShowOnlyMyCams,false:_cbShowSpeedCams,true:_cbShowIfSpeedSet,true:_cbShowIfNoSpeedSet,true:_cbShowIfInvalidSpeedSet,true:_cbShowRedLightCams,true:_cbShowRLCIfZeroSpeedSet,true:_cbShowRLCIfNonZeroSpeedSet,true:_cbShowRLCIfNoSpeedSet,true:_cbShowDummyCams,true:_cbHideCreatedByMe,false:_cbHideCreatedByRank0,false:_cbHideCreatedByRank1,false:_cbHideCreatedByRank2,false:_cbHideCreatedByRank3,false:_cbHideCreatedByRank4,false:_cbHideCreatedByRank5,false:_cbHideUpdatedByMe,false:_cbHideUpdatedByRank0,false:_cbHideUpdatedByRank1,false:_cbHideUpdatedByRank2,false:_cbHideUpdatedByRank3,false:_cbHideUpdatedByRank4,false:_cbHideUpdatedByRank5,false:_cbHideCWLCams,false:_cbHighlightInsteadOfHideCams,false[END]
[UROverviewCamWatchList][len=0][END]
[UROverviewUROptions][len=1756]:_cbURFilterOutsideArea,true:_cbNoFilterForURInURL,false:_cbFilterWazeAuto,false:_cbFilterIncorrectTurn,false:_cbFilterIncorrectAddress,false:_cbFilterIncorrectRoute,false:_cbFilterMissingRoundabout,false:_cbFilterGeneralError,false:_cbFilterTurnNotAllowed,false:_cbFilterIncorrectJunction,false:_cbFilterMissingBridgeOverpass,false:_cbFilterWrongDrivingDirection,false:_cbFilterMissingExit,false:_cbFilterMissingRoad,false:_cbFilterBlockedRoad,false:_cbFilterMissingLandmark,false:_cbFilterSpeedLimits,false:_cbFilterUndefined,false:_cbFilterRoadworks,false:_cbFilterConstruction,false:_cbFilterClosure,false:_cbFilterEvent,false:_cbFilterNote,false:_cbFilterBOG,false:_cbFilterDifficult,false:_cbFilterWSLM,false:_cbInvertURFilter,false:_cbFilterOpenUR,false:_cbFilterClosedUR,false:_cbFilterSolved,false:_cbFilterUnidentified,false:_cbEnableMinAgeFilter,false:_inputFilterMinDays,:_cbEnableMaxAgeFilter,false:_inputFilterMaxDays,:_cbHideMyFollowed,false:_cbHideMyUnfollowed,false:_cbURDescriptionMustBePresent,false:_cbURDescriptionMustBeAbsent,false:_cbEnableKeywordMustBePresent,false:_textKeywordPresent,:_cbEnableKeywordMustBeAbsent,false:_textKeywordAbsent,:_cbCaseInsensitive,false:_cbHideMyComments,false:_cbHideAnyComments,false:_cbHideIfLastCommenter,false:_cbHideIfNotLastCommenter,false:_cbHideIfReporterLastCommenter,false:_cbHideIfReporterNotLastCommenter,false:_cbEnableMinCommentsFilter,false:_inputFilterMinComments,:_cbEnableMaxCommentsFilter,false:_inputFilterMaxComments,:_cbEnableCommentAgeFilter2,false:_inputFilterCommentDays2,4:_cbEnableCommentAgeFilter,false:_inputFilterCommentDays,:_cbIgnoreOtherEditorComments,false:_cbURUserIDFilter,false:_cbURResolverIDFilter,false:_cbInvertURStateFilter,false:_cbNoFilterForTaggedURs,false[END]
[UROverviewFeedFilterOptions][len=781]:_cbReloadFeedAfterDelete,false:_cbFeedFilter_TypeUR,false:_cbFeedFilter_TypeUR_WithComments,false:_cbFeedFilter_TypeUR_WithoutComments,true:_cbFeedFilter_TypeMP,true:_cbFeedFilter_TypePUR,true:_cbFeedFilter_TypePM,false:_cbFeedFilter_0,true:_cbFeedFilter_1,true:_cbFeedFilter_2,true:_cbFeedFilter_3,true:_cbFeedFilter_4,true:_cbFeedFilter_5,false:_cbFeedFilter_6,false:_cbFeedFilter_7,false:_cbFeedFilter_8,true:_cbFeedFilter_9,true:_cbFeedFilter_10,true:_cbFeedFilter_11,true:_cbFeedFilter_12,true:_cbFeedFilter_13,true:_cbFeedFilter_MotNone,false:_cbFeedFilter_Invert,false:_cbFeedFilter_HideKeyword,false:_cbFeedFilter_ShowKeyword,false:_textFeedFilter_Keyword,:_cbFeedFilter_HideLessThan,false:_inputFeedFilterMinDays,:_cbFeedFilter_HideMoreThan,false:_inputFeedFilterMaxDays,[END]
[UROverviewSegWatchList][len=0][END]
[UROverviewCurrentVersion][len=6]3.163a[END]
Thanks
abc1357
State Manager
State Manager
Posts: 862
Answers: 2
Has thanked: 313 times
Been thanked: 236 times
Send a message