Changes between Version 43 and Version 44 of Help/Dialog/Validator
- Timestamp:
- 2020-03-10T18:29:40+01:00 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Dialog/Validator
v43 v44 4 4 = Validator window = 5 5 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] 7 7 8 8 The **JOSM Validator** is a feature of JOSM which checks and fixes invalid data. … … 10 10 == Usage == 11 11 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: 13 13 * 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]. 14 14 * 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. 16 16 * Use the right click menu to "Zoom to problem". 17 17 * Multiple objects with the same symptom are [wikitr:/Help/Validator/MapCSSTagChecker#Grouping grouped together]. … … 21 21 [[Image(validator_using.gif)]] 22 22 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.23 The 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. 24 24 25 25 [[Image(validator2.png)]] 26 26 27 27 There 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 list30 * [[ 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. 34 34 35 35 == Ignore List Management == … … 39 39 This 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.** 40 40 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. 42 42 43 43 [[Image(IgnoreForNow.png)]]
