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 by berestovskyy
So far so good, so just published the Validator with Places checks in the Chrome Web Store!

The Places checks are disabled by default, so you have to enable them explicitly (big red checkbox at the top) in order to try.

Thanks in advance for your feedback!
Validator Places Checks.png
(95.65 KiB) Downloaded 500 times
berestovskyy
Posts: 912
Has thanked: 321 times
Been thanked: 832 times
Send a message

Post by berestovskyy
lg1992 wrote:It was possible in past to define a filter to hide some problems. May we get this feature back?
We have a really nice F.A.Q.: forum link ;)
  1. How to exclude annoying reports?
    Some areas on the map generate lots of minor reports like "unconfirmed speed limit". There are few options to deal with those annoying reports:
    1. On the main Validator window, "Filter" tab (opens by default). At the very bottom click "Exclude notes". This will stop Validator from highlighting/reporting any notes.
    2. On the main Validator window click "Search" tab (looking glass icon). There is a "Reported as" field at the bottom. Here we can exclude any check we want by its name, id or severity. For example, to stop Validator from highlighting/reporting checks #212 and #213, we should put in the "Reported as" field the following:

      Code: Select all

      !212, !213, *
      This mean we do not want Validator to report check #212 (!212) and #213 (!213), but report all the rest (*)

      Also we can use check title here, for example if we put in the "Reported as" field the following:

      Code: Select all

      !*speed*, *
      Will prevent Validator from reporting any check with "speed" in the title.
berestovskyy
Posts: 912
Has thanked: 321 times
Been thanked: 832 times
Send a message

Post by berestovskyy
Hi guys!

A minor update:

v2020.10.25:
- davidakachaos: updated Wiki links for BE/NL
berestovskyy
Posts: 912
Has thanked: 321 times
Been thanked: 832 times
Send a message

Post by berestovskyy
The source code and built in localization files are all on GitHub:
https://github.com/WMEValidator/

I’ll help if you have any questions.
berestovskyy
Posts: 912
Has thanked: 321 times
Been thanked: 832 times
Send a message

Post by berestovskyy
Any fixes are welcome from anyone. If the links are broken, we should fix them.

Any other changes are welcome from anyone if they’re based on community documents/guidelines.

Any new features from anyone also bring value, with maybe some minor tweaks from the community once the feature is publicly available under a feature flag.

Fork the Validator, play with it, change it, contribute back!
berestovskyy
Posts: 912
Has thanked: 321 times
Been thanked: 832 times
Send a message

Post by berestovskyy
Minor update:

v2020.11.1:
- paulvdwyn: update Motorway naming for BE
berestovskyy
Posts: 912
Has thanked: 321 times
Been thanked: 832 times
Send a message

Post by berestovskyy
Hey guys,
Minor update:

v2021.3.5:
- Glodenox: fixes for latests WME version

Thanks Glodenox for your contribution and everyone for your patience.
berestovskyy
Posts: 912
Has thanked: 321 times
Been thanked: 832 times
Send a message

Post by berestovskyy
Hey guys,
A minor update:

v2021.9.6:
- Glodenox: fixes for the latest WME version
 
berestovskyy
Posts: 912
Has thanked: 321 times
Been thanked: 832 times
Send a message

Post by berestovskyy
Nazride wrote: Mon Sep 06, 2021 12:54 pm after tests, glodenox build a new version,

can you publish the new version on  githud and the chrome web store ?
 
Done, v2021.9.7 with the fix for the permalinks.

The Chrome web store always take some time due to the review process. Once it's reviewed, it will be published automatically...
berestovskyy
Posts: 912
Has thanked: 321 times
Been thanked: 832 times
Send a message

Post by berestovskyy
daveacincy wrote: Tue Aug 23, 2022 2:50 pm It doesn't look like the chrome extension is updated yet. (perhaps a delay in the chrome store.

 
Thanks again lot for your contribution, Dave!

I keep getting "There was a problem uploading your file. Please try again. You must update your item with a crx package." while updating the extension in Chrome Store.

Just filed a support ticket. I'll update once there are some news. Might take a few days though...
berestovskyy
Posts: 912
Has thanked: 321 times
Been thanked: 832 times
Send a message