Changeset 9003 in josm


Ignore:
Timestamp:
2015-11-11T22:51:39+01:00 (8 years ago)
Author:
Klumbumbus
Message:

do not warn about tag combination boat + landuse=basin

File:
1 edited

Legend:

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

    r8889 r9003  
    133133/* {0.key} without {1.key} or {2.tag} */
    134134*[smoothness                   ][!highway][amenity!~/^(parking|parking_space|parking_entrance|motorcycle_parking)$/],
    135 *[segregated                   ][!highway][railway!=crossing],
    136 *[boat                         ][!waterway][natural!=water] {
     135*[segregated                   ][!highway][railway!=crossing] {
    137136  throwWarning: tr("{0} without {1} or {2}", "{0.key}", "{1.key}", "{2.tag}");
    138137}
     
    150149
    151150/* {0.key} without {1.key}, {2.tag} or {3.tag} */
    152 *[intermittent                 ][!waterway][natural!~/^(water|spring)$/][ford!=yes] {
     151*[intermittent                 ][!waterway][natural!~/^(water|spring)$/][ford!=yes],
     152*[boat                         ][!waterway][natural!=water][landuse!=basin] {
    153153  throwWarning: tr("{0} without {1}, {2} or {3}", "{0.key}", "{1.key}", "{2.tag}", "{3.tag}");
    154154}
Note: See TracChangeset for help on using the changeset viewer.