Ignore:
Timestamp:
2019-03-30T22:13:30+01:00 (7 years ago)
Author:
Don-vip
Message:

fix #17542 - Check segregated keys before autofixing foot/cycleway access (patch by mkoniecz)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/validator/unnecessary.mapcss

    r14942 r14943  
    3939/* #9257, #17482 */
    4040way[foot =~ /^(yes|designated)$/][highway =~ /^(footway|pedestrian)$/][!access],
    41 way[bicycle =~ /^(yes|designated)$/][highway=cycleway][!vehicle][!access],
     41way[bicycle =~ /^(yes|designated)$/][highway=cycleway][!vehicle][!access][foot!=designated],
    4242*[building:ruian:type=2][building=farm_auxiliary],
    4343*[building:ruian:type=7][building=house],
Note: See TracChangeset for help on using the changeset viewer.