Changes between Initial Version and Version 1 of Help/Dialog/Validator


Ignore:
Timestamp:
2011-01-30T15:12:55+01:00 (15 years ago)
Author:
stoecker
Comment:

Added

Legend:

Unmodified
Added
Removed
Modified
  • Help/Dialog/Validator

    v1 v1  
     1[[TranslatedPages]]
     2
     3The '''JOSM Validator''' is a feature of JOSM which checks and fixes invalid data.
     4
     5== Usage ==
     6
     7* 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'').
     8* Select the data you want to validate (or deselect to validate everything)
     9* Click on the ''Validate'' button at the bottom of the validator panel
     10* 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 to automatically fix them. You can select multiple errors, and all of them will be fixed.
     11
     12The 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.
     13
     14'''Don't fix errors when you aren't sure something is really wrong.'''
     15
     16This will check the data and display all errors, categorized as ''errors'', ''warnings'', and ''other'', depending on the severity of the error.
     17By default only warnings of lever error and warning will be displayed. Warnings of lever ''other'' produce a lot more validation errors for
     18valid data and thus need more care from the user.
     19
     20== Validator Dialog ==
     21
     22This dialog allows to start a verification process of the data.
     23
     24You have 4 buttons in this:
     25 * [[Image(source:/trunk/images/dialogs/select.png)]] Select - Select the objects of the selected error
     26 * [[Image(source:/trunk/images/dialogs/validator.png)]] Validation - Start validation process for current selection or all objects (when nothing selected)
     27 * [[Image(source:/trunk/images/dialogs/fix.png)]] Fix - Fix an error (only when automatically fixable)
     28 * [[Image(source:/trunk/images/dialogs/delete.png)]] Ignore - Ignore and error or a group of errors in future tests
     29
     30When 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.
     31
     32== Validation on upload ==
     33
     34When not disabled the validation process is also started on each upload to the server. For uploads only the modified elements are tested. If you abort the upload, the validation results
     35are copied in the the validation dialog, so they can be checked and fixed.
     36
     37= See also =
     38 * [Help/Preferences/Validator Validator preferences] and description of validator tests
     39
     40----
     41Back to [wiki:Help Main Help]