Changeset 16254 in josm for trunk/resources/data/validator
- Timestamp:
- 2020-04-11T12:23:56+02:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/resources/data/validator/combinations.mapcss ¶
r16233 r16254 147 147 *[office=government][!government], 148 148 *[power=generator][!generator:source], 149 *[amenity=recycling][!/^recycling:/][recycling_type!=centre],150 149 *[amenity=social_facility][!social_facility], 151 150 *[amenity=place_of_worship][!religion] { … … 675 674 group: tr("suspicious tag combination"); 676 675 } 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.