Changes between Version 32 and Version 33 of Help/Preferences/Validator
- Timestamp:
- 2016-03-06T05:14:05+01:00 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Preferences/Validator
v32 v33 5 5 In this preference settings, you can activate only the tests you need. By default, all error and warning tests are active. 6 6 7 These are the validations performed by the validator: 7 1. '''Don't fix errors when you aren't sure something is really wrong''' 8 2. First, refer to Help/Dialog/Validator - how to use validator 8 9 9 NOTE:Links in third column lead tovideoexplanations10 Links in third column lead to '''(video)''' explanations 10 11 11 || ||= ''Validation'' =||= ''What is checked'' =||= Textual help and video guides =|| 12 13 || ||= ''Validation'' =||= ''What is checked'' =||= Additional help =|| 12 14 ||||= '''Addresses''' =|||| errors in [[osmwiki:Addresses]] and [[osmwiki:Relation:associatedStreet]]. || 13 15 || [[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. || 15 17 || [[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`. 16 18 || [[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. || … … 38 40 ||||= '''Self-intersecting ways''' =|||| ways that contain some of their nodes more than once. || 39 41 ||||= '''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 || 41 43 ||||= '''Tag checker''' =|||| errors in tag keys and values. || 42 44 ||||= '''Turnrestrictions''' =|||| [[osmwiki:Relation:restriction|turn restrictions]] are valid. || … … 62 64 || ||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|| 63 65 || ||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|| || 65 67 || [[Image(source:/trunk/images/data/warning.png)]] ||Self-intersecting ways||a way crosses itself||Remove the self-crossing, remove overlapping parts or split way|| 66 68 || [[Image(source:/trunk/images/data/warning.png)]] ||Unclosed ways||way types, which should be closed really are closed||Close unclosed ways|| … … 70 72 || [[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 71 73 || [[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 ignore74 || [[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]|| || 73 75 || [[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|| || 75 77 || [[Image(source:/trunk/images/data/other.png)]] ||Overlapping areas||areas overlap||Remove overlapping only when really wrong.|| 76 78 || [[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]]||