Changes between Version 6 and Version 7 of Help/Dialog/Validator


Ignore:
Timestamp:
2012-01-31T14:15:17+01:00 (14 years ago)
Author:
skyper
Comment:

small updates

Legend:

Unmodified
Added
Removed
Modified
  • Help/Dialog/Validator

    v6 v7  
    33= Validator Dialog =
    44
    5 [[Image(source:/trunk/images/dialogs/validator.png)]] ''Keyboard shortcut:''''' {{{Alt+Shift+V}}}'''
     5[[Image(source:trunk/images/dialogs/validator.png)]] ''Keyboard shortcut:'' **{{{Alt+Shift+V}}}**
    66
    7 The '''JOSM Validator''' is a feature of JOSM which checks and fixes invalid data.
     7The **JOSM Validator** is a feature of JOSM which checks and fixes invalid data.
    88
    99== Usage ==
     
    1111* Click on the new tick icon [[Image(source:/trunk/images/dialogs/validator.png)]] (''open the validation window'') in the vertical toolbar to show the validator panel on the right (or use the keyboard shortcut: {{{Alt+Shift+V}}}).
    1212* Select the data you want to validate (or deselect to validate everything)
    13 * Click on the ''Validate'' button [[Image(source:/trunk/images/dialogs/validator.png,15)]] at the bottom of the validator panel
     13* Click on the ''Validate'' button [[Image(source:/trunk/images/dialogs/validator.png,15)]] at the bottom of the validator panel or press {{{Shift+V}}} to run the validation process
    1414* While some of the errors must be manually fixed, most of them can be automatically fixed. Just select the error or errors and click the ''Fix'' button [[Image(source:/trunk/images/dialogs/fix.png,15)]] to automatically fix them. You can select multiple errors, and all of them will be fixed.
    1515
    1616The validator is an automatic test tool. It can show you errors in the data, but it may also tell you errors, which aren't real.
    1717
    18 '''Don't fix errors when you aren't sure something is really wrong.'''
     18**Don't fix errors when you aren't sure something is really wrong.**
    1919
    20 This will check the data and display all errors, categorized as ''errors'' [[Image(source:/trunk/images/data/error.png,15)]], ''warnings'' [[Image(source:/trunk/images/data/warning.png,15)]], and ''other'' [[Image(source:/trunk/images/data/other.png,15)]], depending on the severity of the error.
    21 By default only warnings of level error and warning will be displayed. Warnings of level ''other'' produce a lot more validation errors for
    22 valid data and thus need more care from the user.
     20Validator will check the data and display all errors, categorized as ''errors'' [[Image(source:/trunk/images/data/error.png,15)]], ''warnings'' [[Image(source:/trunk/images/data/warning.png,15)]], and ''other'' [[Image(source:/trunk/images/data/other.png,15)]], depending on the severity of the error.
     21By default only warnings of level error and warning will be displayed. Warnings of level ''other'' produce a lot more validation errors for valid data and thus need more care from the user.
    2322
    2423[[Image(validator.png)]]
     
    2726
    2827You have 4 buttons in this:
    29  * [[Image(source:/trunk/images/dialogs/select.png)]] Select - Select the objects of the selected error
    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/delete.png)]] Ignore - Ignore an error or a group of errors in future tests
     28* [[Image(source:/trunk/images/dialogs/select.png)]] Select - Select the objects of the selected error.
     29* [[Image(source:/trunk/images/dialogs/validator.png)]] Validation - Start validation process for current selection or all objects (when nothing selected).
     30* [[Image(source:/trunk/images/dialogs/fix.png)]] Fix - Fix an error (only when automatically fixable).
     31* [[Image(source:/trunk/images/dialogs/delete.png)]] Ignore - Ignore an error or a group of errors in future tests.
    3332
    34 When a validation process has been finished in the list appear all results. Also a new validation layer is added, which shows you where problem cases lie in the map.
     33When a validation process has been finished all results will appear in the list. Also a new validation layer is added, which shows you where problem cases lie in the map.
    3534
    3635== Validation on upload ==
     
    3938are copied in the validation dialog, so they can be checked and fixed.
    4039
     40== Validation layer ==
     41
     42If not disabled through preferences a validator run will open a validator layer.
     43
    4144= See also =
    42  * [wiki:/Help/Preferences/Validator Validator preferences] and description of validator tests
    43  * [wiki:/Help/HowTo/ValidatorExamples Some examples] howto use validator
     45* [wiki:/Help/Preferences/Validator Validator preferences] and description of validator tests
     46* [wiki:/Help/HowTo/ValidatorExamples Some examples] howto use validator
    4447
    4548----