Ticket #22009: josm_22009.patch

File josm_22009.patch, 587 bytes (added by skyper, 4 years ago)

patch

  • resources/data/validator/combinations.mapcss

     
    715715}
    716716
    717717/* #10932, #19609 */
    718 way[/^.*:lanes$/][highway][!lanes][!source:lanes],
     718way[/^.*:lanes$/][!lanes][highway][!source:lanes],
    719719way[/^.*:lanes:(forward|backward|both_ways)$/][!lanes][highway],
    720720way[/^.*:lanes:both_ways$/][!lanes:both_ways][highway] {
    721721  throwWarning: tr("{0} without {1}", "{0.key}", "{1.key}");