Changeset 18920 in josm for trunk/resources
- Timestamp:
- 2023-12-19T18:51:38+01:00 (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/resources/data/validator/combinations.mapcss
r18734 r18920 667 667 } 668 668 669 /* #13144, #15536 */670 *[unisex=yes][female=yes][male!=yes][shop=hairdresser],671 *[unisex=yes][male=yes][female!=yes][shop=hairdresser] {672 throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}");673 group: tr("suspicious tag combination");674 }675 *[unisex=yes][female=yes][male=yes][shop=hairdresser] {676 throwWarning: tr("{0} together with {1} and {2}. Remove {1} and {2}", "{0.tag}", "{1.tag}", "{2.tag}");677 group: tr("suspicious tag combination");678 fixRemove: "female";679 fixRemove: "male";680 }681 *[female=yes][male=yes][!unisex][shop=hairdresser] {682 throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}");683 suggestAlternative: "unisex=yes";684 group: tr("suspicious tag combination");685 fixRemove: "female";686 fixRemove: "male";687 fixAdd: "unisex=yes";688 }689 690 669 /* {0.key} without {1.tag} see #13138, #14468 */ 691 670 way[water][natural!~/water|bay|strait/][water!=intermittent][amenity!=lavoir]!:closed, /* water=intermittent is deprecated and has an own warning */
Note:
See TracChangeset
for help on using the changeset viewer.