Changeset 17947 in josm for trunk/resources/data
- Timestamp:
- 2021-07-03T21:56:57+02:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/resources/data/validator/unnecessary.mapcss
r17630 r17947 1 1 *[access][highway=proposed], 2 *[motor_vehicle?][!vehicle][!access][bicycle_road!=yes][highway =~ /^(motorway|motorway_link|trunk|trunk_link|primary|primary_link|secondary|secondary_link|tertiary|tertiary_link|unclassified|residential|service|living_street)$/],3 2 *[bridge=no], 4 3 *[building=no], … … 12 11 assertMatch: "way bridge=no"; 13 12 assertMatch: "way highway=proposed access=no"; 13 } 14 15 /* #19996 */ 16 *[motor_vehicle?][!vehicle][!access][bicycle_road!=yes][highway =~ /^(motorway|motorway_link|trunk|trunk_link|primary|primary_link|secondary|secondary_link|tertiary|tertiary_link)$/] { 17 throwOther: tr("{0} is optional on {1}", "{0.tag}", "{4.tag}"); 14 18 assertMatch: "way highway=motorway motor_vehicle=yes"; 15 19 assertNoMatch: "way highway=motorway access=no motor_vehicle=yes";
Note:
See TracChangeset
for help on using the changeset viewer.