Changeset 7265 in josm for trunk


Ignore:
Timestamp:
2014-06-24T20:18:25+02:00 (10 years ago)
Author:
Don-vip
Message:

fix #10193 - check natural/highway combination only for ways

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/validator/combinations.mapcss

    r7264 r7265  
    145145way[highway][barrier],
    146146*[highway][waterway][waterway!=dam],
    147 *[highway][natural],
     147way[highway][natural],
    148148*[landuse][building] {
    149149  throwWarning: tr("{0} used with {1}", "{0.key}", "{1.key}");
     150  assertNoMatch: "node highway=street_lamp natural=birds_nest note=josm#10193";
    150151}
    151152
Note: See TracChangeset for help on using the changeset viewer.