Changes between Version 43 and Version 44 of Help/Dialog/Validator


Ignore:
Timestamp:
2020-03-10T18:29:40+01:00 (6 years ago)
Author:
stoecker
Comment:

Directory rework, see #18845

Legend:

Unmodified
Added
Removed
Modified
  • Help/Dialog/Validator

    v43 v44  
    44= Validator window =
    55
    6 [[Image(source:trunk/images/dialogs/validator.png)]] ''Keyboard shortcut:'' **{{{Alt+Shift+V}}}** — one of the [wikitr:/Help/ToggleDialogs#Toactivateawindow JOSM windows]
     6[[JOSMImage(dialogs/validator)]] ''Keyboard shortcut:'' **{{{Alt+Shift+V}}}** — one of the [wikitr:/Help/ToggleDialogs#Toactivateawindow JOSM windows]
    77
    88The **JOSM Validator** is a feature of JOSM which checks and fixes invalid data.
     
    1010== Usage ==
    1111
    12 * Click on the [[Image(source:/trunk/images/dialogs/validator.png,15)]] ''Validation'' button at the bottom of the validator panel or press {{{Shift+V}}} to run the validation process:
     12* Click on the [[JOSMImage(dialogs/validator,15)]] ''Validation'' button at the bottom of the validator panel or press {{{Shift+V}}} to run the validation process:
    1313 * If there are currently no [wikitr:/Help/Dialog/SelectionList selected objects], then it checks all objects in [wikitr:/Help/Dialog/LayerList#LayerButtons the current layer].
    1414 * If there are selected objects, then it checks only selected objects.
    15 * Most of the errors must be manually fixed, while some of them can be automatically fixed by selecting the error or errors and clicking the [[Image(source:/trunk/images/dialogs/fix.png,15)]] ''Fix'' button.
     15* Most of the errors must be manually fixed, while some of them can be automatically fixed by selecting the error or errors and clicking the [[JOSMImage(dialogs/fix,15)]] ''Fix'' button.
    1616* Use the right click menu to "Zoom to problem".
    1717* Multiple objects with the same symptom are [wikitr:/Help/Validator/MapCSSTagChecker#Grouping grouped together].
     
    2121[[Image(validator_using.gif)]]
    2222
    23 The validator will check the data and display all errors, categorized as [[Image(source:/trunk/images/data/error.png,15)]] ''errors'', [[Image(source:/trunk/images/data/warning.png,15)]] ''warnings'', and [[Image(source:/trunk/images/data/other.png,15)]] ''other'', depending on the severity of the error as a list. Additionally a new [wikitr:/Help/Dialog/LayerList validation layer] is added, which shows you where the problem cases are located in the mapview (can be disabled in the preferences). By default only errors of level ''error'' and ''warning'' will be displayed. Warnings of level ''other'' can be enabled in the preferences but produce more false positives and thus need more care from the user.
     23The validator will check the data and display all errors, categorized as [[JOSMImage(data/error,15)]] ''errors'', [[JOSMImage(data/warning,15)]] ''warnings'', and [[JOSMImage(data/other,15)]] ''other'', depending on the severity of the error as a list. Additionally a new [wikitr:/Help/Dialog/LayerList validation layer] is added, which shows you where the problem cases are located in the mapview (can be disabled in the preferences). By default only errors of level ''error'' and ''warning'' will be displayed. Warnings of level ''other'' can be enabled in the preferences but produce more false positives and thus need more care from the user.
    2424
    2525[[Image(validator2.png)]]
    2626
    2727There are six buttons in the validator panel:
    28 * [[Image(source:/trunk/images/dialogs/select.png)]] Select – Select the objects of the selected error.
    29 * [[Image(source:/trunk/images/dialogs/search.png)]] Lookup – Looks up the selected objects in the error list
    30 * [[Image(source:/trunk/images/dialogs/validator.png)]] Validation – Start validation process for current selection or all objects (when nothing selected).
    31 * [[Image(source:/trunk/images/dialogs/fix.png)]] Fix – Fix an error (only when automatically fixable).
    32 * [[Image(source:/trunk/images/dialogs/fix.png)]] Ignore – Ignore an error or a group of errors in future tests.
    33 * [[Image(source:/trunk/images/dialogs/fix.png)]] Manage Ignore – Shows a dialog to change the list of previously ignored errors.
     28* [[JOSMImage(dialogs/select)]] Select – Select the objects of the selected error.
     29* [[JOSMImage(dialogs/search)]] Lookup – Looks up the selected objects in the error list
     30* [[JOSMImage(dialogs/validator)]] Validation – Start validation process for current selection or all objects (when nothing selected).
     31* [[JOSMImage(dialogs/fix)]] Fix – Fix an error (only when automatically fixable).
     32* [[JOSMImage(dialogs/fix)]] Ignore – Ignore an error or a group of errors in future tests.
     33* [[JOSMImage(dialogs/fix)]] Manage Ignore – Shows a dialog to change the list of previously ignored errors.
    3434
    3535== Ignore List Management ==
     
    3939This window allows to remove items from the ignore list. You can use the delete key or the right mouse button to remove items. **If you see only numbers and no descriptive texts the list was migrated from older JOSM versions. In this case it is recommended to remove all items and ignore them again to get the descriptive texts shown above.**
    4040
    41 **Note:** in the context menu of an error in the list there is the entry [[Image(source:trunk/images/dialogs/delete.svg,15)]] ''Ignore for now''. This just removes the entry from the list but does not add it to the ignore list. Therefore it will appear again on the next validation run.
     41**Note:** in the context menu of an error in the list there is the entry [[JOSMImage(dialogs/delete,15)]] ''Ignore for now''. This just removes the entry from the list but does not add it to the ignore list. Therefore it will appear again on the next validation run.
    4242
    4343[[Image(IgnoreForNow.png)]]