Changes between Version 6 and Version 7 of Help/Dialog/Validator
- Timestamp:
- 2012-01-31T14:15:17+01:00 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Dialog/Validator
v6 v7 3 3 = Validator Dialog = 4 4 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}}}** 6 6 7 The '''JOSM Validator'''is a feature of JOSM which checks and fixes invalid data.7 The **JOSM Validator** is a feature of JOSM which checks and fixes invalid data. 8 8 9 9 == Usage == … … 11 11 * 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}}}). 12 12 * 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 14 14 * 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. 15 15 16 16 The 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. 17 17 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.** 19 19 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. 20 Validator 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 valid data and thus need more care from the user. 23 22 24 23 [[Image(validator.png)]] … … 27 26 28 27 You have 4 buttons in this: 29 * [[Image(source:/trunk/images/dialogs/select.png)]] Select - Select the objects of the selected error30 * [[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 tests28 * [[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. 33 32 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.33 When 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. 35 34 36 35 == Validation on upload == … … 39 38 are copied in the validation dialog, so they can be checked and fixed. 40 39 40 == Validation layer == 41 42 If not disabled through preferences a validator run will open a validator layer. 43 41 44 = See also = 42 * [wiki:/Help/Preferences/Validator Validator preferences] and description of validator tests43 * [wiki:/Help/HowTo/ValidatorExamples Some examples] howto use validator45 * [wiki:/Help/Preferences/Validator Validator preferences] and description of validator tests 46 * [wiki:/Help/HowTo/ValidatorExamples Some examples] howto use validator 44 47 45 48 ----
