Changeset 17147 in josm


Ignore:
Timestamp:
2020-10-10T19:18:09+02:00 (4 years ago)
Author:
Klumbumbus
Message:

fix #19862, see #9257 - Remove controversial warning about unnecessary foot|bicycle=yes|designated together with highway=footway|pedestrian|cycleway

File:
1 edited

Legend:

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

    r16860 r17147  
    3737}
    3838
    39 /* #9257, #17482 */
    40 way[foot][highway][foot =~ /^(yes|designated)$/][highway =~ /^(footway|pedestrian)$/][!access],
    41 way[bicycle][highway][bicycle =~ /^(yes|designated)$/][highway=cycleway][!vehicle][!access][foot!=designated],
    4239*[gnis:Class="Populated Place"][place=city],
    4340*[gnis:Class="Populated Place"][place=town],
     
    4845  group: tr("unnecessary tag");
    4946  fixRemove: "{0.key}";
    50   assertMatch: "way highway=pedestrian foot=designated";
    51   assertNoMatch: "way highway=pedestrian access=no foot=designated";
    5247  assertMatch: "node gnis:Class=\"Populated Place\" place=village";
    5348  assertNoMatch: "node gnis:Class=\"Populated Place\" place=locality";
Note: See TracChangeset for help on using the changeset viewer.