Changeset 18546 in josm
- Timestamp:
- 2022-08-31T20:30:24+02:00 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/resources/data/validator/combinations.mapcss
r18535 r18546 866 866 } 867 867 868 /* #18374 */868 /* #18374, #22295 */ 869 869 *[amenity=recycling][collection_times="24/7"][!opening_hours], 870 870 *[amenity=recycling][collection_times ][!opening_hours][collection_times=~/[a-z]-[A-Z].*[0-9]-[0-9]/] { … … 876 876 assertNoMatch: "node amenity=recycling collection_times=\"Mo 08:00-11:00\""; 877 877 assertNoMatch: "node amenity=recycling collection_times=\"Sa[2,4] 8:00-11:00\""; 878 }879 *[amenity=recycling][collection_times="24/7"][opening_hours],880 *[amenity=recycling][collection_times ][opening_hours][collection_times=~/[a-z]-[A-Z].*[0-9]-[0-9]/] {881 throwWarning: tr("{0} together with {1}. Probably {2} is meant.", "{1.key}", "{0.tag}", "{2.key}");882 group: tr("suspicious tag combination");883 878 } 884 879
Note:
See TracChangeset
for help on using the changeset viewer.