Changes between Version 47 and Version 48 of Help/Preferences/Validator
- Timestamp:
- 2020-11-10T01:45:15+01:00 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Preferences/Validator
v47 v48 1 1 [[TranslatedPages(outdated=This page is incomplete. Lot's of tests not described.)]] 2 [[PageOutline(2-4,Table of Contents)]] 2 3 3 4 = Preferences > Data Validator = … … 8 9 Following four general settings are available: 9 10 Use ignore list:: 10 enable/disable the use of the ignore list (default: enabled) 11 enable/disable the use of the ignore list (default: enabled) \\ 12 ''Advance preference: `validator.ignore`'' 11 13 Use error layer:: 12 enable/disable the creation of a validator layer highlighting the problematic objects (default: enabled) 14 enable/disable the creation of a validator layer highlighting the problematic objects (default: enabled) \\ 15 ''Advance preference: `validator.layer`'' 13 16 Show informational level:: 14 enable/disable tests on informational level know as "Other" (default: disabled) 17 enable/disable tests on informational level know as "Other" (default: disabled) \\ 18 ''Advance preference: `validator.other`'' 15 19 Show informational level on upload:: 16 enable/disable tests on informational level on upload (default: disabled) 20 enable/disable tests on informational level on upload (default: disabled) \\ 21 ''Advance preference: `validator.otherUpload`'' 17 22 18 23 All check boxes below are settings which test should be run on which action with a check box on the left for manual runs, **''On demand''**, and **''On upload''** on the right side. … … 31 36 ||= **Type** =||= **Message** =||= **''What is checked''** =||= **Additional help** =||= **Autofix** =|| 32 37 |||| 33 ||||= **Addresses** =|||||| errors in [[osmwiki:Addresses]] and [[osmwiki:Relation:associatedStreet]]. || 38 ||||= **Addresses** =|||||| errors in [[osmwiki:Addresses]] and [[osmwiki:Relation:associatedStreet]]. \\ \\ ''Advanced preferences:'' \\ `validator.addresses.max_duplicate_distance` ''(default: 200.0)'' \\ `validator.addresses.max_street_distance` ''(default: 200.0)'' || 34 39 || [[JOSMImage(data/warning)]] || House number without street || objects that have an `addr:housenumber` tag, but neither `addr:street` nor `addr:place`. The street name can also be provided using an `associatedStreet` relation or on interpolation way. || Add the missing street name information. || no || 35 40 || [[JOSMImage(data/warning)]] || Duplicate house numbers || two members of an `associatedStreet` relation have the identical house number. || It is possible with a low chance. || no || … … 74 79 ||||= **Missing name:* translation** =|||||| finds multilingual objects whose ''name'' attribute is not equal to some ''name:*'' attribute and not a composition of ''name:*'' attributes, e.g., Italia - Italien - Italy. || 75 80 |||| 76 ||||= **Opening hours syntax** =|| correct usage of the opening hours syntax. \\ ''Preference:'' \\ Strict mode: `validator.OpeningHourTest.strict` ''(default: false)'' |||| [osmwiki:Key:opening_hours#Examples common OH examples] [osmwiki:Key:opening_hours#Common_mistakes common mistakes] [osmwiki:Key:opening_hours/specification complete OH spec] || 81 ||||= **Opening hours syntax** =|| correct usage of the opening hours syntax. \\ \\ ''Preference:'' \\ Strict mode: `validator.OpeningHourTest.strict` ''(default: false)'' |||| [osmwiki:Key:opening_hours#Examples common OH examples] [osmwiki:Key:opening_hours#Common_mistakes common mistakes] [osmwiki:Key:opening_hours/specification complete OH spec] || 77 82 |||| 78 83 ||||= **Overlapping ways** =|| a connection between two nodes is not used by more than one way. |||| [https://commons.wikimedia.org/wiki/File:JOSM_9900_en_validator_message_%22Overlapping_ways%22_with_shortcuts.ogv (video) Using selection, split and middle mouse] || … … 83 88 ||||= **Relation checker** =|||||| errors in relations. || 84 89 |||| 85 ||||= **Almost right angle buildings** =|||||| buildings with an almost right angle. \\ ''Advanced preferences:'' \\ `validator.RightAngleBuilding.maximumDelta` ''(default: 10.0)'' \\ `validator.RightAngleBuilding.minimumDelta` ''(default: 1.0)'' || 90 ||||= **Almost right angle buildings** =|||||| buildings with an almost right angle. \\ \\ ''Advanced preferences:'' \\ `validator.RightAngleBuilding.maximumDelta` ''(default: 10.0)'' \\ `validator.RightAngleBuilding.minimumDelta` ''(default: 1.0)'' || 86 91 || [[JOSMImage(data/other)]] || Building with an almost square angle || || If the angle should be a right angle, orthogonalize the way. || yes, #20038 || 87 92 |||| … … 111 116 || [[JOSMImage(data/warning)]] || Unclosed ways || way types, which should be closed really are closed || Close unclosed ways || no || 112 117 |||| 113 ||||= **Unconnected highways / natural lands and landuses / power ways / railways / waterways** |||||| a way has an endpoint very near to another way. || 118 ||||= **Unconnected highways / natural lands and landuses / power ways / railways / waterways** |||||| a way has an endpoint very near to another way. \\ \\ ''Advanced preferences:'' \\ `validator.UnconnectedWays.node_way_distance` ''(default: 10.0)'' \\ `validator.UnconnectedWays.way_way_distance` ''(default: 0.0)'' || 114 119 || [[JOSMImage(data/warning)]] || Way end node near other highway || End point of a way is very near to other ways || Connect the ways or when really unconnected set a 'noexit' tag to prevent further warnings || no || 115 120 |||| 116 121 ||||= **Untagged and unconnected nodes** =|||||| untagged nodes that are not part of any way. || 117 || [[JOSMImage(data/warning)]] || Unconnected nodes without physical tags || untagged nodes that are not part of any way || 122 || [[JOSMImage(data/warning)]] || Unconnected nodes without physical tags || untagged nodes that are not part of any way || 1. If it is yours node, you are to decide if to remove it otherwise \\ 2. Download parent relations and contact mappers who added these nodes in unclear cases || || 118 123 |||| 119 124 ||||= **Untagged, empty and one node ways** =|||||| untagged, empty and one node ways. || … … 171 176 ||||= **Wikipedia** =|||||| || 172 177 178 == Advanced Preferences == 179 More advanced preferences not described, yet. 180 * `validator.auto_reload_local_rules` - wether to auto-reload local rules after file changes 181 * `validator.autozoom` - wether to [wikitr:/Help/Action/ZoomToProblem Zoom to problem], automatically 182 * `validator.ignorelist` - the ignore list 183 * `validator.ignorelist.version` - format version of the ignore list 173 184 174 185 == See also ==