Changes between Version 22 and Version 23 of Help/Preferences/Validator


Ignore:
Timestamp:
2016-03-06T04:11:37+01:00 (9 years ago)
Author:
openstreetmap.org-user-d1g
Comment:

blind replace "This test " > "" in second column

Legend:

Unmodified
Added
Removed
Modified
  • Help/Preferences/Validator

    v22 v23  
    1717|| [[Image(source:/trunk/images/data/warning.png)]] || Multiple associatedStreet relations || Checks if an object is in more than one `associatedStreet` relation. || ||
    1818||||= '''Barriers and entrances''' =|||| Checks for errors in [[osmwiki:Barriers]] and [[osmwiki:Key:entrance]]. ||
    19 ||||= '''Coastlines''' =|||| This test checks that [[osmwiki:Coastline]] are correct. ||
     19||||= '''Coastlines''' =|||| checks that [[osmwiki:Coastline]] are correct. ||
    2020||||= '''Conditional Keys''' =|| Tests for the correct usage of `*:conditional` tags. || Imprecise rules covered at [http://wiki.openstreetmap.org/wiki/Conditional_restrictions osm wiki page "Conditional restrictions"]
    21 ||||= '''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. ||[https://commons.wikimedia.org/wiki/File:JOSM_9900_en_validator_message_%22Crossing_ways%22_with_shortcuts.ogv (video) usually you need to add a common node] ||
    22 ||||= '''Duplicated nodes''' =|||| This test checks that there are no nodes at the very same location. ||
    23 ||||= '''Duplicated relations''' =|||| This test checks that there are no relations with same tags and same members with same roles. ||
    24 ||||= '''Duplicated ways''' =|||| This test checks that there are no ways with same node coordinates and optionally also same tags. ||
     21||||= '''Crossing barriers / boundaries / ways''' =|| checks if two roads, railways, waterways or buildings crosses in the same layer, but are not connected by a node. ||[https://commons.wikimedia.org/wiki/File:JOSM_9900_en_validator_message_%22Crossing_ways%22_with_shortcuts.ogv (video) usually you need to add a common node] ||
     22||||= '''Duplicated nodes''' =|||| checks that there are no nodes at the very same location. ||
     23||||= '''Duplicated relations''' =|||| checks that there are no relations with same tags and same members with same roles. ||
     24||||= '''Duplicated ways''' =|||| checks that there are no ways with same node coordinates and optionally also same tags. ||
    2525||||= '''Duplicated way nodes''' =|||| Checks for ways with identical consecutive nodes. ||
    2626||||= '''Highways''' =|||| Performs semantic checks on highways. ||
    2727||||= '''Lane tags''' =|||| Test that validates `lane:` tags. ||
    28 ||||= '''Tag checker (MapCSS based)''' =|||| This test checks for errors in tag keys and values. ||
    29 ||||= '''Multipolygon''' =|||| This test checks if multipolygons are valid. ||
    30 ||||= '''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. ||
    31 ||||= '''Opening hours syntax''' =|| This test checks the correct usage of the opening hours syntax. || [http://wiki.openstreetmap.org/wiki/Key:opening_hours#Examples common OH examples] [http://wiki.openstreetmap.org/wiki/Key:opening_hours#Common_mistakes common mistakes] [http://wiki.openstreetmap.org/wiki/Key:opening_hours/specification complete OH spec] ||
    32 ||||= '''Overlapping ways''' =|| This test checks that 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] ||
     28||||= '''Tag checker (MapCSS based)''' =|||| checks for errors in tag keys and values. ||
     29||||= '''Multipolygon''' =|||| checks if multipolygons are valid. ||
     30||||= '''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. ||
     31||||= '''Opening hours syntax''' =|| checks the correct usage of the opening hours syntax. || [http://wiki.openstreetmap.org/wiki/Key:opening_hours#Examples common OH examples] [http://wiki.openstreetmap.org/wiki/Key:opening_hours#Common_mistakes common mistakes] [http://wiki.openstreetmap.org/wiki/Key:opening_hours/specification complete OH spec] ||
     32||||= '''Overlapping ways''' =|| checks that 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] ||
    3333||||= '''Power lines''' =|||| Checks for nodes in power lines that do not have a power=tower/pole tag. ||
    3434||||= '''Relation checker''' =|||| Checks for errors in relations. ||
    35 ||||= '''Self-intersecting ways''' =|||| This test checks for ways that contain some of their nodes more than once. ||
    36 ||||= '''Similarly named ways''' =|||| This test checks for ways with similar names that may have been misspelled. ||
    37 ||||= '''Tag checker''' =|||| This test checks for errors in tag keys and values. ||
    38 ||||= '''Turnrestrictions''' =|||| This test checks if [[osmwiki:Relation:restriction|turn restrictions]] are valid. ||
     35||||= '''Self-intersecting ways''' =|||| checks for ways that contain some of their nodes more than once. ||
     36||||= '''Similarly named ways''' =|||| checks for ways with similar names that may have been misspelled. ||
     37||||= '''Tag checker''' =|||| checks for errors in tag keys and values. ||
     38||||= '''Turnrestrictions''' =|||| checks if [[osmwiki:Relation:restriction|turn restrictions]] are valid. ||
    3939|| [[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) || ||
    4040|| [[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. || ||
     
    4242|| [[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. || ||
    4343|| [[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`. || ||
    44 || [[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.) ||
     44|| [[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. 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.) ||
    4545|| [[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. ||
    4646||||= '''Unclosed Ways''' =|||| This tests if ways which should be circular are closed. ||
    47 ||||= '''Unconnected highways / natural lands and landuses / power ways / railways / waterways''' |||| This test checks if a way has an endpoint very near to another way. ||
    48 ||||= '''Untagged and unconnected nodes''' =|| This test checks for 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 ||
    49 ||||= '''Untagged, empty and one node ways''' =|||| This test checks for untagged, empty and one node ways. ||
     47||||= '''Unconnected highways / natural lands and landuses / power ways / railways / waterways''' |||| checks if a way has an endpoint very near to another way. ||
     48||||= '''Untagged and unconnected nodes''' =|| checks for 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 ||
     49||||= '''Untagged, empty and one node ways''' =|||| checks for untagged, empty and one node ways. ||
    5050||||= '''Way connected to Area''' =|||| Checks for ways connected to areas. ||
    51 ||||= '''Wrongly Ordered Ways''' =|||| This test checks the direction of water, land and coastline ways. ||
     51||||= '''Wrongly Ordered Ways''' =|||| checks the direction of water, land and coastline ways. ||
    5252||||= '''Uncategorized''' =|||| Descriptions that need to be checked, updated and added to one of the categories above. ||
    5353|| [[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||