Changeset 16254 in josm for trunk


Ignore:
Timestamp:
2020-04-11T12:23:56+02:00 (4 years ago)
Author:
Klumbumbus
Message:

fix #19066 - Improve recycling validator message

File:
1 edited

Legend:

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

    r16233 r16254  
    147147*[office=government][!government],
    148148*[power=generator][!generator:source],
    149 *[amenity=recycling][!/^recycling:/][recycling_type!=centre],
    150149*[amenity=social_facility][!social_facility],
    151150*[amenity=place_of_worship][!religion] {
     
    675674  group: tr("suspicious tag combination");
    676675}
     676
     677/* #19066 */
     678*[amenity=recycling][!/^recycling:/][recycling_type!=centre] {
     679  throwWarning: tr("{0} without {1}", "{0.tag}", "recycling:*");
     680  group: tr("missing tag");
     681}
Note: See TracChangeset for help on using the changeset viewer.