Changes between Version 44 and Version 45 of Help/Dialog/Validator
- Timestamp:
- 2020-03-23T16:40:45+01:00 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Dialog/Validator
v44 v45 2 2 [[PageOutline(2-10,Table of Contents)]] 3 3 4 = Validator window=4 = Validator panel = 5 5 6 [[JOSMImage(dialogs/validator)]] ''Keyboard shortcut:'' **{{{Alt+Shift+V}}}** — one of the [wikitr:/Help/ToggleDialogs#Toactivateawindow JOSM windows]6 [[JOSMImage(dialogs/validator,48,link=,middle,margin-right=20)]] ''Keyboard shortcut:'' **{{{Alt+Shift+V}}}** — one of the [wikitr:/Help/ToggleDialogs#Toactivateawindow JOSM panels] 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 [[JOSMImage(dialogs/validator,1 5)]] ''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,16,top,link=)]] ''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 [[JOSMImage(dialogs/fix,1 5)]] ''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,16,middle,link=)]] ''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]. … … 19 19 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. 20 20 21 [[Image(validator_using.gif)]] 21 [[Image(validator_using.gif,link=)]] 22 22 23 The validator will check the data and display all errors, categorized as [[JOSMImage(data/error,1 5)]] ''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.23 The validator will check the data and display all errors, categorized as [[JOSMImage(data/error,16,middle,link=)]] ''errors'', [[JOSMImage(data/warning,16,middle,link=))]] ''warnings'', and [[JOSMImage(data/other,16,middle,link=))]] ''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 [[Image(validator2.png)]] 25 [[Image(validator2.png,link=)]] 26 26 27 27 There are six buttons in the validator panel: … … 35 35 == Ignore List Management == 36 36 37 [[Image(ValidatorIgnoreListManagement.png)]] 37 [[Image(ValidatorIgnoreListManagement.png,link=)]] 38 38 39 This windowallows 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.**39 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.** 40 40 41 **Note:** in the context menu of an error in the list there is the entry [[JOSMImage(dialogs/delete,1 5)]] ''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,16,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. 42 42 43 [[Image(IgnoreForNow.png)]] 43 [[Image(IgnoreForNow.png,link=)]] 44 44 45 45 == Validation on upload == … … 49 49 == Validation result can depend on the downloaded area == 50 50 51 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 [wiki :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.51 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. 52 52 53 53 Some validator rules are limited to defined areas (e.g. countries), see [wikitr:/Help/Styles/MapCSSImplementation#Territoryselector Territoryselectors]. 54 54 55 55 56 == Advanced Preferences == 56 57 57 There are some advanced settings which can be changed in the [wikitr:/Help/Preferences/Advanced advanced preferences]: 58 58 … … 67 67 68 68 ---- 69 Back to [wikitr:/Help/ToggleDialogs Windows][[BR]] 69 Back to [wikitr:/Help/Menu/Windows Windows menu]\\ 70 Back to [wikitr:/Help/ToggleDialogs Sidebar]\\ 70 71 Back to [wikitr:/Help Main Help]
