Changeset 18446 in josm for trunk/resources


Ignore:
Timestamp:
2022-05-16T15:19:54+02:00 (2 years ago)
Author:
Klumbumbus
Message:

fix #22009, see #20960 - Fix incorrect warning message *:lanes without highway (instead of lanes) (patch by skyper)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/resources/data/validator/combinations.mapcss

    r18397 r18446  
    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] {
Note: See TracChangeset for help on using the changeset viewer.