Changeset 17324 in josm


Ignore:
Timestamp:
2020-11-20T14:50:56+01:00 (3 years ago)
Author:
Klumbumbus
Message:

fix #20119 - Don't warn about smoothness on barrier=kerb or kerb=*

File:
1 edited

Legend:

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

    r17253 r17324  
    190190/* {0.key} without {1.key} or {2.tag} */
    191191way[bridge:structure           ][!bridge][man_made!=bridge],
    192 *[smoothness                   ][!highway][amenity!~/^(parking|parking_space|parking_entrance|motorcycle_parking|bicycle_parking)$/],
    193192*[segregated                   ][!highway][railway!=crossing] {
    194193  throwWarning: tr("{0} without {1} or {2}", "{0.key}", "{1.key}", "{2.tag}");
     
    216215}
    217216
    218 /* {0.key} without {1.key}, {2.tag} or {3.tag} */
     217/* {0.key} without {1.key}, {2.tag}, {3.tag} or {4.key} */
     218*[smoothness][!highway][amenity!~/^(parking|parking_space|parking_entrance|motorcycle_parking|bicycle_parking)$/][barrier!=kerb][!kerb] {
     219  throwWarning: tr("{0} without {1}, {2}, {3} or {4}", "{0.key}", "{1.key}", "{2.tag}", "{3.tag}", "{4.key}");
     220  group: tr("missing tag");
     221}
     222
     223/* {0.key} without {1.key}, {2.tag}, {3.tag} or {4.tag} */
    219224*[intermittent                 ][!waterway][natural!~/^(water|spring)$/][landuse!~/^(basin|reservoir)$/][ford!=yes],
    220225*[boat                         ][!waterway][natural!=water             ][landuse!~/^(basin|reservoir)$/][ford!=yes] {
Note: See TracChangeset for help on using the changeset viewer.