Changeset 10068 in josm for trunk


Ignore:
Timestamp:
2016-03-28T14:36:00+02:00 (8 years ago)
Author:
Klumbumbus
Message:

fix #12696 - remove smoothness warning for amenity=bicycle_parking

File:
1 edited

Legend:

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

    r9903 r10068  
    155155
    156156/* {0.key} without {1.key} or {2.tag} */
    157 *[smoothness                   ][!highway][amenity!~/^(parking|parking_space|parking_entrance|motorcycle_parking)$/],
     157*[smoothness                   ][!highway][amenity!~/^(parking|parking_space|parking_entrance|motorcycle_parking|bicycle_parking)$/],
    158158*[segregated                   ][!highway][railway!=crossing] {
    159159  throwWarning: tr("{0} without {1} or {2}", "{0.key}", "{1.key}", "{2.tag}");
Note: See TracChangeset for help on using the changeset viewer.