Changeset 14904 in josm


Ignore:
Timestamp:
2019-03-19T01:06:07+01:00 (5 years ago)
Author:
Don-vip
Message:

fix #9257 - detect highway=footway|pedestrian with foot=yes|designated (and highway=cycleway with bicycle=yes|designated)

File:
1 edited

Legend:

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

    r14901 r14904  
    3535}
    3636
    37 /* #17482 */
     37/* #9257, #17482 */
     38way[foot =~ /^(yes|designated)$/][highway =~ /^(footway|pedestrian)$/],
     39way[bicycle =~ /^(yes|designated)$/][highway=cycleway],
    3840*[building:ruian:type=2][building=farm_auxiliary],
    3941*[building:ruian:type=7][building=house],
Note: See TracChangeset for help on using the changeset viewer.