Changes between Version 8 and Version 9 of Help/Preferences/Validator


Ignore:
Timestamp:
2014-07-11T00:46:28+02:00 (11 years ago)
Author:
bastiK
Comment:

doc for turn restriction test

Legend:

Unmodified
Added
Removed
Modified
  • Help/Preferences/Validator

    v8 v9  
    99|| ||= ''Validation'' =||= ''Description'' =||= ''How to fix'' =||
    1010||||= '''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. || ||
     11|| [[Image(source:/trunk/images/data/warning.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/warning.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/warning.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/warning.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/warning.png)]] || Multiple associatedStreet relations || Checks if an object is in more than one `associatedStreet` relation. || ||
    1616||||= '''Barriers and entrances''' =|||| Checks for errors in barriers and entrances. ||
    1717||||= '''Coastlines''' =|||| This test checks that coastlines are correct. ||
     
    3434||||= '''Similarly named ways''' =|||| This test checks for ways with similar names that may have been misspelled. ||
    3535||||= '''Tag checker''' =|||| This test checks for errors in tag keys and values. ||
    36 ||||= '''Turnrestrictions''' =|||| This test checks if turnrestrictions are valid. ||
     36||||= '''Turnrestrictions''' =|||| This test checks if [[osmwiki:Turn_restriction|turn restrictions]] are valid. ||
     37|| [[Image(source:/trunk/images/data/warning.png)]] || Unknown role || Checks if the role for members of a turn restriction relation is either `from`, `to` (ways) or `via` (nodes and ways) || ||
     38|| [[Image(source:/trunk/images/data/warning.png)]] || Unknown member type || Verifies that only nodes and ways (and not relations) are members of a turn restriction relation. || ||
     39|| [[Image(source:/trunk/images/data/error.png)]] || No "from" way found [[br]] No "to" way found [[br]] No "via" node or way found || Checks that all necessary elements of a turn restriction relation are present. || ||
     40|| [[Image(source:/trunk/images/data/error.png)]] || More than one "from" way found [[br]] More than one "to" way found [[br]] More than one "via" node found || Ensures, that there is at most one way with role `from` and `to` and at most one node with role `via` in a turn restriction relaion. || ||
     41|| [[Image(source:/trunk/images/data/error.png)]] || Cannot mix node and way for role "via" || Ensures that there is either a "via" node or multiple "via" ways, but not a mix of nodes and ways with role `via`. || ||
     42|| [[Image(source:/trunk/images/data/error.png)]] || The "from" way does not start or end at a "via" node. [[br]] The "to" way does not start or end at a "via" node. [[br]] The "from" and the first "via" way are not connected. [[br]] The "via" ways are not connected. [[br]] The last "via" and the "to" way are not connected. || Checks if the different parts of a turn restriction relation are connected. This test is also aware of oneway streets and considers parts unconnected, if they cannot be traveled in the intended order due to the oneway restriction.  || Make sure that consecutive member of a turn restriction relation are connected. (Ways must be connected end-to-end.) ||
     43|| [[Image(source:/trunk/images/data/warning.png)]] || Superfluous turnrestriction as "to" way is oneway || The turn restriction is not needed, because the corresponding turn would mean to enter a oneway street from the wrong side. || Verify that the "from" and "to" ways are correctly assigned and delete the relation if it is indeed superfluous. ||
    3744||||= '''Unclosed Ways''' =|||| This tests if ways which should be circular are closed. ||
    3845||||= '''Unconnected highways / natural lands and landuses / power ways / railways / waterways''' |||| This test checks if a way has an endpoint very near to another way. ||