Changes between Version 9 and Version 10 of Help/Preferences/Validator
- Timestamp:
- 2014-08-30T14:43:17+02:00 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Preferences/Validator
v9 v10 11 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 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 || Verif ythat the `name` tag of an `associatedStreet` relation matches the `name` tags of the members with role `street`.13 || [[Image(source:/trunk/images/data/warning.png)]] || Multiple street names in relation || Verifies that the `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`. 14 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 15 || [[Image(source:/trunk/images/data/warning.png)]] || Multiple associatedStreet relations || Checks if an object is in more than one `associatedStreet` relation. || ||