Changes between Version 32 and Version 33 of Help/Preferences/Validator


Ignore:
Timestamp:
2016-03-06T05:14:05+01:00 (9 years ago)
Author:
openstreetmap.org-user-d1g
Comment:

add reference Don't fix errors when instead "or ignore" in table

Legend:

Unmodified
Added
Removed
Modified
  • Help/Preferences/Validator

    v32 v33  
    55In this preference settings, you can activate only the tests you need. By default, all error and warning tests are active.
    66
    7 These are the validations performed by the validator:
     71. '''Don't fix errors when you aren't sure something is really wrong'''
     82. First, refer to Help/Dialog/Validator - how to use validator
    89
    9 NOTE: Links in third column lead to video explanations
     10Links in third column lead to '''(video)''' explanations
    1011
    11 || ||= ''Validation'' =||= ''What is checked'' =||= Textual help and video guides =||
     12
     13|| ||= ''Validation'' =||= ''What is checked'' =||= Additional help =||
    1214||||= '''Addresses''' =|||| errors in [[osmwiki:Addresses]] and [[osmwiki:Relation:associatedStreet]]. ||
    1315|| [[Image(source:/trunk/images/data/warning.png)]] || 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. ||
    14 || [[Image(source:/trunk/images/data/warning.png)]] || Duplicate house numbers || two members of an `associatedStreet` relation have the identical house number. || Make sure different buildings have different house numbers. Ignore this warning, if two buildings really have the same house number. ||
     16|| [[Image(source:/trunk/images/data/warning.png)]] || Duplicate house numbers || two members of an `associatedStreet` relation have the identical house number. || It is possible with a low chance. ||
    1517|| [[Image(source:/trunk/images/data/warning.png)]] || Multiple street names in relation || `name` tag of an `associatedStreet` relation matches the `name` tags of the members with role `street` and the `addr:street` tag of the members with role `house`.
    1618|| [[Image(source:/trunk/images/data/warning.png)]] || House number too far from street || the houses of an `associatedStreet` are far away from the corresponding street. || Verify that the house really belongs the the street that is given by the relation. ||
     
    3840||||= '''Self-intersecting ways''' =|||| ways that contain some of their nodes more than once. ||
    3941||||= '''Similarly named ways''' =|||| ways with similar names that may have been misspelled. ||
    40 || [[Image(source:/trunk/images/data/warning.png)]] ||Similar named ways||ways with very similar names, possibly a typo||Fix names or ignore false warning||
     42|| [[Image(source:/trunk/images/data/warning.png)]] ||Similar named ways||ways with very similar names, possibly a typo ||
    4143||||= '''Tag checker''' =|||| errors in tag keys and values. ||
    4244||||= '''Turnrestrictions''' =|||| [[osmwiki:Relation:restriction|turn restrictions]] are valid. ||
     
    6264|| ||Check property keys||misspelled property keys. See the [source:/trunk/data/validator/words.cfg words.cfg] for file of misspelled property keys||Replace wrong key with right one||
    6365|| ||Check property values||misspelled property values. Uses the [TaggingPresets tagging presets] file for checking||
    64 || ||Empty properties||properties with empty values||Remove the empty properties||
     66|| ||Empty properties||properties with empty values|| ||
    6567|| [[Image(source:/trunk/images/data/warning.png)]] ||Self-intersecting ways||a way crosses itself||Remove the self-crossing, remove overlapping parts or split way||
    6668|| [[Image(source:/trunk/images/data/warning.png)]] ||Unclosed ways||way types, which should be closed really are closed||Close unclosed ways||
     
    7072|| [[Image(source:/trunk/images/data/warning.png)]] ||Style for inner way equals multipolygon||Within a multipolygon relation, one of the tags of the relation and the inner ways is shared and has the same value||Remove tag from inner way
    7173|| [[Image(source:/trunk/images/data/other.png)]] ||FIXMES||any property with the word "FIXME" inside ||
    72 || [[Image(source:/trunk/images/data/other.png)]] ||Highway without a reference||there is a [osmwiki:Key:ref ref tag] for highways that are tagged tertiary. Not always required, see for instance [osmwiki:Map_Features#Highway Highway]||Add ref property or ignore
     74|| [[Image(source:/trunk/images/data/other.png)]] ||Highway without a reference||there is a [osmwiki:Key:ref ref tag] for highways that are tagged tertiary. Not always required, see for instance [osmwiki:Map_Features#Highway Highway]|| ||
    7375|| [[Image(source:/trunk/images/data/other.png)]] ||Key 'x' invalid. - ...||illegal key combinations, names and similar issues ||
    74 || [[Image(source:/trunk/images/data/other.png)]] ||Nodes with the same name||two nodes have equal name||Join nodes when possible, ignore otherwise||
     76|| [[Image(source:/trunk/images/data/other.png)]] ||Nodes with the same name||two nodes have equal name|| ||
    7577|| [[Image(source:/trunk/images/data/other.png)]] ||Overlapping areas||areas overlap||Remove overlapping only when really wrong.||
    7678|| [[Image(source:/trunk/images/data/other.png)]] ||Unknown propery value||proper use of tags||If it is your new tag, it is good idea document it at wiki [[osmwiki:Any tags you like]]||