Changes between Version 47 and Version 48 of Help/Preferences/Validator


Ignore:
Timestamp:
2020-11-10T01:45:15+01:00 (5 years ago)
Author:
skyper
Comment:

add TOC and more (advanced) preferences

Legend:

Unmodified
Added
Removed
Modified
  • Help/Preferences/Validator

    v47 v48  
    11[[TranslatedPages(outdated=This page is incomplete. Lot's of tests not described.)]]
     2[[PageOutline(2-4,Table of Contents)]]
    23
    34= Preferences > Data Validator =
     
    89Following four general settings are available:
    910 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`''
    1113 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`''
    1316 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`''
    1519 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`''
    1722
    1823All 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.
     
    3136||= **Type** =||= **Message** =||= **''What is checked''** =||= **Additional help** =||= **Autofix** =||
    3237||||
    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)'' ||
    3439||  [[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  ||
    3540||  [[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  ||
     
    7479||||= **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. ||
    7580||||
    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] ||
    7782||||
    7883||||= **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] ||
     
    8388||||= **Relation checker** =|||||| errors in relations. ||
    8489||||
    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)'' ||
    8691||  [[JOSMImage(data/other)]]  || Building with an almost square angle || || If the angle should be a right angle, orthogonalize the way. || yes, #20038 ||
    8792||||
     
    111116||  [[JOSMImage(data/warning)]]  || Unclosed ways || way types, which should be closed really are closed || Close unclosed ways ||  no  ||
    112117||||
    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)'' ||
    114119||  [[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  ||
    115120||||
    116121||||= **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 ||  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 || ||
     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 || ||
    118123||||
    119124||||= **Untagged, empty and one node ways** =|||||| untagged, empty and one node ways. ||
     
    171176||||= **Wikipedia** =|||||| ||
    172177
     178== Advanced Preferences ==
     179More 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
    173184
    174185== See also ==