Changes between Version 6 and Version 7 of Help/Preferences/Validator


Ignore:
Timestamp:
2014-07-10T23:45:06+02:00 (10 years ago)
Author:
bastiK
Comment:

begin update of validator doc

Legend:

Unmodified
Added
Removed
Modified
  • Help/Preferences/Validator

    v6 v7  
    88
    99|| || Validation || Description || How to fix ||
     10|||| '''Addresses''' |||| Checks for errors in addresses and associatedStreet relations. ||
     11|| [[Image(source:/trunk/images/data/error.png)]] || House number without street || Checks for 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. ||
     12|| [[Image(source:/trunk/images/data/error.png)]] || Duplicate house numbers || Checks if 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. ||
     13|| [[Image(source:/trunk/images/data/error.png)]] || Multiple street names in relation || Verify that the `name` tag of an `associatedStreet` relation matches the `name` tags of the members with role `street`.
     14|| [[Image(source:/trunk/images/data/error.png)]] || House number too far from street || Checks if 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. ||
     15|| [[Image(source:/trunk/images/data/error.png)]] || Multiple associatedStreet relations || Checks if an object is in more than one `associatedStreet` relation. || ||
     16|||| '''Barriers and entrances''' |||| Checks for errors in barriers and entrances. ||
     17|||| '''Coastlines''' |||| This test checks that coastlines are correct. ||
     18|||| '''Conditional Keys''' |||| Tests for the correct usage of `*:conditional` tags. ||
     19|||| '''Crossing barriers / boundaries / ways''' |||| This test checks if two roads, railways, waterways or buildings crosses in the same layer, but are not connected by a node. ||
     20|||| '''Duplicated nodes''' |||| This test checks that there are no nodes at the very same location. ||
     21|||| '''Duplicated relations''' |||| This test checks that there are no relations with same tags and same members with same roles. ||
     22|||| '''Duplicated ways''' |||| This test checks that there are no ways with same node coordinates and optionally also same tags. ||
     23|||| '''Duplicated way nodes''' |||| Checks for ways with identical consecutive nodes. ||
     24|||| '''Highways''' |||| Performs semantic checks on highways. ||
     25|||| '''Lane tags''' |||| Test that validates `lane:` tags. ||
     26|||| '''Tag checker (MapCSS based)''' |||| This test checks for errors in tag keys and values. ||
     27|||| '''Multipolygon''' |||| This test checks if multipolygons are valid. ||
     28|||| '''Missing name:* translation''' |||| This test 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. ||
     29|||| '''Opening hours syntax''' |||| This test checks the correct usage of the opening hours syntax. ||
     30|||| '''Overlapping ways''' |||| This test checks that a connection between two nodes is not used by more than one way. ||
     31|||| '''Power lines''' |||| Checks for nodes in power lines that do not have a power=tower/pole tag. ||
     32|||| '''Relation checker''' |||| Checks for errors in relations. ||
     33|||| '''Self-intersecting ways''' |||| This test checks for ways that contain some of their nodes more than once. ||
     34|||| '''Similarly named ways''' |||| This test checks for ways with similar names that may have been misspelled. ||
     35|||| '''Tag checker''' |||| This test checks for errors in tag keys and values. ||
     36|||| '''Turnrestrictions''' |||| This test checks if turnrestrictions are valid. ||
     37|||| '''Unclosed Ways''' |||| This tests if ways which should be circular are closed. ||
     38|||| '''Unconnected highways / natural lands and landuses / power ways / railways / waterways''' |||| This test checks if a way has an endpoint very near to another way. ||
     39|||| '''Untagged and unconnected nodes''' |||| This test checks for untagged nodes that are not part of any way. ||
     40|||| '''Untagged, empty and one node ways''' |||| This test checks for untagged, empty and one node ways. ||
     41|||| '''Way connected to Area''' |||| Checks for ways connected to areas. ||
     42|||| '''Wrongly Ordered Ways''' |||| This test checks the direction of water, land and coastline ways. ||
     43|||| '''Uncategorized''' |||| Descriptions that need to be checked, updated and added to one of the categories above. ||
    1044|| [[Image(source:/trunk/images/data/error.png)]] ||Duplicated nodes||Checks that there are no nodes in the very same location||Merge the nodes into only one, adding the properties from all nodes to the merged one||
    1145|| [[Image(source:/trunk/images/data/error.png)]] ||Duplicated way nodes||Checks that ways contain no loop edges (i.e., a single step from a node to itself)||Split the way, and delete the way consisting of the loop edge.||