| 676 | | } |
| 677 | | No newline at end of file |
| | 676 | } |
| | 677 | |
| | 678 | /* #19018 */ |
| | 679 | way[highway][crossing][highway!=footway][highway!=cycleway][highway!=path][highway!=construction][highway!=proposed][highway!=crossing] { |
| | 680 | throwWarning: tr("{0} together with {1}. Should be used on a minor highway type", "{1.key}", "{0.tag}"); |
| | 681 | group: tr("suspicious tag combination"); |
| | 682 | fixRemove: "crossing"; |
| | 683 | assertMatch: "way highway=trunk crossing=unmarked"; |
| | 684 | assertNoMatch: "way highway=construction construction=footway crossing=unmarked"; |
| | 685 | } |