[[TranslatedPages(outdated=The gif animation should get an update which should include the usage of the lookup button.)]] [[PageOutline(2-10,Table of Contents)]] = Validator panel = [[JOSMImage(dialogs/validator,48,link=,middle,margin-right=20)]] ''Keyboard shortcut:'' **`Alt+Shift+V`** — one of the [wikitr:/Help/ToggleDialogs#Toactivateawindow JOSM panels] The **JOSM Validator** is a feature of JOSM which checks and fixes invalid data. == Usage == * Click on the [[JOSMImage(dialogs/validator)]] ''Validation'' button at the bottom of the validator panel or press `Shift+V` to run the validation process: * 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]. * If there are selected objects, then it checks only selected objects. * 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)]] ''Fix'' button. As Validator might not be always perfect, it is still the user's duty to check the result of the action. * The two tables, [wikitr:/Help/Preferences/Validator#TestsTable Tests] and [wikitr:/Help/Preferences/Validator#MapCssBasedTests MapCSS Tests] offer little more explanation about each the test. * Use the right click menu to "Zoom to problem". * Multiple objects with the same symptom are [wikitr:/Help/Validator/MapCSSTagChecker#Grouping grouped together]. The validator is an automatic test tool. It can show you errors in the data, but it is not perfect and may also tell you errors, which indeed aren't errors ("false positives"). Thus every by the validator marked object should be checked by the user before changing it. [[Image(validator_using.gif,link=)]] The validator will check the data and display all errors, categorized as [[JOSMImage(data/error)]] ''errors'', [[JOSMImage(data/warning)]] ''warnings'', and [[JOSMImage(data/other)]] ''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. [[Image(validator2.png,link=)]] There are six buttons in the validator panel: ||= **Icon** =||= **Name** =||= **Shortcut** =||= **Description** =|| || [[JOSMImage(dialogs/select)]] || Select || || Select the objects of the selected error. || || [[JOSMImage(dialogs/search)]] || Lookup || || Looks up the selected objects in the error list. || || [[JOSMImage(dialogs/validator)]] || Validation || `Ctrl+V` || Start validation process for current selection or all objects (when nothing selected). || || [[JOSMImage(dialogs/fix)]] || Fix || || Fix an error (only when automatically fixable). || || [[JOSMImage(dialogs/fix)]] || Ignore || || Ignore an error or a group of errors in future tests. Does not work with new objects (`id:0`). || || [[JOSMImage(dialogs/fix)]] || Manage Ignore || || Shows a dialog to change the list of previously ignored errors. || === Context Menu === A right click on listed objects offers following menu: ||= **Icon** =||= **Name** =||= **Shortcut** =||= **Description** =|| || [[JOSMImage(dialogs/autoscale/problem)]] || [wikitr:/Help/Action/ZoomToProblem Zoom to problem] || `6` || Zoom the view to the problem. || || [[JOSMImage(dialogs/edit)]] || Edit || || Opens a [wikitr:/Help/Dialog/RelationEditor relation editor] for each [[JOSMImage(data/relation)]] [wikitr:/Help/Concepts/Object#Relations relation]. || || [[JOSMImage(dialogs/delete,28,link=,middle)]] || Ignore for now || || Delete the specific entry from the list. This just removes the entry from the list but does not add it to the ignore list || == Ignore List Management == [[Image(ValidatorIgnoreListManagement.png,link=)]] This dialog 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.** **Note:** in the context menu of an error in the list there is the entry [[JOSMImage(dialogs/delete,24,middle,link=))]] ''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. [[Image(IgnoreForNow.png,link=)]] == Validation on upload == If 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 validator panel displays the result of the validation. == Validation result can depend on the downloaded area == Some validator tests include a check whether the tested object is in or out of the downloaded area to avoid false positives. The not downloaded area is displayed with a yellow hatching. Downloaded ways can end in the not downloaded area. If e.g. a waterway ends in the downloaded area then the validator warns that it should be connected to another waterway. If the waterway ends out of the downloaded area then the validator will not warn because it doesn't know if there is really an error because the possible connected waterway was not downloaded. The validator will also not warn if there was never an area download in this data layer (there is no yellow hatching in this layer). Such a layer exists when you e.g. create a [wikitr:/Help/Action/NewLayer new empty layer] or when you download single objects via [wikitr:/Help/Action/Download#DownloadfromOverpassAPI Overpass]. In both cases the data is assumed as incomplete and handled like out of the downloaded area to avoid false positives and a lot unnecessary warnings. Some validator rules are limited to defined areas (e.g. countries), see [wikitr:/Help/Styles/MapCSSImplementation#Territoryselector Territoryselectors]. == Preferences == There are some (advanced) settings, available, to influence the displayed object`s information in the list, see [wikitr:/Help/Dialog/SelectionList#Preferences Selection list preferences]. == See also == * [wikitr:/Rules external Validator rules] * [wikitr:/Help/Preferences/Validator Validator preferences] and description of validator tests * [wikitr:/Help/Validator/MapCSSTagChecker MapCSSTagChecker] - about the syntax of validator checks, which are based on MapCSS * The plugin [osmwiki:JOSM/Plugins/PT_Assistant PT Assistant], which adds validator rules ---- Back to [wikitr:/Help/Menu/Windows Windows menu] \\ Back to [wikitr:/Help/ToggleDialogs Sidebar] \\ Back to [wikitr:/Help/Menu Main Menu] \\ Back to [wikitr:/Help Main Help]