Changeset 13645 in josm for trunk/data
- Timestamp:
- 2018-04-17T00:17:13+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/validator/combinations.mapcss
r13566 r13645 333 333 } 334 334 335 /* #10193, #16157 */ 335 336 way[highway][barrier], 336 337 *[highway][waterway][waterway!=dam][waterway!=weir], 337 338 way[highway][natural][natural!=ridge], 338 *[landuse][ building] {339 *[landuse][landuse!=retail][building] { 339 340 throwWarning: tr("{0} together with {1}", "{0.key}", "{1.key}"); 340 341 group: tr("suspicious tag combination"); 341 assertNoMatch: "node highway=street_lamp natural=birds_nest note=josm#10193";342 assertNoMatch: "node highway=street_lamp natural=birds_nest"; 342 343 } 343 344
Note:
See TracChangeset
for help on using the changeset viewer.