Changeset 15094 in josm
- Timestamp:
- 2019-05-18T22:11:00+02:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/validator/combinations.mapcss
r15075 r15094 245 245 } 246 246 247 /* {0.tag} together with {1.tag}, see #17592, #17594, #17542, #16861, #16147, #10186 */ 247 /* {0.tag} together with {1.tag}, see #17623, #17592, #17594, #17542, #16861, #16147, #10186 */ 248 way[junction=yes][highway], 248 249 way[tracktype=grade1][surface][surface=~/^(unpaved|compacted|gravel|fine_gravel|pebblestone|ground|earth|dirt|grass|sand|mud|ice|salt|snow|woodchips)$/], 249 250 way[tracktype=grade2][surface][surface=~/^(sand|mud)$/], … … 580 581 assertNoMatch: "way highway=pedestrian width=5.5"; 581 582 } 583 584 /* see #17623 */ 585 way:areaStyle[highway][highway =~ /motorway|trunk|primary|secondary|tertiary|unclassified|residential|service|living_street|pedestrian|track|path|footway|cycleway|bus_guideway|bridleway/][area!=yes] { 586 throwOther: tr("A linear object {0} without {1} has a tag indicating that it is an area.", "{1.tag}", "{3.tag}"); 587 group: tr("suspicious tag combination"); 588 }
Note:
See TracChangeset
for help on using the changeset viewer.