Ticket #22009: josm_22009.patch
| File josm_22009.patch, 587 bytes (added by , 4 years ago) |
|---|
-
resources/data/validator/combinations.mapcss
715 715 } 716 716 717 717 /* #10932, #19609 */ 718 way[/^.*:lanes$/][ highway][!lanes][!source:lanes],718 way[/^.*:lanes$/][!lanes][highway][!source:lanes], 719 719 way[/^.*:lanes:(forward|backward|both_ways)$/][!lanes][highway], 720 720 way[/^.*:lanes:both_ways$/][!lanes:both_ways][highway] { 721 721 throwWarning: tr("{0} without {1}", "{0.key}", "{1.key}");
