Changeset 17147 in josm for trunk/resources
- Timestamp:
- 2020-10-10T19:18:09+02:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/resources/data/validator/unnecessary.mapcss
r16860 r17147 37 37 } 38 38 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],42 39 *[gnis:Class="Populated Place"][place=city], 43 40 *[gnis:Class="Populated Place"][place=town], … … 48 45 group: tr("unnecessary tag"); 49 46 fixRemove: "{0.key}"; 50 assertMatch: "way highway=pedestrian foot=designated";51 assertNoMatch: "way highway=pedestrian access=no foot=designated";52 47 assertMatch: "node gnis:Class=\"Populated Place\" place=village"; 53 48 assertNoMatch: "node gnis:Class=\"Populated Place\" place=locality";
Note:
See TracChangeset
for help on using the changeset viewer.