Changeset 11077 in josm
- Timestamp:
- 2016-10-03T21:52:59+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/validator/addresses.mapcss
r11075 r11077 12 12 /* #13752 */ 13 13 *[!addr:housenumber][addr:street][addr:housename=~/^[0-9]+[a-zA-Z]?$/] { 14 throwOther: tr("Object has no {0} howeverit has {1} and {2} whoose value looks like a housenumber.", "{0.key}", "{1.key}", "{2.key}");14 throwOther: tr("Object has no {0}, however, it has {1} and {2} whose value looks like a housenumber.", "{0.key}", "{1.key}", "{2.key}"); 15 15 assertMatch: "node addr:street=foo addr:housename=1"; 16 16 assertMatch: "node addr:street=foo addr:housename=1a";
Note:
See TracChangeset
for help on using the changeset viewer.